aboutsummaryrefslogtreecommitdiff
path: root/pixmaps/icons/Makefile.am
blob: 9ab5a531ca26b76d1b9671b20b9d800e0078f44e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
theme=hicolor
themedir="icons/$(theme)"
theme_icons = \
 apps,gnunet-gtk.svg \
 apps,gnunet-gtk-16.png \
 apps,gnunet-gtk-22.png \
 apps,gnunet-gtk-24.png \
 apps,gnunet-gtk-32.png

install_icon_exec=${top_srcdir}/pixmaps/icons/icon-theme-installer -t ${theme} -s ${srcdir} -d "$(datadir)/gnunet-gtk/" -b ${themedir} -m "${mkinstalldirs}" -x "${INSTALL_DATA}"

install-data-local:
	$(install_icon_exec) -i "${theme_icons}"

uninstall-hook:
	$(install_icon_exec) -u "${theme_icons}"

MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = $(wildcard *.svg *.png) icon-theme-installer