gnome-session r5188 - in trunk: . data/icons data/icons/48x48
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-session r5188 - in trunk: . data/icons data/icons/48x48
- Date: Fri, 9 Jan 2009 23:03:36 +0000 (UTC)
Author: lucasr
Date: Fri Jan 9 23:03:35 2009
New Revision: 5188
URL: http://svn.gnome.org/viewvc/gnome-session?rev=5188&view=rev
Log:
2009-01-09 Lucas Rocha <lucasr gnome org>
Bug 502944 â application icon gets tiny on desktop
* configure.in, data/icons/Makefile.am, data/icons/48x48/*: add icon
with 48x48 pixels.
Added:
trunk/data/icons/48x48/
trunk/data/icons/48x48/Makefile.am
trunk/data/icons/48x48/session-properties.png
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/data/icons/Makefile.am
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Jan 9 23:03:35 2009
@@ -320,6 +320,7 @@
data/icons/22x22/Makefile
data/icons/24x24/Makefile
data/icons/32x32/Makefile
+data/icons/48x48/Makefile
data/icons/scalable/Makefile
egg/Makefile
gnome-session/Makefile
Added: trunk/data/icons/48x48/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/48x48/Makefile.am Fri Jan 9 23:03:35 2009
@@ -0,0 +1,19 @@
+size = 48x48
+
+iconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+icons_DATA = session-properties.png
+
+EXTRA_DIST = \
+ $(icons_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/48x48/session-properties.png
==============================================================================
Binary files (empty file) and trunk/data/icons/48x48/session-properties.png Fri Jan 9 23:03:35 2009 differ
Modified: trunk/data/icons/Makefile.am
==============================================================================
--- trunk/data/icons/Makefile.am (original)
+++ trunk/data/icons/Makefile.am Fri Jan 9 23:03:35 2009
@@ -1 +1 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]