* backgrounds:

- add SpaceFun wallpaper
* slashy:
  - add SpaceFun theme
* debian/postinst:
  - add SpaceFun alternative at maximum level (default Squeeze theme)
This commit is contained in:
Yves-Alexis Perez
2010-11-09 21:06:53 +00:00
parent 2b2ad7095a
commit 2c90f14574
9 changed files with 2466 additions and 7 deletions
+4 -1
View File
@@ -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
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 236 KiB

+7 -1
View File
@@ -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 <corsac@debian.org> Thu, 24 Sep 2009 23:24:03 +0200
-- Yves-Alexis Perez <corsac@debian.org> Tue, 09 Nov 2010 22:05:54 +0100
desktop-base (5.0.6) unstable; urgency=low
+15 -5
View File
@@ -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
+6
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

+137
View File
@@ -0,0 +1,137 @@
<?xml version="1.0" encoding="UTF-8"?>
<splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/theme.xsd">
<info>
<!-- theme name is case sensitive. use directory name -->
<name>spacefun</name>
<version>1.0</version>
<description>SpaceFun theme</description>
<urls></urls>
<author>Valessio Brito &gt;valessio@debianart.org&lt;</author>
</info>
<progressbar>
<!-- here are tags to set the bar... x coordinate,
y coordinate, width and height are for the progress bar.
Remember that x, y, width and height are expressed in percentage -->
<dimension>
<x>35</x>
<y>50</y>
<width>30</width>
<height>2</height>
</dimension>
<!-- here you can set the color of the progressbar...
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0-->
<color>
<red>211</red>
<green>14</green>
<blue>43</blue>
<alpha>128</alpha>
</color>
<!-- whether or not you want a border around the progressbar. default: no -->
<border>
<enable>yes</enable>
<color>
<red>0</red>
<green>0</green>
<blue>0</blue>
<alpha>255</alpha>
</color>
</border>
<!-- here you can set the color of the progressbar background
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0-->
<background>
<color>
<red>127</red>
<green>127</green>
<blue>127</blue>
<alpha>125</alpha>
</color>
</background>
<direction>
<boot>forward</boot>
<shutdown>backward</shutdown>
<resume>forward</resume>
<suspend>backward</suspend>
</direction>
<visibility>
<boot>yes</boot>
<shutdown>yes</shutdown>
<resume>yes</resume>
<suspend>yes</suspend>
</visibility>
</progressbar>
<!-- conventional path: /etc/splashy/themes + theme-name -->
<background>
<boot>go.png</boot>
<shutdown>back.png</shutdown>
<resume>go.png</resume>
<suspend>back.png</suspend>
<errorimg>error.png</errorimg>
<!-- resolution of the images. this value affects where
the progressbar will be drawn. If VALUE <= 0, then percentages
of the screen width and hight will be assumed -->
<dimension>
<!-- NOTE: x and y are not used by splashy -->
<x>0</x>
<y>0</y>
<width>0</width>
<height>0</height>
</dimension>
</background>
<textbox>
<!-- whether you want the textbox always
shown or no. If no, it will be shown only on error,
see autoverboseonerror -->
<enable>no</enable>
<!-- here are tags to set the text area... x coordinate,
y coordinate, width and height are for the text area.
Remember that x, y, width and height are expressed in percentage
or pixel units -->
<dimension>
<x>20</x>
<y>50</y>
<width>60</width>
<height>40</height>
</dimension>
<!-- here you can set the color of the text area...
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0-->
<color>
<red>0</red>
<green>0</green>
<blue>0</blue>
<alpha>127</alpha>
</color>
<!-- whether or not you want a border around the progressbar. default: no -->
<border>
<enable>yes</enable>
<color>
<red>0</red>
<green>0</green>
<blue>0</blue>
<alpha>255</alpha>
</color>
</border>
<text>
<!-- font file to use, path relative to theme -->
<font>
<file>FreeMono.ttf</file>
<height>10</height>
</font>
<!-- here you can set the color of the text/font...
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0-->
<color>
<red>128</red>
<green>128</green>
<blue>32</blue>
<alpha>255</alpha>
</color>
</text>
</textbox>
<autoverboseonerror>no</autoverboseonerror>
<fadein>no</fadein>
<fadeout>no</fadeout>
</splashy>