rpms/gnome-screensaver/devel cosmos-wallpaper.xml, NONE, 1.1 cosmos.xml, NONE, 1.1 gnome-screensaver.spec, 1.218, 1.219

Matthias Clasen mclasen at fedoraproject.org
Sat Aug 15 03:55:04 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-screensaver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19192

Modified Files:
	gnome-screensaver.spec 
Added Files:
	cosmos-wallpaper.xml cosmos.xml 
Log Message:
Make cosmos images available as background slideshow



--- NEW FILE cosmos-wallpaper.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
  <wallpaper deleted="false">
    <name>Cosmos</name>
    <filename>/usr/share/pixmaps/backgrounds/cosmos/cosmos.xml</filename>
    <options>stretched</options>
  </wallpaper>
</wallpapers>


--- NEW FILE cosmos.xml ---
<background>
  <starttime>
    <year>2009</year>
    <month>08</month>
    <day>04</day>
    <hour>00</hour>
    <minute>00</minute>
    <second>00</second>
  </starttime>
<!-- This animation will start at midnight. -->
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/cloud.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/cloud.jpg</from>
    <to>/usr/share/pixmaps/backgrounds/cosmos/comet.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/comet.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/comet.jpg</from>
    <to>/usr/share/pixmaps/backgrounds/cosmos/earth-horizon.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/earth-horizon.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/earth-horizon.jpg</from>
    <to>/usr/share/pixmaps/backgrounds/cosmos/earthrise.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/earthrise.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/earthrise.jpg</from>
    <to>/usr/share/pixmaps/backgrounds/cosmos/galaxy-ngc3370.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/galaxy-ngc3370.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/galaxy-ngc3370.jpg</from>
    <to>/usr/share/pixmaps/backgrounds/cosmos/helix-nebula.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/helix-nebula.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/helix-nebula.jpg</from>
    <to>/usr/share/pixmaps/backgrounds/cosmos/jupiter.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/jupiter.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/jupiter.jpg</from>
    <to>/usr/share/pixmaps/backgrounds/cosmos/sombrero.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/sombrero.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/sombrero.jpg</from>
    <to>/usr/share/pixmaps/backgrounds/cosmos/whirlpool.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/pixmaps/backgrounds/cosmos/whirlpool.jpg</file>
  </static>
  <transition>
    <duration>5.0</duration>
    <from>/usr/share/pixmaps/backgrounds/cosmos/whirlpool.jpg</from>
    <to></to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file></file>
  </static>
</background>


Index: gnome-screensaver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-screensaver/devel/gnome-screensaver.spec,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -p -r1.218 -r1.219
--- gnome-screensaver.spec	25 Jul 2009 00:46:13 -0000	1.218
+++ gnome-screensaver.spec	15 Aug 2009 03:55:04 -0000	1.219
@@ -14,11 +14,13 @@
 Summary: GNOME Screensaver
 Name: gnome-screensaver
 Version: 2.27.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Amusements/Graphics
 Source0: http://download.gnome.org/sources/gnome-screensaver/2.27/%{name}-%{version}.tar.bz2
 Source1: gnome-screensaver-hide-xscreensaver.menu
+Source2: cosmos.xml
+Source3: cosmos-wallpaper.xml
 
 Patch1: gnome-screensaver-2.20.0-default-theme.patch
 Patch2: gnome-screensaver-2.26.0-securitytoken.patch
@@ -115,6 +117,10 @@ desktop-file-install --vendor gnome --de
 # hide xscreensaver from the menus
 install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/preferences-post-merged/gnome-screensaver-hide-xscreensaver.menu
 
+install -D -m644 ${SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/cosmos/cosmos.xml
+
+install -D -m644 ${SOURCE3} $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/cosmos.xml
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -146,6 +152,8 @@ fi
 %{_datadir}/pixmaps/backgrounds/
 %{_datadir}/pixmaps/gnome-logo-white.svg
 %{_datadir}/desktop-directories/gnome-screensaver.directory
+%dir %{_datadir}/gnome-background-properties
+%{_datadir}/gnome-background-properties/cosmos.xml
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_sysconfdir}/xdg/menus/preferences-post-merged/*
 %{_sysconfdir}/xdg/menus/gnome-screensavers.menu
@@ -154,6 +162,9 @@ fi
 %doc %{_mandir}/man1/*.1.gz
 
 %changelog
+* Fri Aug 14 2009 Matthias Clasen <mclasen at redhat.com> 2.27.0-6
+- Make cosmos images available as background slideshow
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.27.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list