From bbe7be78c5d2e38a854bd166af68e693da2a1168 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 10 Dec 2013 15:01:24 +0900 Subject: Install widget icons into the hicolor theme. Documentation seems to suggest that applications should be installing their icons into the theme, we also no longer call gtk-update-icon-cache at install time (we used to). I made this particular change in order to cause the widget icons to show up properly in bundles, if this commit is wrong then we need to figure out how it actually works that icons show up in the palette (so we can reproduce that in the bundle). --- plugins/gtk+/icons/16x16/Makefile.am | 2 +- plugins/gtk+/icons/22x22/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/gtk+/icons/16x16/Makefile.am b/plugins/gtk+/icons/16x16/Makefile.am index 645e8159..a8e541ec 100644 --- a/plugins/gtk+/icons/16x16/Makefile.am +++ b/plugins/gtk+/icons/16x16/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -iconsdir = $(pkgdatadir)/pixmaps/hicolor/16x16/actions +iconsdir = $(datadir)/icons/hicolor/16x16/actions icons_DATA = \ widget-gtk-aboutdialog.png \ diff --git a/plugins/gtk+/icons/22x22/Makefile.am b/plugins/gtk+/icons/22x22/Makefile.am index 505861b0..c0718106 100644 --- a/plugins/gtk+/icons/22x22/Makefile.am +++ b/plugins/gtk+/icons/22x22/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -iconsdir = $(pkgdatadir)/pixmaps/hicolor/22x22/actions +iconsdir = $(datadir)/icons/hicolor/22x22/actions icons_DATA = \ widget-gtk-aboutdialog.png \ -- cgit v1.2.1