Author: colossus
Date: 2006-11-22 13:15:06 +0000 (Wed, 22 Nov 2006)
New Revision: 23931

Added:
   xarchiver/trunk/icons/
   xarchiver/trunk/icons/48x48/
   xarchiver/trunk/icons/48x48/Makefile.am
   xarchiver/trunk/icons/48x48/xarchiver.png
   xarchiver/trunk/icons/Makefile.am
Removed:
   xarchiver/trunk/xarchiver.png
Modified:
   xarchiver/trunk/Makefile.am
   xarchiver/trunk/configure.in.in
Log:
Made xarchiver window icon a bit more freedesktop.org icon-naming-spec 
compliant.


Modified: xarchiver/trunk/Makefile.am
===================================================================
--- xarchiver/trunk/Makefile.am 2006-11-22 12:36:03 UTC (rev 23930)
+++ xarchiver/trunk/Makefile.am 2006-11-22 13:15:06 UTC (rev 23931)
@@ -4,11 +4,8 @@
        1.8                                                             \
        dist-bzip2
 
-SUBDIRS = pixmaps po src doc
+SUBDIRS = po src doc
 
-pixmapsdir       = $(datadir)/pixmaps
-pixmaps_DATA     = xarchiver.png
-
 wrapperdir = $(libexecdir)/thunar-archive-plugin/
 wrapper_SCRIPTS = xarchiver.tap
 

Modified: xarchiver/trunk/configure.in.in
===================================================================
--- xarchiver/trunk/configure.in.in     2006-11-22 12:36:03 UTC (rev 23930)
+++ xarchiver/trunk/configure.in.in     2006-11-22 13:15:06 UTC (rev 23931)
@@ -90,10 +90,12 @@
 
 AC_OUTPUT([
 Makefile
-pixmaps/Makefile
 po/Makefile.in
 src/Makefile
 doc/Makefile
+icons/Makefile
+icons/48x48/Makefile
+pixmaps/Makefile
 ])
 
 dnl *********************

Added: xarchiver/trunk/icons/48x48/Makefile.am
===================================================================
--- xarchiver/trunk/icons/48x48/Makefile.am                             (rev 0)
+++ xarchiver/trunk/icons/48x48/Makefile.am     2006-11-22 13:15:06 UTC (rev 
23931)
@@ -0,0 +1,8 @@
+# Inspired by Makefile.am from the Thunar file-manager
+
+iconsdir = $(datadir)/icons/hicolor/48x48/apps
+icons_DATA = xarchiver.png
+        
+
+EXTRA_DIST = $(icons_DATA)
+

Added: xarchiver/trunk/icons/48x48/xarchiver.png
===================================================================
(Binary files differ)


Property changes on: xarchiver/trunk/icons/48x48/xarchiver.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: xarchiver/trunk/icons/Makefile.am
===================================================================
--- xarchiver/trunk/icons/Makefile.am                           (rev 0)
+++ xarchiver/trunk/icons/Makefile.am   2006-11-22 13:15:06 UTC (rev 23931)
@@ -0,0 +1,17 @@
+# Inspired by Makefile.am from the Thunar file-manager
+
+SUBDIRS = 48x48
+
+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. Remember to run:";   \
+                echo "***";                                            \
+                echo "***   $(gtk_update_icon_cache)";                 \
+                echo "***";                                            \
+        fi
+

Deleted: xarchiver/trunk/xarchiver.png

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to