From 71b5b0f69e91af77d8b8848825d3df9922cadb1a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 10 Oct 2012 13:50:18 +0200 Subject: [PATCH] build: put symbolic icon in gnome theme --- .../Linux/Pixmaps/icons/gnome/Makefile.am | 20 +++++++++++++++++++ .../{ => gnome}/sparkleshare-symbolic.svg | 0 2 files changed, 20 insertions(+) create mode 100644 SparkleShare/Linux/Pixmaps/icons/gnome/Makefile.am rename SparkleShare/Linux/Pixmaps/icons/{ => gnome}/sparkleshare-symbolic.svg (100%) diff --git a/SparkleShare/Linux/Pixmaps/icons/gnome/Makefile.am b/SparkleShare/Linux/Pixmaps/icons/gnome/Makefile.am new file mode 100644 index 00000000..89edffb3 --- /dev/null +++ b/SparkleShare/Linux/Pixmaps/icons/gnome/Makefile.am @@ -0,0 +1,20 @@ +gnome_theme = gnome +gnome_themedir = /usr/share/icons/$(gnome_theme) + +gnome_theme_icons = apps,sparkleshare-symbolic.svg + +install_icon_exec = $(top_srcdir)/build/icon-theme-installer \ + -t "$(gnome_theme)" \ + -s "$(srcdir)" \ + -d "x$(DESTDIR)" \ + -m "$(mkinstalldirs)" \ + -x "$(INSTALL_DATA)" + +install-data-local: + @-$(install_icon_exec) -i -b "$(gnome_themedir)" $(gnome_theme_icons) + +uninstall-hook: + @-$(install_icon_exec) -u -b "$(gnome_themedir)" $(gnome_theme_icons) + +MAINTAINERCLEANFILES = Makefile.in +EXTRA_DIST = $(wildcard *.png *.svg) diff --git a/SparkleShare/Linux/Pixmaps/icons/sparkleshare-symbolic.svg b/SparkleShare/Linux/Pixmaps/icons/gnome/sparkleshare-symbolic.svg similarity index 100% rename from SparkleShare/Linux/Pixmaps/icons/sparkleshare-symbolic.svg rename to SparkleShare/Linux/Pixmaps/icons/gnome/sparkleshare-symbolic.svg