- update paths patch to include new nature directory

This commit is contained in:
Ray Strode 2006-03-13 21:20:44 +00:00
parent f8e415c11e
commit 04013022e0
2 changed files with 31 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--- gnome-backgrounds-2.14.0/translucent/gnome-translucent.xml.in.in.paths 2006-03-02 18:17:40.000000000 -0500
+++ gnome-backgrounds-2.14.0/translucent/gnome-translucent.xml.in.in 2006-03-13 16:01:22.000000000 -0500
+++ gnome-backgrounds-2.14.0/translucent/gnome-translucent.xml.in.in 2006-03-13 16:06:50.000000000 -0500
@@ -5,7 +5,7 @@
<!-- Translators: This is the name of a desktop background image that shows some ellipses.
You might want to translate it into the equivalent words of your language -->
@ -19,7 +19,7 @@
<shade_type>solid</shade_type>
<pcolor>#366B04</pcolor>
--- gnome-backgrounds-2.14.0/tiles/gnome-tiles.xml.in.in.paths 2006-03-11 13:30:33.000000000 -0500
+++ gnome-backgrounds-2.14.0/tiles/gnome-tiles.xml.in.in 2006-03-13 16:02:25.000000000 -0500
+++ gnome-backgrounds-2.14.0/tiles/gnome-tiles.xml.in.in 2006-03-13 16:06:50.000000000 -0500
@@ -5,7 +5,7 @@
<!-- Translators: This is the name of a desktop background image that shows a boats pattern.
You might want to translate it into the equivalent words of your language -->
@ -48,7 +48,7 @@
<shade_type>vertical-gradient</shade_type>
<pcolor>#332133</pcolor>
--- gnome-backgrounds-2.14.0/branded/gnome-branded.xml.in.in.paths 2006-02-13 16:32:19.000000000 -0500
+++ gnome-backgrounds-2.14.0/branded/gnome-branded.xml.in.in 2006-03-13 16:03:38.000000000 -0500
+++ gnome-backgrounds-2.14.0/branded/gnome-branded.xml.in.in 2006-03-13 16:06:50.000000000 -0500
@@ -5,7 +5,7 @@
<!-- Translators: This is the name of a desktop background image that shows the curves of the GNOME logo.
You might want to translate it into the equivalent words of your language -->
@ -58,3 +58,30 @@
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#76848F</pcolor>
--- gnome-backgrounds-2.14.0/nature/gnome-nature.xml.in.in.paths 2006-03-13 16:19:13.000000000 -0500
+++ gnome-backgrounds-2.14.0/nature/gnome-nature.xml.in.in 2006-03-13 16:19:32.000000000 -0500
@@ -5,21 +5,21 @@
<!-- Translators: This is the name of a desktop background image that shows an orange/red flower.
You might want to translate it into the equivalent words of your language -->
<_name>Fresh Flower</_name>
- <filename>@datadir@/pixmaps/backgrounds/gnome/nature/FreshFlower.jpg</filename>
+ <filename>@datadir@/backgrounds/nature/FreshFlower.jpg</filename>
<options>zoom</options>
</wallpaper>
<wallpaper deleted="false">
<!-- Translators: This is the name of a desktop background image that shows a yellow flower.
You might want to translate it into the equivalent words of your language -->
<_name>Open Flower</_name>
- <filename>@datadir@/pixmaps/backgrounds/gnome/nature/OpenFlower.jpg</filename>
+ <filename>@datadir@/backgrounds/nature/OpenFlower.jpg</filename>
<options>zoom</options>
</wallpaper>
<wallpaper deleted="false">
<!-- Translators: This is the name of a desktop background image that shows a pebble beach.
You might want to translate it into the equivalent words of your language -->
<_name>Green Meadow</_name>
- <filename>@datadir@/pixmaps/backgrounds/gnome/nature/GreenMeadow.jpg</filename>
+ <filename>@datadir@/backgrounds/nature/GreenMeadow.jpg</filename>
<options>zoom</options>
</wallpaper>
</wallpapers>

View File

@ -35,6 +35,7 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/branded $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/tiles $RPM_BUILD_ROOT%{_datadir}/backgrounds
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/translucent $RPM_BUILD_ROOT%{_datadir}/backgrounds
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/nature $RPM_BUILD_ROOT%{_datadir}/backgrounds
%find_lang %{gettext_package}