file-roller r2262 - in branches/gnome-2-22: . data/icons/24x24 data/icons/24x24/apps



Author: mmonreal
Date: Mon Apr 21 09:26:09 2008
New Revision: 2262
URL: http://svn.gnome.org/viewvc/file-roller?rev=2262&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:
   branches/gnome-2-22/data/icons/24x24/apps/
   branches/gnome-2-22/data/icons/24x24/apps/Makefile.am
   branches/gnome-2-22/data/icons/24x24/apps/file-roller.png   (contents, props changed)
Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/configure.in
   branches/gnome-2-22/data/icons/24x24/Makefile.am

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Mon Apr 21 09:26:09 2008
@@ -127,6 +127,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: branches/gnome-2-22/data/icons/24x24/Makefile.am
==============================================================================
--- branches/gnome-2-22/data/icons/24x24/Makefile.am	(original)
+++ branches/gnome-2-22/data/icons/24x24/Makefile.am	Mon Apr 21 09:26:09 2008
@@ -1 +1 @@
-SUBDIRS = actions
+SUBDIRS = actions apps

Added: branches/gnome-2-22/data/icons/24x24/apps/Makefile.am
==============================================================================
--- (empty file)
+++ branches/gnome-2-22/data/icons/24x24/apps/Makefile.am	Mon Apr 21 09:26:09 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: branches/gnome-2-22/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]