file-roller r2261 - in trunk: . data/icons/24x24 data/icons/24x24/apps
- From: mmonreal svn gnome org
- To: svn-commits-list gnome org
- Subject: file-roller r2261 - in trunk: . data/icons/24x24 data/icons/24x24/apps
- Date: Mon, 21 Apr 2008 10:25:45 +0100 (BST)
Author: mmonreal
Date: Mon Apr 21 09:25:44 2008
New Revision: 2261
URL: http://svn.gnome.org/viewvc/file-roller?rev=2261&view=rev
Log:
2008-04-21 Michael Monreal <mmonreal svn gnome org>
* configure.in:
* data/icons/24x24/Makefile.am:
* data/icons/24x24/apps/Makefile.am:
Provide and install a 24x24 application icon to prevent a blurry
launcher icon in the menu (fixes bug #470265).
Added:
trunk/data/icons/24x24/apps/
trunk/data/icons/24x24/apps/Makefile.am
trunk/data/icons/24x24/apps/file-roller.png (contents, props changed)
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/data/icons/24x24/Makefile.am
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Apr 21 09:25:44 2008
@@ -125,6 +125,7 @@
data/icons/22x22/apps/Makefile
data/icons/24x24/Makefile
data/icons/24x24/actions/Makefile
+data/icons/24x24/apps/Makefile
data/icons/32x32/Makefile
data/icons/32x32/apps/Makefile
data/icons/scalable/Makefile
Modified: trunk/data/icons/24x24/Makefile.am
==============================================================================
--- trunk/data/icons/24x24/Makefile.am (original)
+++ trunk/data/icons/24x24/Makefile.am Mon Apr 21 09:25:44 2008
@@ -1 +1 @@
-SUBDIRS = actions
+SUBDIRS = actions apps
Added: trunk/data/icons/24x24/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/24x24/apps/Makefile.am Mon Apr 21 09:25:44 2008
@@ -0,0 +1,25 @@
+themedir = $(datadir)/icons/hicolor
+size = 24x24
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ file-roller.png
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
Added: trunk/data/icons/24x24/apps/file-roller.png
==============================================================================
Binary file. No diff available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]