[Xfce4-commits] r26860 - in xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48: actions places

Stephan Arts stephan at xfce.org
Thu Apr 17 14:36:12 CEST 2008


Author: stephan
Date: 2008-04-17 12:36:11 +0000 (Thu, 17 Apr 2008)
New Revision: 26860

Added:
   xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-about.png
   xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-help.png
   xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/help-contents.png
Modified:
   xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/Makefile.am
   xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/places/Makefile.am
Log:
Fix install-paths and add help and about icons


Modified: xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/Makefile.am
===================================================================
--- xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/Makefile.am	2008-04-17 12:22:53 UTC (rev 26859)
+++ xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/Makefile.am	2008-04-17 12:36:11 UTC (rev 26860)
@@ -7,15 +7,17 @@
 open.png
 
 gtk_compatible_icons = \
+gtk-about.png \
+gtk-add.png \
 gtk-go-up.png \
 gtk-go-down.png \
+gtk-help.png \
 gtk-open.png \
 gtk-go-forward-ltr.png \
 gtk-go-forward-rtl.png \
 gtk-go-back-ltr.png \
 gtk-go-back-rtl.png \
 gtk-refresh.png \
-gtk-add.png \
 gtk-remove.png \
 gtk-zoom-fit.png \
 gtk-zoom-in.png \
@@ -31,6 +33,7 @@
 list-remove.png \
 document-open.png \
 help-about.png \
+help-contents.png \
 view-refresh.png \
 system-shutdown.png \
 zoom-best-fit.png \

Added: xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-about.png
===================================================================
--- xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-about.png	                        (rev 0)
+++ xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-about.png	2008-04-17 12:36:11 UTC (rev 26860)
@@ -0,0 +1 @@
+link help-about.png
\ No newline at end of file


Property changes on: xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-about.png
___________________________________________________________________
Name: svn:special
   + *

Added: xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-help.png
===================================================================
--- xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-help.png	                        (rev 0)
+++ xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-help.png	2008-04-17 12:36:11 UTC (rev 26860)
@@ -0,0 +1 @@
+link help-contents.png
\ No newline at end of file


Property changes on: xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/gtk-help.png
___________________________________________________________________
Name: svn:special
   + *

Added: xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/help-contents.png
===================================================================
(Binary files differ)


Property changes on: xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/actions/help-contents.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/places/Makefile.am
===================================================================
--- xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/places/Makefile.am	2008-04-17 12:22:53 UTC (rev 26859)
+++ xfce4-icon-theme/branches/xfce4-icon-theme-compliant/Rodent-2/48x48/places/Makefile.am	2008-04-17 12:36:11 UTC (rev 26860)
@@ -1,3 +1,5 @@
+icondir = $(datadir)/icons/Rodent-2/48x48/places
+
 kde_compatible_icons =
 
 gtk_compatible_icons = \
@@ -9,3 +11,10 @@
 folder.png \
 user-home.png \
 user-desktop.png
+
+icon_DATA = \
+	$(icon_naming_spec_compatible_icons) \
+	$(gtk_compatible_icons) \
+	$(kde_compatible_icons)
+
+EXTRA_DIST =  $(icon_DATA)



More information about the Xfce4-commits mailing list