diff --git a/Makefile b/Makefile index 2c3f80a..83acd5b 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,12 @@ clean: # make -C usplash/moreblue-orbit clean install: - # splashy theme + # splashy themes + mkdir -p $(DESTDIR)/usr/share/splashy/themes/spacefun + $(INSTALL) $(wildcard splashy/spacefun/*) $(DESTDIR)/usr/share/splashy/themes/spacefun mkdir -p $(DESTDIR)/usr/share/splashy/themes/moreblue-orbit $(INSTALL) $(wildcard splashy/moreblue-orbit/*) $(DESTDIR)/usr/share/splashy/themes/moreblue-orbit + # usplash theme # make -C usplash/moreblue-orbit install DESTDIR=$(CURDIR)/debian/usplash-theme-debian-desktop/usr/lib/usplash # background files diff --git a/backgrounds/spacefun-wallpaper.svg b/backgrounds/spacefun-wallpaper.svg new file mode 100644 index 0000000..9793abc --- /dev/null +++ b/backgrounds/spacefun-wallpaper.svg @@ -0,0 +1,2297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/debian/changelog b/debian/changelog index 522ca7d..3a2ab97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,14 @@ desktop-base (5.0.7) UNRELEASED; urgency=low * debian/control: - update kde suggest to kde-standards. closes: #548244 + * backgrounds: + - add SpaceFun wallpaper + * slashy: + - add SpaceFun theme + * debian/postinst: + - add SpaceFun alternative at maximum level (default Squeeze theme) - -- Yves-Alexis Perez Thu, 24 Sep 2009 23:24:03 +0200 + -- Yves-Alexis Perez Tue, 09 Nov 2010 22:05:54 +0100 desktop-base (5.0.6) unstable; urgency=low diff --git a/debian/postinst b/debian/postinst index df213e7..03c3d99 100644 --- a/debian/postinst +++ b/debian/postinst @@ -17,22 +17,27 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg 60 + /usr/share/images/desktop-base/spacefun-wallpaper.svg 60 update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/moreblue-orbit-wallpaper-widescreen.svg 55 + /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg 55 update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/nightly-wallpaper.png 50 + /usr/share/images/desktop-base/moreblue-orbit-wallpaper-widescreen.svg 50 update-alternatives --install \ /usr/share/images/desktop-base/desktop-background \ desktop-background \ - /usr/share/images/desktop-base/debian-blueish-wallpaper.svg 40 + /usr/share/images/desktop-base/nightly-wallpaper.png 45 + + update-alternatives --install \ + /usr/share/images/desktop-base/desktop-background \ + desktop-background \ + /usr/share/images/desktop-base/debian-blueish-wallpaper.svg 35 # Alternatives for the splash update-alternatives --install \ @@ -46,6 +51,11 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then /usr/share/images/desktop-base/gnome-splash-curves.png 40 # Alternatives for grub + update-alternatives --install \ + /usr/share/images/desktop-base/desktop-grub \ + desktop-grub \ + /usr/share/images/desktop-base/spacefun-grub.png 15 + update-alternatives --install \ /usr/share/images/desktop-base/desktop-grub \ desktop-grub \ @@ -57,7 +67,7 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then fi if [ -x /sbin/splashy_config ] && [ -w /etc/splashy/config.xml ]; then - splashy_config --set-theme moreblue-orbit + splashy_config --set-theme spacefun fi if [ -x /usr/sbin/update-initramfs ]; then diff --git a/debian/prerm b/debian/prerm index 585e7bb..57bea8e 100644 --- a/debian/prerm +++ b/debian/prerm @@ -4,6 +4,9 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then # remove background alternatives + update-alternatives --remove desktop-background \ + /usr/share/images/desktop-base/spacefun-wallpaper.svg + update-alternatives --remove desktop-background \ /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg @@ -24,6 +27,9 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then /usr/share/images/desktop-base/gnome-splash-curves.png # remove grub alternatives + update-alternatives --remove desktop-grub \ + /usr/share/images/desktop-base/spacefun-grub.png + update-alternatives --remove desktop-grub \ /usr/share/images/desktop-base/moreblue-orbit-grub.png fi diff --git a/splashy/spacefun/back.png b/splashy/spacefun/back.png new file mode 100644 index 0000000..2e308ec Binary files /dev/null and b/splashy/spacefun/back.png differ diff --git a/splashy/spacefun/error.png b/splashy/spacefun/error.png new file mode 100644 index 0000000..3f0ff72 Binary files /dev/null and b/splashy/spacefun/error.png differ diff --git a/splashy/spacefun/go.png b/splashy/spacefun/go.png new file mode 100644 index 0000000..3d8fe97 Binary files /dev/null and b/splashy/spacefun/go.png differ diff --git a/splashy/spacefun/theme.xml b/splashy/spacefun/theme.xml new file mode 100644 index 0000000..e53bde8 --- /dev/null +++ b/splashy/spacefun/theme.xml @@ -0,0 +1,137 @@ + + + + + spacefun + 1.0 + SpaceFun theme + + Valessio Brito >valessio@debianart.org< + + + + + 35 + 50 + 30 + 2 + + + + 211 + 14 + 43 + 128 + + + + yes + + 0 + 0 + 0 + 255 + + + + + + 127 + 127 + 127 + 125 + + + + forward + backward + forward + backward + + + yes + yes + yes + yes + + + + + go.png + back.png + go.png + back.png + error.png + + + + 0 + 0 + 0 + 0 + + + + + no + + + 20 + 50 + 60 + 40 + + + + 0 + 0 + 0 + 127 + + + + yes + + 0 + 0 + 0 + 255 + + + + + + FreeMono.ttf + 10 + + + + 128 + 128 + 32 + 255 + + + + no + no + no +