Add Lenny artwork (WIP).

This commit is contained in:
Fathi Boudra
2008-08-14 12:57:50 +00:00
parent 1a0e6ccd39
commit 55b4e4f7d2
25 changed files with 14232 additions and 9 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 266 KiB

8
debian/changelog vendored
View File

@@ -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 <fabo@debian.org> Tue, 13 May 2008 16:13:01 +0200
-- Fathi Boudra <fabo@debian.org> Thu, 14 Aug 2008 09:41:06 +0200
desktop-base (4.0.7) unstable; urgency=low

2
debian/control vendored
View File

@@ -6,7 +6,7 @@ Uploaders: Loïc Minier <lool@dooz.org>,
Fathi Boudra <fabo@debian.org>,
Yves-Alexis Perez <corsac@corsac.net>
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

10
debian/postinst vendored
View File

@@ -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 \

6
debian/prerm vendored
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/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

View File

@@ -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"

View File

@@ -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 <fabo@debian.org>
Screenshot=screenshot.png

View File

@@ -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 <fabo@debian.org>
Screenshot=screenshot.png

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,162 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>
<!-- main pic, login pic -->
<item type="svg">
<normal file="background.svg"/>
<pos x="0" y="0" width="100%" height="100%"/>
<fixed>
<item type="pixmap">
<normal file="boundingbox.png"/>
<pos anchor="c" x="50%" y="50%" width="400" height="282"/>
<!-- Welcome -->
<fixed>
<item type="label">
<pos anchor="nc" x="50%" y="18%"/>
<normal color="#000000" font="Sans Bold 18"/>
<stock type="welcome-label"/>
</item>
</fixed>
<fixed>
<item type="rect">
<normal color="#ffff00" alpha="0.0"/>
<pos anchor="e" x="50%" y="50%" width="190" height="180"/>
<!-- username-label -->
<fixed>
<item type="label">
<pos anchor="ne" x="90%" y="40%"/>
<normal color="#000000" font="Sans Bold 10"/>
<stock type="username-label"/>
</item>
</fixed>
<!-- password-label -->
<fixed>
<item type="label">
<pos anchor="ne" x="90%" y="60%"/>
<normal color="#000000" font="Sans Bold 10"/>
<stock type="password-label"/>
</item>
</fixed>
</item>
</fixed>
<fixed>
<item type="rect">
<normal color="#00ffff" alpha="0.0"/>
<pos anchor="w" x="50%" y="50%" width="190" height="180"/>
<!-- username-entry -->
<fixed>
<item type="entry" id="user-entry">
<pos anchor="n" x="30%" y="35%" height="25" width="150"/>
</item>
</fixed>
<!-- password-entry -->
<fixed>
<item type="entry" id="pw-entry">
<pos anchor="n" x="30%" y="55%" height="25" width="150"/>
</item>
</fixed>
</item>
</fixed>
</item>
</fixed>
<!-- capslock-warning -->
<fixed>
<item type="rect" id="caps-lock-warning">
<pos anchor="c" x="50%" y="50%" width="box" height="box"/>
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
<item type="label">
<normal color="#000000" font="Sans 12"/>
<pos anchor="n" x="50%" y="90"/>
<stock type="caps-lock-warning"/>
</item>
</box>
</item>
</fixed>
<!-- Login-Error -->
<fixed>
<item type="rect" id="pam-error">
<pos anchor="c" x="50%" y="50%" width="box" height="box"/>
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
<item type="label">
<normal color="#000000" font="Sans 12"/>
<pos anchor="n" x="50%" y="60"/>
<text>Login failed.</text>
</item>
</box>
</item>
</fixed>
</item>
<!-- icons and text in bottom bar -->
<item type="rect">
<pos x="0" y="-60" width="100%" height="60"/>
<fixed>
<item type="pixmap" id="session_button" button="true">
<normal file="icon-session.png"/>
<pos x="20" y="20"/>
</item>
</fixed>
<!-- session-button -->
<fixed>
<item type="rect" id="session_button" button="true">
<pos x="60" y="30" width="110" height="100%"/>
<fixed>
<item type="label">
<normal color="#ffffff" font="Sans Bold 12"/>
<prelight color="#bbbbbb" font="Sans Bold 12"/>
<active color="#bbbbbb" font="Sans Bold 12"/>
<pos y="0" x="0"/>
<stock type="session"/>
</item>
</fixed>
</item>
</fixed>
<fixed>
<item type="pixmap" id="system_button" button="true">
<normal file="icon-reboot.png"/>
<pos x="180" y="20"/>
</item>
</fixed>
<!-- menu-button -->
<fixed>
<item type="rect" id="system_button" button="true">
<show modes="console" type="system"/>
<pos x="215" y="30" width="50" height="100%"/>
<fixed>
<item type="label">
<normal color="#ffffff" font="Sans Bold 12"/>
<prelight color="#bbbbbb" font="Sans Bold 12"/>
<active color="#bbbbbb" font="Sans Bold 12"/>
<pos y="0" x="0"/>
<stock type="system"/>
</item>
</fixed>
</item>
</fixed>
<!-- clock -->
<fixed>
<item type="label" id="clock">
<normal color="#ffffff" font="Sans Bold 11"/>
<pos anchor="se" x="-20" y="-10"/>
<text>%c</text>
</item>
</fixed>
</item>
</greeter>

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -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

View File

@@ -1,2 +1,2 @@
[KSplash]
Theme=debian-moreblue-default
Theme=moreblue-orbit

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB