]> git.pld-linux.org Git - packages/gnome-applets.git/blame - gnome-applets-asclock_themes_install_fix.patch
- s/xml-i18n-tools/intltool/ in BR, more specific Requires; release 10
[packages/gnome-applets.git] / gnome-applets-asclock_themes_install_fix.patch
CommitLineData
691966a6 1--- gnome-applets-1.4.0.5/asclock/themes/Makefile.am~ Sat Jun 15 23:26:01 2002
2+++ gnome-applets-1.4.0.5/asclock/themes/Makefile.am Sat Jun 15 23:26:01 2002
3@@ -1,8 +1,7 @@
4 #SUBDIRS = Orb classic shaped beats Stone Newstone Freeamp
5
6 Orbdir = $(datadir)/asclock/Orb
7-Orb_DATA =
8-Orb_stuff = \
9+Orb_DATA = \
10 Orb/config \
11 Orb/clock.xpm \
12 Orb/led.xpm \
13@@ -15,11 +14,10 @@
14 Orb/weekday.xpm
15
16 classicdir = $(datadir)/asclock/classic
17-classic_DATA =
18-classic_stuff = \
19- classic/config \
20+classic_DATA = \
21+ classic/config \
22 classic/clock.xpm \
23- classic/led.xpm \
24+ classic/led.xpm \
25 classic/date.xpm \
26 classic/month.xpm \
27 classic/hour.xpm \
28@@ -29,51 +27,47 @@
29 classic/weekday.xpm
30
31 shapeddir = $(datadir)/asclock/shaped
32-shaped_DATA =
33-shaped_stuff = \
34- shaped/config \
35+shaped_DATA = \
36+ shaped/config \
37 shaped/clock.xpm \
38- shaped/led.xpm \
39- shaped/date.xpm \
40+ shaped/led.xpm \
41+ shaped/date.xpm \
42 shaped/month.xpm \
43- shaped/hour.xpm \
44+ shaped/hour.xpm \
45 shaped/minute.xpm \
46 shaped/second.xpm \
47 shaped/beats.xpm \
48 shaped/weekday.xpm
49
50 beatsdir = $(datadir)/asclock/beats
51-beats_DATA =
52-beats_stuff = \
53- beats/config \
54- beats/clock.xpm \
55- beats/led.xpm \
56- beats/date.xpm \
57- beats/month.xpm \
58- beats/hour.xpm \
59+beats_DATA = \
60+ beats/config \
61+ beats/clock.xpm \
62+ beats/led.xpm \
63+ beats/date.xpm \
64+ beats/month.xpm \
65+ beats/hour.xpm \
66 beats/minute.xpm \
67 beats/second.xpm \
68- beats/beats.xpm \
69+ beats/beats.xpm \
70 beats/weekday.xpm
71
72 Stonedir = $(datadir)/asclock/Stone
73-Stone_DATA =
74-Stone_stuff = \
75- Stone/config \
76- Stone/clock.xpm \
77- Stone/led.xpm \
78- Stone/date.xpm \
79- Stone/month.xpm \
80- Stone/hour.xpm \
81+Stone_DATA = \
82+ Stone/config \
83+ Stone/clock.xpm \
84+ Stone/led.xpm \
85+ Stone/date.xpm \
86+ Stone/month.xpm \
87+ Stone/hour.xpm \
88 Stone/minute.xpm \
89 Stone/second.xpm \
90- Stone/beats.xpm \
91+ Stone/beats.xpm \
92 Stone/weekday.xpm
93
94 Newstonedir = $(datadir)/asclock/Newstone
95-Newstone_DATA =
96-Newstone_stuff = \
97- Newstone/config \
98+Newstone_DATA = \
99+ Newstone/config \
100 Newstone/clock.xpm \
101 Newstone/led.xpm \
102 Newstone/date.xpm \
103@@ -85,11 +79,10 @@
104 Newstone/weekday.xpm
105
106 Freeampdir = $(datadir)/asclock/Freeamp
107-Freeamp_DATA =
108-Freeamp_stuff = \
109- Freeamp/config \
110+Freeamp_DATA = \
111+ Freeamp/config \
112 Freeamp/clock.xpm \
113- Freeamp/led.xpm \
114+ Freeamp/led.xpm \
115 Freeamp/date.xpm \
116 Freeamp/month.xpm \
117 Freeamp/hour.xpm \
118@@ -98,14 +91,11 @@
119 Freeamp/beats.xpm \
120 Freeamp/weekday.xpm
121
122-zasclockdir = $(datadir)/asclock
123-zasclock_DATA = \
124- $(Orb_stuff) \
125- $(classic_stuff) \
126- $(shaped_stuff) \
127- $(beats_stuff) \
128- $(Stone_stuff) \
129- $(Newstone_stuff) \
130- $(Freeamp_stuff)
131-
132-EXTRA_DIST = $(zasclock_DATA)
133\ No newline at end of file
134+EXTRA_DIST = \
135+ $(Orb_DATA) \
136+ $(classic_DATA) \
137+ $(shaped_DATA) \
138+ $(beats_DATA) \
139+ $(Stone_DATA) \
140+ $(Newstone_DATA) \
141+ $(Freeamp_DATA)
This page took 0.048523 seconds and 4 git commands to generate.