Author: olivier
Date: 2006-11-07 21:02:58 +0000 (Tue, 07 Nov 2006)
New Revision: 23778

Modified:
   xfwm4/trunk/themes/default/Makefile.am
   xfwm4/trunk/themes/default/bottom-active.png
   xfwm4/trunk/themes/default/bottom-inactive.png
   xfwm4/trunk/themes/default/bottom-left-active.png
   xfwm4/trunk/themes/default/bottom-left-inactive.png
   xfwm4/trunk/themes/default/bottom-right-active.png
   xfwm4/trunk/themes/default/bottom-right-inactive.png
   xfwm4/trunk/themes/default/close-active.png
   xfwm4/trunk/themes/default/close-inactive.png
   xfwm4/trunk/themes/default/close-pressed.png
   xfwm4/trunk/themes/default/hide-active.png
   xfwm4/trunk/themes/default/hide-inactive.png
   xfwm4/trunk/themes/default/hide-pressed.png
   xfwm4/trunk/themes/default/left-active.png
   xfwm4/trunk/themes/default/left-inactive.png
   xfwm4/trunk/themes/default/maximize-active.png
   xfwm4/trunk/themes/default/maximize-inactive.png
   xfwm4/trunk/themes/default/maximize-pressed.png
   xfwm4/trunk/themes/default/maximize-toggled-active.png
   xfwm4/trunk/themes/default/maximize-toggled-inactive.png
   xfwm4/trunk/themes/default/maximize-toggled-pressed.png
   xfwm4/trunk/themes/default/menu-active.png
   xfwm4/trunk/themes/default/menu-inactive.png
   xfwm4/trunk/themes/default/menu-pressed.png
   xfwm4/trunk/themes/default/right-active.png
   xfwm4/trunk/themes/default/right-inactive.png
   xfwm4/trunk/themes/default/shade-active.png
   xfwm4/trunk/themes/default/shade-inactive.png
   xfwm4/trunk/themes/default/shade-pressed.png
   xfwm4/trunk/themes/default/shade-toggled-active.png
   xfwm4/trunk/themes/default/shade-toggled-inactive.png
   xfwm4/trunk/themes/default/shade-toggled-pressed.png
   xfwm4/trunk/themes/default/stick-active.png
   xfwm4/trunk/themes/default/stick-inactive.png
   xfwm4/trunk/themes/default/stick-pressed.png
   xfwm4/trunk/themes/default/stick-toggled-active.png
   xfwm4/trunk/themes/default/stick-toggled-inactive.png
   xfwm4/trunk/themes/default/stick-toggled-pressed.png
   xfwm4/trunk/themes/default/title-1-active.png
   xfwm4/trunk/themes/default/title-1-inactive.png
   xfwm4/trunk/themes/default/title-2-active.png
   xfwm4/trunk/themes/default/title-2-inactive.png
   xfwm4/trunk/themes/default/title-3-active.png
   xfwm4/trunk/themes/default/title-3-inactive.png
   xfwm4/trunk/themes/default/title-4-active.png
   xfwm4/trunk/themes/default/title-4-inactive.png
   xfwm4/trunk/themes/default/title-5-active.png
   xfwm4/trunk/themes/default/title-5-inactive.png
   xfwm4/trunk/themes/default/top-left-active.png
   xfwm4/trunk/themes/default/top-left-inactive.png
   xfwm4/trunk/themes/default/top-right-active.png
   xfwm4/trunk/themes/default/top-right-inactive.png
Log:
Add a new target "make update-png" instead of regenerating the PNG files 
automatically as SVN doesn't preserve the mtime of the file, some files 
where generated on the build system where rsvg might not be available, 
or available in a different version producing slightly different output, 
thus causing visual discrepancies in the resulting theme...


Modified: xfwm4/trunk/themes/default/Makefile.am
===================================================================
--- xfwm4/trunk/themes/default/Makefile.am      2006-11-07 20:26:23 UTC (rev 
23777)
+++ xfwm4/trunk/themes/default/Makefile.am      2006-11-07 21:02:58 UTC (rev 
23778)
@@ -174,5 +174,9 @@
        $(SVG_FILES)                                                    \
        vaccumdefs.sh
 
-.svg.png:
-       rsvg -f png  $< $@
+update-png:
+       for svg_file in $(SVG_FILES); do \
+               image=$${svg_file%.svg}; \
+               echo "Converting "$$svg_file" to "$$image.png" ..."; \
+               rsvg -f png $$svg_file $$image.png; \
+       done

Modified: xfwm4/trunk/themes/default/bottom-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/bottom-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/bottom-left-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/bottom-left-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/bottom-right-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/bottom-right-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/close-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/close-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/close-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/hide-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/hide-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/hide-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/left-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/left-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/maximize-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/maximize-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/maximize-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/maximize-toggled-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/maximize-toggled-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/maximize-toggled-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/menu-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/menu-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/menu-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/right-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/right-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/shade-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/shade-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/shade-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/shade-toggled-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/shade-toggled-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/shade-toggled-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/stick-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/stick-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/stick-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/stick-toggled-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/stick-toggled-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/stick-toggled-pressed.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-1-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-1-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-2-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-2-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-3-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-3-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-4-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-4-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-5-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/title-5-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/top-left-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/top-left-inactive.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/top-right-active.png
===================================================================
(Binary files differ)

Modified: xfwm4/trunk/themes/default/top-right-inactive.png
===================================================================
(Binary files differ)

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to