build: put symbolic icon in gnome theme

This commit is contained in:
Hylke Bons 2012-10-10 13:50:18 +02:00
parent 05b75f75cd
commit 71b5b0f69e
2 changed files with 20 additions and 0 deletions

View file

@ -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)

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB