diff --git a/Makefile b/Makefile index 53bc6cf..55bc703 100644 --- a/Makefile +++ b/Makefile @@ -1,23 +1,40 @@ -DEFAULT_BACKGROUND=bluedeb-1024x768.jpg +DEFAULT_BACKGROUND=debblue-1600x1200.png +DEFAULT_SPLASH=debblue.png +DEFAULT_GRUB_SPLASH=debblue.xpm.gz INSTALL=install -m 0644 BACKGROUNDS=$(wildcard backgrounds/*.png backgrounds/*.jpg) EMBLEMS=$(wildcard emblems/*png emblems/*icon) SPLASH=$(wildcard splash/*.png) +GRUB_SPLASH=$(wildcard grub/*gz) PIXMAPS=$(wildcard pixmaps/*.png) DESKTOPFILES=$(wildcard *.desktop) +GDMTHEMES=$(wildcard gdm/*) all: install: mkdir -p $(DESTDIR)/usr/share/pixmaps/splash mkdir -p $(DESTDIR)/usr/share/images/desktop-base + $(INSTALL) $(BACKGROUNDS) $(DESTDIR)/usr/share/images/desktop-base cd $(DESTDIR)/usr/share/images/desktop-base && ln -s $(DEFAULT_BACKGROUND) default + mkdir -p $(DESTDIR)/usr/share/icons/hicolor/48x48/emblems $(INSTALL) $(EMBLEMS) $(DESTDIR)/usr/share/icons/hicolor/48x48/emblems/ + $(INSTALL) $(SPLASH) $(DESTDIR)/usr/share/images/desktop-base + cd $(DESTDIR)/usr/share/images/desktop-base && ln -s $(DEFAULT_SPLASH) default_splash + + mkdir -p $(DESTDIR)/boot/grub/themes + $(INSTALL) $(GRUB_SPLASH) $(DESTDIR)/boot/grub/themes + cd $(DESTDIR)/boot/grub/themes && ln -s $(DEFAULT_GRUB_SPLASH) default + mkdir -p $(DESTDIR)/usr/share/desktop-base $(INSTALL) $(DESKTOPFILES) $(DESTDIR)/usr/share/desktop-base/ + mkdir -p $(DESTDIR)/usr/share/pixmaps $(INSTALL) $(PIXMAPS) $(DESTDIR)/usr/share/pixmaps/ + + mkdir -p $(DESTDIR)/usr/share/gdm/themes + cp -r $(GDMTHEMES) $(DESTDIR)/usr/share/gdm/themes diff --git a/debian/changelog b/debian/changelog index 1a3721f..d826045 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,23 @@ desktop-base (0.3.15) UNRELEASED; urgency=low + * gdm/debblue{,-list}: + - adding debblue gdm theme and its 'user list' counterpart + * backgrounds/debblue-1600x1200.png: + - added debblue's largest background + * grub/debblue.xpm.gz: + - added debblue's grub splash + * debian/copyright: + - updated to mention the debblue copyright/license * emblems/emblem-debian.{png,icon}: - added emblem for hicolor theme contributed by Dan Korostelev (Closes: #257923) * Makefile: - install emblem in /usr/share/icons/hicolor/48x48/emblems/ + - install gdm themes in /usr/share/gdm/themes + - install debblue background, grub theme and splash and make them + the default - -- Gustavo Noronha Silva Sat, 10 Jul 2004 13:57:44 -0300 + -- Gustavo Noronha Silva Sat, 23 Oct 2004 23:34:52 -0300 desktop-base (0.3.14) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index b9652ec..ccad3ad 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,6 +5,12 @@ This package is comprised of bits and pieces from various sources. Copyright: +The debblue "kit" (composed of the gdm themes located in the gdm/ +directory, the background and the splash) was created by Jaap Haitsma +(jaap at haitsma dot org) and is licensed under the GNU General Public +License (see below). They can be downloaded from the +http://debblue.debian.net/downloads.php web page in various formats. + The Debian swirl background images included in this package were created by gfburke@earthlink.net (Gary Burke), and were derived from copyright-free stock artwork. It can be downloaded from diff --git a/gdm/debblue-list/GdmGreeterTheme.desktop b/gdm/debblue-list/GdmGreeterTheme.desktop new file mode 100644 index 0000000..7d43152 --- /dev/null +++ b/gdm/debblue-list/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Greeter=debblue-list.xml +Name=DebBlue List +Description=DebBlue List is a simple blue GDM theme for Debian with a user list +Author=Jaap Haitsma (jaap@haitsma.org) +Copyright=(c) 2004 Jaap Haitsma. License GPL +Screenshot=screenshot.png diff --git a/gdm/debblue-list/debblue-list.xml b/gdm/debblue-list/debblue-list.xml new file mode 100644 index 0000000..6ca8167 --- /dev/null +++ b/gdm/debblue-list/debblue-list.xml @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdm/debblue-list/debblue.png b/gdm/debblue-list/debblue.png new file mode 100644 index 0000000..069a3a3 Binary files /dev/null and b/gdm/debblue-list/debblue.png differ diff --git a/gdm/debblue-list/language.png b/gdm/debblue-list/language.png new file mode 100644 index 0000000..dbb89e6 Binary files /dev/null and b/gdm/debblue-list/language.png differ diff --git a/gdm/debblue-list/options.png b/gdm/debblue-list/options.png new file mode 100644 index 0000000..ef38574 Binary files /dev/null and b/gdm/debblue-list/options.png differ diff --git a/gdm/debblue-list/quit.png b/gdm/debblue-list/quit.png new file mode 100644 index 0000000..cffed99 Binary files /dev/null and b/gdm/debblue-list/quit.png differ diff --git a/gdm/debblue-list/screenshot.png b/gdm/debblue-list/screenshot.png new file mode 100644 index 0000000..1ada38b Binary files /dev/null and b/gdm/debblue-list/screenshot.png differ diff --git a/gdm/debblue-list/session.png b/gdm/debblue-list/session.png new file mode 100644 index 0000000..325c0f2 Binary files /dev/null and b/gdm/debblue-list/session.png differ diff --git a/gdm/debblue-list/system.png b/gdm/debblue-list/system.png new file mode 100644 index 0000000..a0774ff Binary files /dev/null and b/gdm/debblue-list/system.png differ diff --git a/gdm/debblue/GdmGreeterTheme.desktop b/gdm/debblue/GdmGreeterTheme.desktop new file mode 100644 index 0000000..1eaa762 --- /dev/null +++ b/gdm/debblue/GdmGreeterTheme.desktop @@ -0,0 +1,10 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Greeter=debblue.xml +Name=DebBlue +Description=DebBlue is a simple blue GDM theme for Debian +Author=Jaap Haitsma (jaap@haitsma.org) +Copyright=(c) 2004 Jaap Haitsma. License GPL +Screenshot=screenshot.png diff --git a/gdm/debblue/debblue.png b/gdm/debblue/debblue.png new file mode 100644 index 0000000..069a3a3 Binary files /dev/null and b/gdm/debblue/debblue.png differ diff --git a/gdm/debblue/debblue.xml b/gdm/debblue/debblue.xml new file mode 100644 index 0000000..31b6963 --- /dev/null +++ b/gdm/debblue/debblue.xml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + %c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdm/debblue/language.png b/gdm/debblue/language.png new file mode 100644 index 0000000..dbb89e6 Binary files /dev/null and b/gdm/debblue/language.png differ diff --git a/gdm/debblue/options.png b/gdm/debblue/options.png new file mode 100644 index 0000000..ef38574 Binary files /dev/null and b/gdm/debblue/options.png differ diff --git a/gdm/debblue/quit.png b/gdm/debblue/quit.png new file mode 100644 index 0000000..cffed99 Binary files /dev/null and b/gdm/debblue/quit.png differ diff --git a/gdm/debblue/screenshot.png b/gdm/debblue/screenshot.png new file mode 100644 index 0000000..2195bcd Binary files /dev/null and b/gdm/debblue/screenshot.png differ diff --git a/gdm/debblue/session.png b/gdm/debblue/session.png new file mode 100644 index 0000000..325c0f2 Binary files /dev/null and b/gdm/debblue/session.png differ diff --git a/gdm/debblue/system.png b/gdm/debblue/system.png new file mode 100644 index 0000000..a0774ff Binary files /dev/null and b/gdm/debblue/system.png differ diff --git a/grub/debblue.xpm.gz b/grub/debblue.xpm.gz new file mode 100644 index 0000000..cc2648e Binary files /dev/null and b/grub/debblue.xpm.gz differ diff --git a/splash/debblue.png b/splash/debblue.png new file mode 100644 index 0000000..1999cee Binary files /dev/null and b/splash/debblue.png differ