[packages/mate-applets: 81/311] - fix installing themes files for sound-monitor and asclock (fixes http://bugs.pld.org.pl/index.ph

glen glen at pld-linux.org
Thu Dec 27 20:29:56 CET 2012


commit 691966a61de44b8cc16066266c3c93e1dc7f6ee7
Author: kloczek <kloczek at pld-linux.org>
Date:   Sun Jun 16 08:42:42 2002 +0000

    - fix installing themes files for sound-monitor and asclock
      (fixes http://bugs.pld.org.pl/index.php?bug=215)
    
    Changed files:
        gnome-applets-asclock_themes_install_fix.patch -> 1.1
        gnome-applets-sound-monitor_themes_install_fix.patch -> 1.1

 gnome-applets-asclock_themes_install_fix.patch     | 141 +++++++++++++++++++++
 ...-applets-sound-monitor_themes_install_fix.patch | 140 ++++++++++++++++++++
 2 files changed, 281 insertions(+)
---
diff --git a/gnome-applets-asclock_themes_install_fix.patch b/gnome-applets-asclock_themes_install_fix.patch
new file mode 100644
index 0000000..89367db
--- /dev/null
+++ b/gnome-applets-asclock_themes_install_fix.patch
@@ -0,0 +1,141 @@
+--- gnome-applets-1.4.0.5/asclock/themes/Makefile.am~	Sat Jun 15 23:26:01 2002
++++ gnome-applets-1.4.0.5/asclock/themes/Makefile.am	Sat Jun 15 23:26:01 2002
+@@ -1,8 +1,7 @@
+ #SUBDIRS = Orb classic shaped beats Stone Newstone Freeamp
+ 
+ Orbdir = $(datadir)/asclock/Orb
+-Orb_DATA = 
+-Orb_stuff = \
++Orb_DATA =		\
+ 	Orb/config	\
+ 	Orb/clock.xpm	\
+ 	Orb/led.xpm	\
+@@ -15,11 +14,10 @@
+ 	Orb/weekday.xpm
+ 
+ classicdir = $(datadir)/asclock/classic
+-classic_DATA =
+-classic_stuff = \
+-	classic/config	\
++classic_DATA =			\
++	classic/config		\
+ 	classic/clock.xpm	\
+-	classic/led.xpm	\
++	classic/led.xpm		\
+ 	classic/date.xpm	\
+ 	classic/month.xpm	\
+ 	classic/hour.xpm	\
+@@ -29,51 +27,47 @@
+ 	classic/weekday.xpm
+ 
+ shapeddir = $(datadir)/asclock/shaped
+-shaped_DATA =
+-shaped_stuff = \
+-	shaped/config	\
++shaped_DATA =			\
++	shaped/config		\
+ 	shaped/clock.xpm	\
+-	shaped/led.xpm	\
+-	shaped/date.xpm	\
++	shaped/led.xpm		\
++	shaped/date.xpm		\
+ 	shaped/month.xpm	\
+-	shaped/hour.xpm	\
++	shaped/hour.xpm		\
+ 	shaped/minute.xpm	\
+ 	shaped/second.xpm	\
+ 	shaped/beats.xpm	\
+ 	shaped/weekday.xpm
+ 
+ beatsdir = $(datadir)/asclock/beats
+-beats_DATA =
+-beats_stuff = \
+-	beats/config	\
+-	beats/clock.xpm	\
+-	beats/led.xpm	\
+-	beats/date.xpm	\
+-	beats/month.xpm	\
+-	beats/hour.xpm	\
++beats_DATA =			\
++	beats/config		\
++	beats/clock.xpm		\
++	beats/led.xpm		\
++	beats/date.xpm		\
++	beats/month.xpm		\
++	beats/hour.xpm		\
+ 	beats/minute.xpm	\
+ 	beats/second.xpm	\
+-	beats/beats.xpm	\
++	beats/beats.xpm		\
+ 	beats/weekday.xpm
+ 
+ Stonedir = $(datadir)/asclock/Stone
+-Stone_DATA =
+-Stone_stuff = \
+-	Stone/config	\
+-	Stone/clock.xpm	\
+-	Stone/led.xpm	\
+-	Stone/date.xpm	\
+-	Stone/month.xpm	\
+-	Stone/hour.xpm	\
++Stone_DATA =			\
++	Stone/config		\
++	Stone/clock.xpm		\
++	Stone/led.xpm		\
++	Stone/date.xpm		\
++	Stone/month.xpm		\
++	Stone/hour.xpm		\
+ 	Stone/minute.xpm	\
+ 	Stone/second.xpm	\
+-	Stone/beats.xpm	\
++	Stone/beats.xpm		\
+ 	Stone/weekday.xpm
+ 
+ Newstonedir = $(datadir)/asclock/Newstone
+-Newstone_DATA =
+-Newstone_stuff = \
+-	Newstone/config	\
++Newstone_DATA =			\
++	Newstone/config		\
+ 	Newstone/clock.xpm	\
+ 	Newstone/led.xpm	\
+ 	Newstone/date.xpm	\
+@@ -85,11 +79,10 @@
+ 	Newstone/weekday.xpm
+ 
+ Freeampdir = $(datadir)/asclock/Freeamp
+-Freeamp_DATA =
+-Freeamp_stuff = \
+-	Freeamp/config	\
++Freeamp_DATA =			\
++	Freeamp/config		\
+ 	Freeamp/clock.xpm	\
+-	Freeamp/led.xpm	\
++	Freeamp/led.xpm		\
+ 	Freeamp/date.xpm	\
+ 	Freeamp/month.xpm	\
+ 	Freeamp/hour.xpm	\
+@@ -98,14 +91,11 @@
+ 	Freeamp/beats.xpm	\
+ 	Freeamp/weekday.xpm
+ 
+-zasclockdir = $(datadir)/asclock
+-zasclock_DATA = \
+-	$(Orb_stuff)		\
+-	$(classic_stuff)	\
+-	$(shaped_stuff)		\
+-	$(beats_stuff)		\
+-	$(Stone_stuff)		\
+-	$(Newstone_stuff)	\
+-	$(Freeamp_stuff)
+-
+-EXTRA_DIST = $(zasclock_DATA)
+\ No newline at end of file
++EXTRA_DIST = 			\
++	$(Orb_DATA)		\
++	$(classic_DATA)		\
++	$(shaped_DATA)		\
++	$(beats_DATA)		\
++	$(Stone_DATA)		\
++	$(Newstone_DATA)	\
++	$(Freeamp_DATA)
diff --git a/gnome-applets-sound-monitor_themes_install_fix.patch b/gnome-applets-sound-monitor_themes_install_fix.patch
new file mode 100644
index 0000000..f7cb274
--- /dev/null
+++ b/gnome-applets-sound-monitor_themes_install_fix.patch
@@ -0,0 +1,140 @@
+--- gnome-applets-1.4.0.5/sound-monitor/themes/Makefile.am~	Sat Jun 15 22:12:39 2002
++++ gnome-applets-1.4.0.5/sound-monitor/themes/Makefile.am	Sat Jun 15 22:12:39 2002
+@@ -1,6 +1,5 @@
+ radar_bluedir = $(datadir)/sound-monitor/radar-blue
+-radar_blue_DATA =
+-radar_blue_stuff = \
++radar_blue_DATA =			\
+ 	radar-blue/back.png		\
+ 	radar-blue/scope.png		\
+ 	radar-blue/back_tiny_h.png	\
+@@ -10,8 +9,7 @@
+ 	radar-blue/themedata
+ 
+ radar_greendir = $(datadir)/sound-monitor/radar-green
+-radar_green_DATA =
+-radar_green_stuff = \
++radar_green_DATA =			\
+ 	radar-green/back.png		\
+ 	radar-green/scope.png		\
+ 	radar-green/back_tiny_h.png	\
+@@ -21,8 +19,7 @@
+ 	radar-green/themedata
+ 
+ bluedir = $(datadir)/sound-monitor/blue
+-blue_DATA =
+-blue_stuff = \
++blue_DATA =			\
+ 	blue/back_h.png		\
+ 	blue/back_v.png		\
+ 	blue/back_tiny.png	\
+@@ -32,16 +29,14 @@
+ 	blue/themedata
+ 
+ metersdir = $(datadir)/sound-monitor/meters
+-meters_DATA =
+-meters_stuff = \
++meters_DATA =			\
+ 	meters/back.png		\
+ 	meters/meter.png	\
+ 	meters/meter.xcf.gz	\
+ 	meters/status.png	\
+ 	meters/themedata
+ originaldir = $(datadir)/sound-monitor/original
+-original_DATA =
+-original_stuff = \
++original_DATA =			\
+ 	original/back_h.png	\
+ 	original/back_v.png	\
+ 	original/meter_h.png	\
+@@ -49,8 +44,7 @@
+ 	original/themedata
+ 
+ scope_ldir = $(datadir)/sound-monitor/scope-larger
+-scope_l_DATA =
+-scope_l_stuff = \
++scope_l_DATA =				\
+ 	scope-larger/back_h.png		\
+ 	scope-larger/back_v.png		\
+ 	scope-larger/scope_h.png	\
+@@ -62,8 +56,7 @@
+ 	scope-larger/themedata
+ 
+ greydir = $(datadir)/sound-monitor/grey
+-grey_DATA =
+-grey_stuff = \
++grey_DATA =			\
+ 	grey/background_h.png	\
+ 	grey/background_v.png	\
+ 	grey/meter_h.png	\
+@@ -73,8 +66,7 @@
+ 	grey/themedata
+ 
+ meters2dir = $(datadir)/sound-monitor/meters2
+-meters2_DATA =
+-meters2_stuff = \
++meters2_DATA =			\
+ 	meters2/back.png	\
+ 	meters2/back_tiny_v.png	\
+ 	meters2/meter.png	\
+@@ -83,8 +75,7 @@
+ 	meters2/themedata
+ 
+ scopedir = $(datadir)/sound-monitor/scope
+-scope_DATA =
+-scope_stuff = \
++scope_DATA =			\
+ 	scope/back.png		\
+ 	scope/scope.png		\
+ 	scope/back_tiny_h.png	\
+@@ -94,8 +85,7 @@
+ 	scope/themedata
+ 
+ scope_rdir = $(datadir)/sound-monitor/scope-round
+-scope_r_DATA =
+-scope_r_stuff = \
++scope_r_DATA =				\
+ 	scope-round/back.png		\
+ 	scope-round/scope.png		\
+ 	scope-round/back_tiny.png	\
+@@ -103,8 +93,7 @@
+ 	scope-round/themedata
+ 
+ scope_cleardir = $(datadir)/sound-monitor/scope-clear
+-scope_clear_DATA =
+-scope_clear_stuff = \
++scope_clear_DATA =			\
+ 	scope-clear/back.png		\
+ 	scope-clear/back_small_h.png	\
+ 	scope-clear/back_small_v.png	\
+@@ -125,18 +114,16 @@
+ #	spectra-clear/analyzer.png	\
+ #	spectra-clear/themedata
+ 
+-zsound_monitordir = $(datadir)/sound-monitor
+-zsound_monitor_DATA = \
+-	$(radar_blue_stuff)		\
+-	$(radar_green_stuff)		\
+-	$(blue_stuff)		\
+-	$(meters_stuff)		\
+-	$(original_stuff)	\
+-	$(scope_l_stuff)	\
+-	$(grey_stuff)		\
+-	$(meters2_stuff)	\
+-	$(scope_stuff)		\
+-	$(scope_r_stuff)	\
+-	$(scope_clear_stuff)
+ 
+-EXTRA_DIST = $(zsound_monitor_DATA)
++EXTRA_DIST = 			\
++	$(radar_blue_DATA)	\
++	$(radar_green_DATA)	\
++	$(blue_DATA)		\
++	$(meters_DATA)		\
++	$(original_DATA)	\
++	$(scope_l_DATA)		\
++	$(grey_DATA)		\
++	$(meters2_DATA)		\
++	$(scope_DATA)		\
++	$(scope_r_DATA)		\
++	$(scope_clear_DATA)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-applets.git/commitdiff/65c1b73f8721e2c1dd8f5b7d875df06b87ad8453



More information about the pld-cvs-commit mailing list