diff --git a/Makefile b/Makefile
index 45f6290..5bfe692 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DEFAULT_BACKGROUND=desktop-background
-INSTALL=install -m 0644
+INSTALL=install -m 0644
BACKGROUNDS=$(wildcard backgrounds/*.png backgrounds/*.jpg backgrounds/*.svg backgrounds/*.tga)
EMBLEMS=$(wildcard emblems/*png emblems/*icon)
SPLASH=$(wildcard splash/*.png)
@@ -30,11 +30,15 @@ install:
$(INSTALL) kdm-theme/kdm.d/10_desktop-base $(DESTDIR)/etc/default/kdm.d
mkdir -p $(DESTDIR)/usr/share/apps/kdm/themes/debian-moreblue
$(INSTALL) $(wildcard kdm-theme/debian-moreblue/*) $(DESTDIR)/usr/share/apps/kdm/themes/debian-moreblue
+ mkdir -p $(DESTDIR)/usr/share/apps/kdm/themes/moreblue-orbit
+ $(INSTALL) $(wildcard kdm-theme/moreblue-orbit/*) $(DESTDIR)/usr/share/apps/kdm/themes/moreblue-orbit
# KSPLASH theme
mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-default
$(INSTALL) $(wildcard ksplash-theme/debian-moreblue-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-default
mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-moodin
$(INSTALL) $(wildcard ksplash-theme/debian-moreblue-moodin/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-moodin
+ mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/moreblue-orbit
+ $(INSTALL) $(wildcard ksplash-theme/moreblue-orbit/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/moreblue-orbit
# KDE setup
mkdir -p $(DESTDIR)/etc/kde3
$(INSTALL) profiles/kde-profile/kdeglobals $(DESTDIR)/etc/kde3
diff --git a/backgrounds/moreblue-orbit-grub-640x480.png b/backgrounds/moreblue-orbit-grub-640x480.png
new file mode 100644
index 0000000..f1cc990
Binary files /dev/null and b/backgrounds/moreblue-orbit-grub-640x480.png differ
diff --git a/backgrounds/moreblue-orbit-wallpaper.svg b/backgrounds/moreblue-orbit-wallpaper.svg
new file mode 100644
index 0000000..622087d
--- /dev/null
+++ b/backgrounds/moreblue-orbit-wallpaper.svg
@@ -0,0 +1,7006 @@
+
+
+
diff --git a/debian/changelog b/debian/changelog
index d57e972..afc8331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-desktop-base (4.0.8) UNRELEASED; urgency=low
+desktop-base (5.0.0) unstable; urgency=low
- * Add debian-blueish widescreen version.
+ * Bump Standards-Version to 3.8.0 (no changes needed).
+ * Add Lenny artwork: MoreBlue Orbit.
+ Thanks to Andre L. R. Ferreira and Valessio S. Brito.
- -- Fathi Boudra Tue, 13 May 2008 16:13:01 +0200
+ -- Fathi Boudra Thu, 14 Aug 2008 09:41:06 +0200
desktop-base (4.0.7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 572b431..847a41f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Loïc Minier ,
Fathi Boudra ,
Yves-Alexis Perez
Build-Depends: cdbs, debhelper (>= 6)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://www.debian.org/devel/debian-desktop
Vcs-Browser: http://svn.debian.org/wsvn/debian-desktop/packages/trunk/desktop-base
Vcs-Svn: svn://svn.debian.org/debian-desktop/packages/trunk/desktop-base
diff --git a/debian/postinst b/debian/postinst
index 15a8109..a416478 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -12,6 +12,11 @@ fi
if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then
# Alternatives for the background
+ update-alternatives --install \
+ /usr/share/images/desktop-base/desktop-background \
+ desktop-background \
+ /usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg 50
+
update-alternatives --install \
/usr/share/images/desktop-base/desktop-background \
desktop-background \
@@ -38,6 +43,11 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then
/usr/share/images/desktop-base/Debian.jpg 10
# Alternatives for the splash
+ update-alternatives --install \
+ /usr/share/images/desktop-base/desktop-splash \
+ desktop-splash \
+ /usr/share/images/desktop-base/moreblue-orbit-splash.png 50
+
update-alternatives --install \
/usr/share/images/desktop-base/desktop-splash \
desktop-splash \
diff --git a/debian/prerm b/debian/prerm
index 2c9fe75..4dd9484 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/moreblue-orbit-wallpaper.svg
+
update-alternatives --remove desktop-background \
/usr/share/images/desktop-base/debian-blueish-wallpaper.svg
@@ -20,6 +23,9 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
/usr/share/images/desktop-base/Debian.jpg
# remove splash alternatives
+ update-alternatives --remove desktop-splash \
+ /usr/share/images/desktop-base/moreblue-orbit-splash.png
+
update-alternatives --remove desktop-splash \
/usr/share/images/desktop-base/gnome-splash-curves.png
diff --git a/kdm-theme/kdm.d/10_desktop-base b/kdm-theme/kdm.d/10_desktop-base
index d114e19..73b60ea 100644
--- a/kdm-theme/kdm.d/10_desktop-base
+++ b/kdm-theme/kdm.d/10_desktop-base
@@ -1,3 +1,3 @@
USETHEME="true"
-THEME="/usr/share/apps/kdm/themes/debian-moreblue"
-WALLPAPER="/usr/share/apps/kdm/themes/debian-moreblue/background.svg"
+THEME="/usr/share/apps/kdm/themes/moreblue-orbit"
+WALLPAPER="/usr/share/apps/kdm/themes/moreblue-orbit/background.svg"
diff --git a/kdm-theme/moreblue-orbit/GdmGreeterTheme.desktop b/kdm-theme/moreblue-orbit/GdmGreeterTheme.desktop
new file mode 100644
index 0000000..b4e9fb6
--- /dev/null
+++ b/kdm-theme/moreblue-orbit/GdmGreeterTheme.desktop
@@ -0,0 +1,8 @@
+[GdmGreeterTheme]
+Encoding=UTF-8
+Greeter=moreblue-orbit.xml
+Name=MoreBlue Orbit
+Description=MoreBlue Orbit KDM Theme, based on MoreBlue Orbit GDM Theme by Andre L. R. Ferreira and Valessio S. Brito
+Author=Fathi Boudra, based on same GDM Theme by Andre L. R. Ferreira and Valessio S. Brito
+Copyright=(c) 2008 Fathi Boudra
+Screenshot=screenshot.png
diff --git a/kdm-theme/moreblue-orbit/KdmGreeterTheme.desktop b/kdm-theme/moreblue-orbit/KdmGreeterTheme.desktop
new file mode 100644
index 0000000..4b90c02
--- /dev/null
+++ b/kdm-theme/moreblue-orbit/KdmGreeterTheme.desktop
@@ -0,0 +1,8 @@
+[KdmGreeterTheme]
+Encoding=UTF-8
+Greeter=moreblue-orbit.xml
+Name=MoreBlue Orbit
+Description=MoreBlue Orbit KDM Theme, based on MoreBlue Orbit GDM Theme by Andre L. R. Ferreira and Valessio S. Brito
+Author=Fathi Boudra, based on same GDM Theme by Andre L. R. Ferreira and Valessio S. Brito
+Copyright=(c) 2008 Fathi Boudra
+Screenshot=screenshot.png
diff --git a/kdm-theme/moreblue-orbit/background.svg b/kdm-theme/moreblue-orbit/background.svg
new file mode 100644
index 0000000..622087d
--- /dev/null
+++ b/kdm-theme/moreblue-orbit/background.svg
@@ -0,0 +1,7006 @@
+
+
+
diff --git a/kdm-theme/moreblue-orbit/boundingbox.png b/kdm-theme/moreblue-orbit/boundingbox.png
new file mode 100644
index 0000000..3ed8404
Binary files /dev/null and b/kdm-theme/moreblue-orbit/boundingbox.png differ
diff --git a/kdm-theme/moreblue-orbit/icon-reboot.png b/kdm-theme/moreblue-orbit/icon-reboot.png
new file mode 100644
index 0000000..6373e01
Binary files /dev/null and b/kdm-theme/moreblue-orbit/icon-reboot.png differ
diff --git a/kdm-theme/moreblue-orbit/icon-session.png b/kdm-theme/moreblue-orbit/icon-session.png
new file mode 100644
index 0000000..ac7843c
Binary files /dev/null and b/kdm-theme/moreblue-orbit/icon-session.png differ
diff --git a/kdm-theme/moreblue-orbit/moreblue-orbit.xml b/kdm-theme/moreblue-orbit/moreblue-orbit.xml
new file mode 100644
index 0000000..994a6af
--- /dev/null
+++ b/kdm-theme/moreblue-orbit/moreblue-orbit.xml
@@ -0,0 +1,162 @@
+
+
+
+
+
+-
+
+
+
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
-
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
-
+
+
+ Login failed.
+
+
+
+
+
+
+
+
+-
+
+
+
+
-
+
+
+
+
+
+
+
+ -
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+ %c
+
+
+
+
diff --git a/kdm-theme/moreblue-orbit/screenshot.png b/kdm-theme/moreblue-orbit/screenshot.png
new file mode 100644
index 0000000..fc3e998
Binary files /dev/null and b/kdm-theme/moreblue-orbit/screenshot.png differ
diff --git a/ksplash-theme/moreblue-orbit/Preview.png b/ksplash-theme/moreblue-orbit/Preview.png
new file mode 100644
index 0000000..e582ab8
Binary files /dev/null and b/ksplash-theme/moreblue-orbit/Preview.png differ
diff --git a/ksplash-theme/moreblue-orbit/Theme.rc b/ksplash-theme/moreblue-orbit/Theme.rc
new file mode 100644
index 0000000..afc0fc3
--- /dev/null
+++ b/ksplash-theme/moreblue-orbit/Theme.rc
@@ -0,0 +1,11 @@
+[KSplash Theme: debian-moreblue-orbit]
+Name = MoreBlue Orbit
+Description = MoreBlue Orbit KSplash Theme using Default engine, based on MoreBlue Orbit artwork by Andre L. R. Ferreira and Valessio S. Brito
+Version = 1.0
+Author = Fathi Boudra, based on MoreBlue artwork by Andre L. R. Ferreira and Valessio S. Brito
+Homepage = http://www.debian.org
+Engine = Default
+
+Icons Flashing = true
+Always Show Progress = false
+Label Foreground = #ffffff
diff --git a/ksplash-theme/moreblue-orbit/splash_active_bar.png b/ksplash-theme/moreblue-orbit/splash_active_bar.png
new file mode 100644
index 0000000..0572ce2
Binary files /dev/null and b/ksplash-theme/moreblue-orbit/splash_active_bar.png differ
diff --git a/ksplash-theme/moreblue-orbit/splash_bottom.png b/ksplash-theme/moreblue-orbit/splash_bottom.png
new file mode 100644
index 0000000..954cbae
Binary files /dev/null and b/ksplash-theme/moreblue-orbit/splash_bottom.png differ
diff --git a/ksplash-theme/moreblue-orbit/splash_inactive_bar.png b/ksplash-theme/moreblue-orbit/splash_inactive_bar.png
new file mode 100644
index 0000000..fe09df8
Binary files /dev/null and b/ksplash-theme/moreblue-orbit/splash_inactive_bar.png differ
diff --git a/ksplash-theme/moreblue-orbit/splash_top.png b/ksplash-theme/moreblue-orbit/splash_top.png
new file mode 100644
index 0000000..cc3e4ae
Binary files /dev/null and b/ksplash-theme/moreblue-orbit/splash_top.png differ
diff --git a/profiles/kde-profile/share/config/kdesktoprc b/profiles/kde-profile/share/config/kdesktoprc
index 2dca8ad..9b5d441 100644
--- a/profiles/kde-profile/share/config/kdesktoprc
+++ b/profiles/kde-profile/share/config/kdesktoprc
@@ -13,6 +13,6 @@ Pattern=
Program=
ReverseBlending=false
UseSHM=false
-Wallpaper=/usr/share/images/desktop-base/debian-blueish-wallpaper.svg
+Wallpaper=/usr/share/images/desktop-base/moreblue-orbit-wallpaper.svg
WallpaperList=
WallpaperMode=Scaled
diff --git a/profiles/kde-profile/share/config/ksplashrc b/profiles/kde-profile/share/config/ksplashrc
index e224160..efbb7af 100644
--- a/profiles/kde-profile/share/config/ksplashrc
+++ b/profiles/kde-profile/share/config/ksplashrc
@@ -1,2 +1,2 @@
[KSplash]
-Theme=debian-moreblue-default
+Theme=moreblue-orbit
diff --git a/splash/moreblue-orbit-splash.png b/splash/moreblue-orbit-splash.png
new file mode 100644
index 0000000..54302fd
Binary files /dev/null and b/splash/moreblue-orbit-splash.png differ