diff --git a/Makefile b/Makefile index e135394..571ed9a 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ install: $(INSTALL) $(wildcard ksplash-theme/moreblue-orbit-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/moreblue-orbit-default mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-default $(INSTALL) $(wildcard ksplash-theme/nightly-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-default + $(INSTALL) $(wildcard ksplash-theme/spacefun/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/spacefun mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/kde-profile/share/config $(INSTALL) $(wildcard profiles/kde-profile/share/config/*) $(DESTDIR)/usr/share/desktop-base/profiles/kde-profile/share/config # Xfce 4.6 diff --git a/debian/changelog b/debian/changelog index 7dc7a37..ed19d94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,9 +10,13 @@ desktop-base (6.0.1) UNRELEASED; urgency=low * Makefile: - re-introduce kdeglobals, this time for KDE4. - don't install -moodin ksplash themes. + - install spacefun ksplash theme. * ksplash/*-moodin dropped, moodin is a KDE3 theme engine. + * ksplashrc: + - use spacefun theme + * ksplash/spacefun added - -- Yves-Alexis Perez Thu, 18 Nov 2010 15:11:51 +0100 + -- Yves-Alexis Perez Thu, 18 Nov 2010 15:19:49 +0100 desktop-base (6.0.0) unstable; urgency=low diff --git a/ksplash-theme/spacefun/Theme.rc b/ksplash-theme/spacefun/Theme.rc new file mode 100644 index 0000000..1bf7d10 --- /dev/null +++ b/ksplash-theme/spacefun/Theme.rc @@ -0,0 +1,9 @@ +[KSplash Theme: spacefun] +Name = SpaceFun Splash Screen +Description = Debian SpaceFun Splash Screen, with both 4:3 and 16:9, based largely on work by the authors listed... +Version = 1.0 +Author = Valessio Brito , Amir Dizdarević , Nuno Pinheiro , Riccardo Iaconelli and Marco Martin +Homepage = http://wiki.debian.org/DebianArt/Themes/SpaceFun + +# Theme behaviour settings. +Engine = KSplashX diff --git a/ksplash-theme/spacefun/background.png b/ksplash-theme/spacefun/background.png new file mode 100644 index 0000000..fbd2053 Binary files /dev/null and b/ksplash-theme/spacefun/background.png differ diff --git a/ksplash-theme/spacefun/description.txt b/ksplash-theme/spacefun/description.txt new file mode 100644 index 0000000..7904dbc --- /dev/null +++ b/ksplash-theme/spacefun/description.txt @@ -0,0 +1,42 @@ +SCALE ON +BACKGROUND_IMAGE 0 0 background.png +SCALE OFF + +# the image is 390x234, make it centered, all icons need the same adjustment too +IMAGE_REL CC 0 0 CC rectangle.png + +# these have their relative positions to the rectangle adjusted by -195,-117 +# (i.e. half of the rectangle size) +# 3,32 +ANIM_REL 1 CC -192 -50 LT 30 icon1_anim.png 85 1 +WAIT_STATE kded + +# 69,32 +ANIM_REL 2 CC -126 -50 LT 30 icon2_anim.png 85 1 +WAIT_STATE kcminit + +# 135,32 +ANIM_REL 3 CC -60 -50 LT 29 icon3_anim.png 85 1 +WAIT_STATE ksmserver + +# 201,32 +ANIM_REL 4 CC 6 -50 LT 30 icon4_anim.png 85 1 +WAIT_STATE wm + +# 263,15 +ANIM_REL 5 CC 68 -88 LT 30 icon5_anim.png 85 1 +WAIT_STATE desktop + +WAIT_STATE ready + +# show the icons fully right before the splash goes away +STOP_ANIM 1 +IMAGE_REL CC -192 -50 LT icon1.png +STOP_ANIM 2 +IMAGE_REL CC -126 -50 LT icon2.png +STOP_ANIM 3 +IMAGE_REL CC -60 -50 LT icon3.png +STOP_ANIM 4 +IMAGE_REL CC 6 -50 LT icon4.png +STOP_ANIM 5 +IMAGE_REL CC 68 -88 LT icon5.png diff --git a/ksplash-theme/spacefun/icon1.png b/ksplash-theme/spacefun/icon1.png new file mode 100644 index 0000000..93daa84 Binary files /dev/null and b/ksplash-theme/spacefun/icon1.png differ diff --git a/ksplash-theme/spacefun/icon1_anim.png b/ksplash-theme/spacefun/icon1_anim.png new file mode 100644 index 0000000..3b065f5 Binary files /dev/null and b/ksplash-theme/spacefun/icon1_anim.png differ diff --git a/ksplash-theme/spacefun/icon2.png b/ksplash-theme/spacefun/icon2.png new file mode 100644 index 0000000..2078ad1 Binary files /dev/null and b/ksplash-theme/spacefun/icon2.png differ diff --git a/ksplash-theme/spacefun/icon2_anim.png b/ksplash-theme/spacefun/icon2_anim.png new file mode 100644 index 0000000..36f1afc Binary files /dev/null and b/ksplash-theme/spacefun/icon2_anim.png differ diff --git a/ksplash-theme/spacefun/icon3.png b/ksplash-theme/spacefun/icon3.png new file mode 100644 index 0000000..48b2ffe Binary files /dev/null and b/ksplash-theme/spacefun/icon3.png differ diff --git a/ksplash-theme/spacefun/icon3_anim.png b/ksplash-theme/spacefun/icon3_anim.png new file mode 100644 index 0000000..8b36220 Binary files /dev/null and b/ksplash-theme/spacefun/icon3_anim.png differ diff --git a/ksplash-theme/spacefun/icon4.png b/ksplash-theme/spacefun/icon4.png new file mode 100644 index 0000000..15699e2 Binary files /dev/null and b/ksplash-theme/spacefun/icon4.png differ diff --git a/ksplash-theme/spacefun/icon4_anim.png b/ksplash-theme/spacefun/icon4_anim.png new file mode 100644 index 0000000..9309db5 Binary files /dev/null and b/ksplash-theme/spacefun/icon4_anim.png differ diff --git a/ksplash-theme/spacefun/icon5.png b/ksplash-theme/spacefun/icon5.png new file mode 100644 index 0000000..4540cb3 Binary files /dev/null and b/ksplash-theme/spacefun/icon5.png differ diff --git a/ksplash-theme/spacefun/icon5_anim.png b/ksplash-theme/spacefun/icon5_anim.png new file mode 100644 index 0000000..de690c1 Binary files /dev/null and b/ksplash-theme/spacefun/icon5_anim.png differ diff --git a/ksplash-theme/spacefun/rectangle.png b/ksplash-theme/spacefun/rectangle.png new file mode 100644 index 0000000..791b26c Binary files /dev/null and b/ksplash-theme/spacefun/rectangle.png differ diff --git a/profiles/kde-profile/share/config/ksplashrc b/profiles/kde-profile/share/config/ksplashrc index 8bfbc19..45410c9 100644 --- a/profiles/kde-profile/share/config/ksplashrc +++ b/profiles/kde-profile/share/config/ksplashrc @@ -1,2 +1,2 @@ [KSplash] -Theme=moreblue-orbit-default +Theme=spacefun