6297b96
%global rh_backgrounds_version 15
b88de58
%global waves_version 0.1.2
dc0b58f
%global fedora_release_name schroedinger-cat
dc0b58f
%global gnome_default default-animated
dc0b58f
%global picture_ext jpg
b88de58
b88de58
Name:           desktop-backgrounds
dc0b58f
Version:        19.0.0
4178584
Release:        2%{?dist}
b88de58
Summary:        Desktop backgrounds
b88de58
b88de58
License:        LGPLv2
b88de58
Source0:        redhat-backgrounds-%{rh_backgrounds_version}.tar.bz2
b88de58
Source2:        Propaganda-1.0.0.tar.gz
b88de58
Source3:        README.Propaganda
b88de58
Source5:        waves-%{waves_version}.tar.bz2
b88de58
Source6:        FedoraWaves-metadata.desktop
0b64f29
Source7:        desktop-backgrounds-fedora.xml
0b64f29
Source8:        fedora-metadata.desktop
b88de58
BuildArch:      noarch
dc0b58f
%if %{picture_ext} != png
dc0b58f
BuildRequires:   ImageMagick
dc0b58f
BuildRequires:   %{fedora_release_name}-backgrounds-base
dc0b58f
%endif
cvsdist 24a1b72
cvsdist 24a1b72
%description
72a03d6
The desktop-backgrounds package contains artwork intended to be used as
b88de58
desktop background image.
cvsdist 836e5d7
cvsdist 836e5d7
b88de58
%package        basic
b88de58
Summary:        Desktop backgrounds
7f3e007
Provides:       desktop-backgrounds = %{version}-%{release}
7f3e007
Obsoletes:      desktop-backgrounds < %{version}-%{release}
cvsdist 24a1b72
b88de58
%description    basic
72a03d6
The desktop-backgrounds-basic package contains artwork intended to be used as
b88de58
desktop background image.
cvsdist 836e5d7
0b64f29
%package        gnome
0b64f29
Summary:        The default Fedora wallpaper from GNOME desktop
0b64f29
Requires:       %{fedora_release_name}-backgrounds-gnome
5f41291
# starting with this release, gnome uses picture-uri instead of picture-filename
5f41291
# see gnome bz #633983
55d3dbc
Requires:       gsettings-desktop-schemas >= 2.91.92
0b64f29
Provides:       system-backgrounds-gnome = %{version}-%{release}
0b64f29
License:        CC-BY-SA
0b64f29
0b64f29
%description    gnome
85b927f
The desktop-backgrounds-gnome package sets default background in gnome.
0b64f29
b88de58
%package        compat
0b64f29
Summary:        The default Fedora wallpaper for less common DEs
dc0b58f
Requires:       %{fedora_release_name}-backgrounds-base
0b64f29
Provides:       system-backgrounds-compat = %{version}-%{release}
0b64f29
License:        CC-BY-SA
cvsdist 836e5d7
b88de58
%description    compat
0b64f29
The desktop-backgrounds-compat package contains file-names used
72a03d6
by less common Desktop Environments such as LXDE to set up the
0b64f29
default wallpaper.
cvsdist 24a1b72
b88de58
%package        waves
b88de58
Summary:        Desktop backgrounds for the Waves theme
66f28df
b88de58
%description    waves
b88de58
The desktop-backgrounds-waves package contains the "Waves" desktop backgrounds
b88de58
which were used in Fedora 9.
66f28df
66f28df
cvsdist 24a1b72
%prep
7f3e007
%setup -qn redhat-backgrounds-%{rh_backgrounds_version}
cvsdist 24a1b72
7f3e007
# move things where %%doc can find them
cvsdist 836e5d7
cp %{SOURCE3} .
cvsdist 836e5d7
mv images/space/*.ps .
cvsdist 836e5d7
mv images/space/README* .
cvsdist 836e5d7
cvsdist 836e5d7
# add propaganda
cvsdist 28c3dfc
(cd tiles && tar zxf %{SOURCE2})
cvsdist 28c3dfc
43e5d81
# add waves
43e5d81
tar xjf %{SOURCE5}
43e5d81
cvsdist 24a1b72
%install
cvsdist 836e5d7
mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/backgrounds
cvsdist 836e5d7
cd $RPM_BUILD_ROOT%{_prefix}/share/backgrounds
cvsdist 836e5d7
cvsdist 05e94c6
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/images .
cvsdist 05e94c6
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/tiles .
dfe26b9
43e5d81
mkdir waves
43e5d81
# copy actual image files
43e5d81
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/waves-%{waves_version}/*.png waves
72a03d6
# copy animation xml file
43e5d81
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/waves-%{waves_version}/waves.xml waves
43e5d81
b88de58
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties
eafa9c1
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/desktop-backgrounds-basic.xml $RPM_BUILD_ROOT%{_prefix}/share/gnome-background-properties
43e5d81
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/waves-%{waves_version}/desktop-backgrounds-waves.xml $RPM_BUILD_ROOT%{_prefix}/share/gnome-background-properties
cvsdist 24a1b72
b88de58
bgdir=$RPM_BUILD_ROOT%{_datadir}/backgrounds
Elliot Lee e7122cd
for I in tiles/Propaganda images/dewdop_leaf.jpg images/dragonfly.jpg images/frosty_pipes.jpg images/in_flight.jpg images/leaf_veins.jpg \
7f3e007
        images/leafdrops.jpg images/lightrays-transparent.png images/lightrays.png images/lightrays2.png images/raingutter.jpg images/riverstreet_rail.jpg \
7f3e007
        images/sneaking_branch.jpg images/space images/yellow_flower.jpg; do
7f3e007
        rm -rf ${bgdir}/${I}
Elliot Lee 12cc066
done
Elliot Lee 12cc066
709cea7
# FedoraWaves theme for KDE4
709cea7
mkdir -p $RPM_BUILD_ROOT%{_datadir}/wallpapers/Fedora_Waves/contents/images
709cea7
install -m 644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/wallpapers/Fedora_Waves/metadata.desktop
d33747c
(cd $RPM_BUILD_ROOT%{_datadir}/wallpapers/Fedora_Waves/contents/;
d33747c
ln -s ../../../backgrounds/waves/waves-eeepc-3-night.png screenshot.png
709cea7
cd $RPM_BUILD_ROOT%{_datadir}/wallpapers/Fedora_Waves/contents/images
d33747c
ln -s ../../../../backgrounds/waves/waves-normal-3-night.png 1024x768.png
d33747c
ln -s ../../../../backgrounds/waves/waves-wide-3-night.png 1280x800.png
d33747c
# FIXME: there doesn't seem to be a 5:4 image in the latest iteration
d33747c
ln -s ../../../../backgrounds/waves/waves-wide-3-night.png 1280x1024.png
d33747c
ln -s ../../../../backgrounds/waves/waves-wide-3-night.png 1440x900.png
d33747c
ln -s ../../../../backgrounds/waves/waves-normal-3-night.png 1600x1200.png
d33747c
ln -s ../../../../backgrounds/waves/waves-wide-3-night.png 1920x1200.png
d33747c
)
d33747c
0b64f29
# Defalts for various desktops:
0b64f29
#   for GNOME
85b927f
mkdir -p $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
85b927f
/bin/echo '[org.gnome.desktop.background]' > \
9e62836
    $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
dc0b58f
/bin/echo "picture-uri='file://%{_datadir}/backgrounds/%{fedora_release_name}/%{gnome_default}/%{fedora_release_name}.xml'" >> \
9e62836
    $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
Kevin Kofler 23d2736
#   for KDE, this is handled in kde-settings
dc0b58f
#   for XFCE, LXDE, etc.
dc0b58f
%if %{picture_ext} == png
dc0b58f
  (cd $RPM_BUILD_ROOT%{_datadir}/backgrounds/images;
dc0b58f
  ln -s ../%{fedora_release_name}/default/standard/%{fedora_release_name}.png\
0b64f29
      default.png
dc0b58f
  ln -s ../%{fedora_release_name}/default/normalish/%{fedora_release_name}.png \
0b64f29
      default-5_4.png
dc0b58f
  ln -s ../%{fedora_release_name}/default/wide/%{fedora_release_name}.png \
0b64f29
      default-16_10.png
dc0b58f
  cd ..
dc0b58f
  ln -s ./%{fedora_release_name}/default/standard/%{fedora_release_name}.png \
0b64f29
      default.png
dc0b58f
  )
dc0b58f
%else
dc0b58f
  (cd $RPM_BUILD_ROOT%{_datadir}/backgrounds/images;
dc0b58f
  convert %{_datadir}/backgrounds/%{fedora_release_name}/default/standard/%{fedora_release_name}.%{picture_ext}\
dc0b58f
        -alpha off default.png
dc0b58f
  convert %{_datadir}/backgrounds/%{fedora_release_name}/default/normalish/%{fedora_release_name}.%{picture_ext}\
dc0b58f
        -alpha off default-5_4.png
dc0b58f
  convert %{_datadir}/backgrounds/%{fedora_release_name}/default/wide/%{fedora_release_name}.%{picture_ext}\
dc0b58f
        -alpha off default-16_10.png
dc0b58f
  cd ..
dc0b58f
  ln -s ./images/default-16_10.png \
dc0b58f
        default.png
dc0b58f
  )
dc0b58f
%endif
cvsdist 24a1b72
b1acd44
%posttrans gnome
85b927f
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
85b927f
b1acd44
%postun gnome
85b927f
if [ $1 -eq 0 ]; then
85b927f
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
85b927f
fi
85b927f
cvsdist 836e5d7
%files basic
b88de58
%dir %{_datadir}/backgrounds
cvsdist 28c3dfc
%dir %{_datadir}/backgrounds/tiles
cvsdist 836e5d7
%dir %{_datadir}/backgrounds/images
cvsdist 28c3dfc
%{_datadir}/backgrounds/tiles/*.png
cvsdist 3a1fac5
%{_datadir}/backgrounds/tiles/*jpg
d33747c
%{_datadir}/backgrounds/images/earth_from_space.jpg
d33747c
%{_datadir}/backgrounds/images/flowers_and_leaves.jpg
e1e7678
%{_datadir}/backgrounds/images/ladybugs.jpg
e1e7678
%{_datadir}/backgrounds/images/stone_bird.jpg
d33747c
%{_datadir}/backgrounds/images/tiny_blast_of_red.jpg
eafa9c1
%dir %{_datadir}/gnome-background-properties
eafa9c1
%{_datadir}/gnome-background-properties/desktop-backgrounds-basic.xml
66f28df
%dir %{_datadir}/wallpapers
66f28df
66f28df
%files waves
66f28df
%dir %{_datadir}/backgrounds/waves
66f28df
%{_datadir}/backgrounds/waves/*.png
66f28df
%{_datadir}/backgrounds/waves/waves.xml
43e5d81
%{_datadir}/gnome-background-properties/desktop-backgrounds-waves.xml
66f28df
%{_datadir}/wallpapers/Fedora_Waves
cvsdist 836e5d7
0b64f29
%files gnome
9e62836
%{_datadir}/glib-2.0/schemas/10_org.gnome.desktop.background.fedora.gschema.override
0b64f29
d33747c
%files compat
d33747c
%{_datadir}/backgrounds/images/default*
adf91cb
%{_datadir}/backgrounds/default.png
cvsdist 836e5d7
cvsdist 24a1b72
%changelog
4178584
* Wed May 22 2013 Martin Sourada <mso@fedoraproject.org> - 19.0.0-2
4178584
- Rebuild against new schroedinger-cat-backgrounds
4178584
dc0b58f
* Tue Mar 12 2013 Martin Sourada <mso@fedoraproject.org> - 19.0.0-1
dc0b58f
- Switch to Schrödinger's cat
dc0b58f
- As the original images are jpg, conver them to pngs instead of symlinking
dc0b58f
  - This requires rebuild whenever schroedinger-cat-backgrounds-base is updated
dc0b58f
- Drop -xfce subpackage, xfce uses the -compat one as well
dc0b58f
13ee72d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 18.0.0-2
13ee72d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
13ee72d
9e62836
* Mon Aug 20 2012 Martin Sourada <mso@fedoraproject.org> - 18.0.0-1
9e62836
- Switch to Spherical Cow
9e62836
- Add priority number to gschema override filename
9e62836
- Drop Fedora 15 conditionals
9e62836
dcb64cd
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17.0.0-2
dcb64cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
dcb64cd
c86ddd5
* Tue Feb 07 2012 Martin Sourada <mso@fedoraproject.org> - 17.0.0-1
c86ddd5
- Switch to Beefy Miracle
c86ddd5
aaf6daa
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 16.0.0-2
aaf6daa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
aaf6daa
6297b96
* Fri Jul 29 2011 Martin Sourada <mso@fedoraproject.org> - 16.0.0-1
72a03d6
- Switch to Verne
72a03d6
55d3dbc
* Sat Apr 02 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-8
55d3dbc
- Use stripes version of the wallpaper on F15 in Gnome
72a03d6
- We should require the schema we override, not the component that uses
b1acd44
  it
b1acd44
- Fix the scriplets
b1acd44
- Minor spec clean-up
55d3dbc
c6bb108
* Tue Mar 22 2011 Tom Callaway <spot@fedoraproject.org> - 15.0.0-7
c6bb108
- picture-uri needs to be an actual uri
c6bb108
5f41291
* Tue Mar 22 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-6
5f41291
- Update for upcoming changes in gnome-desktop-2.91.92
5f41291
  * picture-uri is used instead of picture-filename to select background
5f41291
    gnome bz #633983
5f41291
85b927f
* Tue Mar 22 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-5
85b927f
- Set default wallpaper for gnome
85b927f
Kevin Kofler 23d2736
* Mon Mar 07 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 15.0.0-4
Kevin Kofler 23d2736
- Drop unused -kde subpackage, we set the default through kde-settings & pull it
Kevin Kofler 23d2736
  in through system-plasma-desktoptheme, which is Provided by lovelock-kde-theme
Kevin Kofler 23d2736
2edaf73
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.0.0-3
2edaf73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2edaf73
adf91cb
* Mon Feb 07 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-2
adf91cb
- The file-names should not contain the word fedora for the system-backgrounds*
adf91cb
  virtual provides to be more effective
adf91cb
0b64f29
* Mon Feb 07 2011 Martin Sourada <mso@fedoraproject.org> - 15.0.0-1
0b64f29
- Provide file-names for default wallpapers
0b64f29
  * new subpackages -gnome, -kde, xfce for the various DEs
0b64f29
  * -compat subpackage is really for setting the default wallpaper for the
0b64f29
    other desktops like LXDE, adjust the description and summary
0b64f29
  * use correct suffix in file-names in -compat subpackage
0b64f29
- Sync version with Fedora release
0b64f29
7f3e007
* Thu Aug 12 2010 Martin Sourada <mso@fedoraproject.org> - 9.0.0-15
7f3e007
- Rebuild, add dist tag.
7f3e007
- Properly versioned provides/obsoletes for the -basic subpackage
7f3e007
572ba17
* Thu Aug 05 2010 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-14
572ba17
- Update for F14 Laughlin artwork
572ba17
7f3e007
* Fri Apr 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-14
7f3e007
- Adjustments for recent Goddard artwork changes
7f3e007
b88de58
* Thu Mar 18 2010 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-13
b88de58
- Update for F13 Goddard artwork
b88de58
d8843f8
* Mon Mar  1 2010 Matthias Clasen <mclasen@redhat.com> - 9.0.0-12
4c279a4
- Fix a directory ownership issue
4c279a4
b88de58
* Tue Nov 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-11
72a03d6
- Bump release for RC
b88de58
0b31a75
* Sun Nov 01 2009 Christoph Wickert <cwickert@fedoraproject.org> - 9.0.0-10
0b31a75
- Update for F12 constantine artwork
0b31a75
2afc96b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-9
2afc96b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2afc96b
a0e4380
* Wed Apr 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 9.0.0-8
a0e4380
- fix compat subpackage
a0e4380
9c97887
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.0-7
9c97887
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9c97887
d4c87ad
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 9.0.0-6
d4c87ad
- Tweak descriptions
d4c87ad
5bf882d
* Tue Nov  4 2008 Ray Strode <rstrode@redhat.com> 9.0.0-5
5bf882d
- Fix compat links after solar-backgrounds restructuring
5bf882d
  (bug 469789)
5bf882d
e18d45a
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 9.0.0-4
e18d45a
- Make compat subpackage depend on solar backgrounds
e18d45a
  (bug 468749)
e18d45a
66f28df
* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 9.0.0-3
66f28df
- Move waves wallpapers to a subpackage
66f28df
affc2f9
* Wed Oct 08 2008 Than Ngo <than@redhat.com> 9.0.0-2
affc2f9
- own /usr/share/wallpapers
affc2f9
d0bcd03
* Fri Apr 11 2008 Ray Strode <rstrode@redhat.com> 9.0.0-1
d33747c
- Update wallpapers to latest iteration from art team
d33747c
- Add compat subpackage to provide compat-links for all the cruft
d33747c
  that's accumulated over the years
d33747c
709cea7
* Fri Apr 11 2008 Than Ngo <than@redhat.com> 8.92-5
709cea7
- Add FedoraWaves theme for KDE4
709cea7
65eebb5
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 8.92-4
72a03d6
- Rename FC5-era backgrounds
65eebb5
3cee787
* Sun Apr  6 2008 Matthias Clasen <mclasen@redhat.com> - 8.92-3
3cee787
- Drop infinity backgrounds, they will be moved to a separate package
3cee787
8ee45f4
* Sat Mar 29 2008 Matthias Clasen <mclasen@redhat.com> - 8.92-2
8ee45f4
- Move the "waves" animation start time back to the past
8ee45f4
43e5d81
* Sat Mar 29 2008 Matthias Clasen <mclasen@redhat.com> - 8.92-1
43e5d81
- Add "Waves" backgrounds. Leave infinity for now
43e5d81
1ab7854
* Thu Oct 11 2007 Ray Strode <rstrode@redhat.com> - 7.92-8
1ab7854
- Scale images
1ab7854
a4e44b3
* Tue Oct 9 2007 Ray Strode <rstrode@redhat.com> - 7.92-7
a4e44b3
- Upgrade desktop backgrounds to higher fidelity versions,
a4e44b3
  given by Máirín Duffy
a4e44b3
0694f3e
* Wed Sep 26 2007 Máirín Duffy <duffy@redhat.com> - 7.92-6
0694f3e
- wallpapers redone so there is no more banding
0694f3e
- wallpapers renamed
0694f3e
- infinity animated file bugs fixed (hopefully)
0694f3e
72691e6
* Thu Sep 20 2007 Ray Strode <rstrode@redhat.com> - 7.92-5
72691e6
- fix symlinks again
72691e6
598ca36
* Thu Sep  6 2007 Bill Nottingham <notting@redhat.com> - 7.92-4
598ca36
- fix symlinks
598ca36
f4ee170
* Wed Sep  5 2007 Ray Strode <rstrode@redhat.com> - 7.92-3
df988fd
- create links for default.png etc until more artwork shows up
f4ee170
- start animated backgrounds at midnight
df988fd
feab4b8
* Thu Aug 30 2007 Jeremy Katz <katzj@redhat.com> - 7.92-2
72a03d6
- need to include less infinity backgrounds for now; the space usage
feab4b8
  kill livecds
feab4b8
5b40c22
* Wed Aug 28 2007 Máirín Duffy <duffy@redhat.com> - 7.92-1
5b40c22
- Add Infinity background
5b40c22
362bb9c
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.0-38
362bb9c
- Update the licence field
362bb9c
90beb53
* Wed Sep 06 2006 John (J5) Palmieri <johnp@redhat.com> - 2.0-37
90beb53
- Backgrounds are now changed to jpgs and 4:3 has been replaced
90beb53
  by a 5:4 aspect image
90beb53
837af8e
* Fri Jul 28 2006 John (J5) Palmieri <johnp@redhat.com> - 2.0-35
837af8e
- Add 4:3 aspect ration version of background
837af8e
68c976e
* Thu Jul 27 2006 John (J5) Palmieri <johnp@redhat.com> - 2.0-35
68c976e
- Add dual screen background
68c976e
a47d4ac
* Wed Jul 26 2006 Alexander Larsson <alexl@redhat.com> - 2.0-34
a47d4ac
- Add wide desktop background
a47d4ac
ed0f788
* Mon Jun  5 2006 Matthias Clasen <mclasen@redaht.com> 2.0-33
ed0f788
- Really remove the default background
ed0f788
a5708e3
* Mon Jun  5 2006 Matthias Clasen <mclasen@redaht.com> 2.0-32
a5708e3
- Move the default background to fedora-logos
a5708e3
1cb1eab
* Mon Dec 19 2005 Ray Strode <rstrode@redhat.com> 2.0-31
1cb1eab
- replace default fedora background with new one
1cb1eab
  from Diana Fong
1cb1eab
7ec2c8b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 2.0-30.1
df33710
- rebuilt
df33710
783b4ae
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.0-30
783b4ae
- Replace earth_from_space.jpg with a non-mirrored version (#163345)
783b4ae
503bb3a
* Wed Apr 27 2005 John (J5) Palmieri <johnp@redhat.com> 2.0-29
503bb3a
- Add translations
659edf2
- redhat-backgrounds-9
503bb3a
Elliot Lee 491ec87
* Tue Feb 22 2005 Elliot Lee <sopwith@redhat.com> 2.0-28
Elliot Lee 491ec87
- Remove extra backgrounds for now to save space.
Elliot Lee 491ec87
eafa9c1
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.0-27
eafa9c1
- Move .xml files to where the background capplet in
eafa9c1
  Gnome 2.10 will find them
eafa9c1
77a44d1
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.2.1E
77a44d1
- RHEL build
77a44d1
f489500
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.2
f489500
- New background
f489500
1ab1923
* Thu Sep 30 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.1E
1ab1923
- RHEL build
1ab1923
b52527f
* Thu Sep 30 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26
b52527f
- New default background infrastructure.
b52527f
e1e7678
* Mon Sep 27 2004 Matthias Clasen <mclasen@@redhat.com> 2.0.25
e1e7678
- avoid duplicate images
e1e7678
dfe26b9
* Mon Sep 27 2004 Matthias Clasen <mclasen@@redhat.com> 2.0.24
dfe26b9
- Prepopulate the list of backgrounds in the background
dfe26b9
  changes with a small set of good backgrounds (#133382)
dfe26b9
- redhat-backgrounds-7
dfe26b9
Elliot Lee 410530c
* Thu Sep 09 2004 Elliot Lee <sopwith@redhat.com> 2.0-23
Elliot Lee 410530c
- Really update the default background.
Elliot Lee 9c88922
cvsdist 0114959
* Wed Jul 07 2004 Elliot Lee <sopwith@redhat.com> 2.0-21
cvsdist 0114959
- Change background for FC3test1
cvsdist 0114959
cvsdist 9a716f0
* Thu May  6 2004 Jeremy Katz <katzj@redhat.com> - 2.0-20
cvsdist 9a716f0
- background from Garrett for FC2
cvsdist 9a716f0
cvsdist 9a716f0
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9a716f0
- rebuilt
cvsdist ea1a3b9
cvsdist f2da282
* Sun Nov  2 2003 Elliot Lee <sopwith@redhat.com> 2.0-18
cvsdist f2da282
- redhat-backgrounds-6
cvsdist f2da282
cvsdist f2da282
* Wed Oct 29 2003 Havoc Pennington <hp@redhat.com> 2.0-17
cvsdist f2da282
- redhat-backgrounds-5
cvsdist f2da282
cvsdist 9f5b1cc
* Tue Sep 23 2003 Michael Fulbright <msf@redhat.com> 2.0-16
72a03d6
- new fedora background
cvsdist f2da282
- (this change was never committed to cvs -hp)
cvsdist 9f5b1cc
cvsdist 9f5b1cc
* Thu Jul 17 2003 Havoc Pennington <hp@redhat.com> 2.0-15
cvsdist 9f5b1cc
- background for the beta
cvsdist 9f5b1cc
cvsdist 05e94c6
* Fri Feb 21 2003 Havoc Pennington <hp@redhat.com> 2.0-14
cvsdist 05e94c6
- some background tweaks from Garrett
cvsdist 05e94c6
cvsdist 05e94c6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 05e94c6
- rebuilt
cvsdist 05e94c6
cvsdist 05e94c6
* Fri Dec  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist 05e94c6
- rebuild
cvsdist 05e94c6
- update redhat-backgrounds version
cvsdist 05e94c6
cvsdist ef2ac6a
* Tue Sep  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist ef2ac6a
- new redhat-backgrounds from CVS with new default
cvsdist ef2ac6a
cvsdist 3a1fac5
* Tue Aug 27 2002 Than Ngo <than@redhat.com> 2.0-9
cvsdist 3a1fac5
- add missing kdebase desktop backgrounds (bug #72508)
cvsdist 3a1fac5
cvsdist 526abc8
* Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 526abc8
- drop the beta placeholder in favor of final background
cvsdist 526abc8
cvsdist 28c3dfc
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 28c3dfc
- new redhat-backgrounds with wallpapers moved to tiles
cvsdist 28c3dfc
- overwrite default.png with a placeholder
cvsdist 28c3dfc
cvsdist 836e5d7
* Fri Aug  9 2002 Havoc Pennington <hp@redhat.com>
cvsdist 836e5d7
- new redhat-backgrounds with default.png
cvsdist 836e5d7
cvsdist 836e5d7
* Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
cvsdist 836e5d7
- new redhat-backgrounds from CVS with default.jpg
cvsdist 836e5d7
cvsdist 836e5d7
* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 836e5d7
- new images from Garrett added to -extra
cvsdist 836e5d7
cvsdist 836e5d7
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 836e5d7
- automated rebuild
cvsdist 836e5d7
cvsdist 836e5d7
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 836e5d7
- redo it, now it includes the tile/image collection
cvsdist 836e5d7
  redhat-backgrounds from CVS, plus propaganda
72a03d6
- move things to datadir/share/backgrounds/images
cvsdist 836e5d7
  and datadir/share/backgrounds/wallpapers
72a03d6
- split into a small basic package and an extra package,
cvsdist 836e5d7
  so we can have packages require the basic package
cvsdist 836e5d7
  without sucking in huge images
cvsdist 836e5d7
- move space images into devserv CVS
cvsdist 836e5d7
- move nautilus and kdebase tiles into devserv CVS
cvsdist 836e5d7
cvsdist 836e5d7
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 836e5d7
- automated rebuild
cvsdist 836e5d7
cvsdist 836e5d7
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 836e5d7
- automated rebuild
cvsdist 836e5d7
cvsdist 24a1b72
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 24a1b72
- automatic rebuild
cvsdist 24a1b72
cvsdist 24a1b72
* Thu Jun 29 2000 Dave Mason <dcm@redhat.com>
cvsdist 24a1b72
- updated spec file to RPM guidelines
cvsdist 24a1b72
cvsdist 24a1b72
* Thu Jun 29 2000 Than Ngo <than@redhat.de>
cvsdist 24a1b72
- FHS fixes
cvsdist 24a1b72
cvsdist 24a1b72
* Tue Feb 01 2000 Preston Brown <pbrown@redhat.com>
cvsdist 24a1b72
- new space backgrounds
cvsdist 24a1b72
cvsdist 24a1b72
* Fri Apr  2 1999 Jonathan Blandford <jrb@redhat.com>
cvsdist 24a1b72
- added propaganda tiles.  Spruced it up a bit
cvsdist 24a1b72
- moved README files out of tarball, and into docs dir.
cvsdist 24a1b72
cvsdist 24a1b72
* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 24a1b72
- First attempt