[Xfce4-commits] [xfce/exo] 01/01: Install category icons into categories folder (bug 11364)
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 22:28:50 CET 2015
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/exo.
commit da5390d43977f9b80e4007360523be6fcb8a8574
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Feb 16 16:28:40 2015 -0500
Install category icons into categories folder (bug 11364)
---
icons/48x48/Makefile.am | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
index e1bbc5c..b7fa659 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/48x48/Makefile.am
@@ -1,11 +1,15 @@
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
-icons_DATA = \
- applications-internet.png \
- applications-other.png \
+appicondir = $(datadir)/icons/hicolor/48x48/apps
+appicon_DATA = \
preferences-desktop-default-applications.png
+categoryicondir = $(datadir)/icons/hicolor/48x48/categories
+categoryicon_DATA = \
+ applications-internet.png \
+ applications-other.png
+
EXTRA_DIST = \
- $(icons_DATA)
+ $(appicon_DATA) \
+ $(categoryicon_DATA)
# vi:set ts=8 sw=8 noet ai nocindent:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list