Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/scalable/actions/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-04 07:44:10 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-04 07:44:10 (GMT)
commit291cb2763d3e6adf9343f565045417ae2b9805ff (patch)
tree4d8469735e6bcab67cf2e3217e809b16274de571 /icons/scalable/actions/Makefile.am
parent5b69cdc1111bdae1fd2d6dc31d446ee2caa03cc5 (diff)
Trac #7641: Install GTK compatibility symlinks using icon-naming-utils package.
The GTK stock icons use pre-standardized icon names. The sugar theme uses icon names from http://www.freedesktop.org/wiki/Specifications/icon-naming-spec but GTK still uses its internal names for stock icons. In order for stock buttons, icons, and existing GTK applications to be themed correctly, we need to install symlinks. This commit adds a build dependency on the icon-naming-utils package, available in both Fedora and Debian. Packagers, take note. Patch by C. Scott Ananian <cscott@laptop.org> Minor cleanups by me
Diffstat (limited to 'icons/scalable/actions/Makefile.am')
-rw-r--r--icons/scalable/actions/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index c884544..3719485 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -82,3 +82,6 @@ icon_DATA = \
zoom-out.svg
EXTRA_DIST = $(icon_DATA)
+
+install-data-local: install-iconDATA
+ (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))