diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..356c122 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,90 @@ +README for desktop-base +======================= + +1. Images + 1.1. Emblems + 1.2. Pixmaps + 1.3. Splash and Wallpapers + 1.3.1. Deprecated Splash and Wallpapers + 1.4. GDM Theme +2. Desktop files +3. Changing desktop-base images +4. Window Managers + +1. Images + +1.1. Emblems +/usr/share/icons/hicolor/48x48/emblems/emblem-debian.png +/usr/share/icons/hicolor/48x48/emblems/emblem-debian.icon + +1.2. Pixmaps +/usr/share/pixmaps/debian-security.png + +1.3. Splash and Wallpapers + +We have just two splash and two wallpapers for each window manager (not +considering the originals in .xcf). +One pair (splash / wallpaper) will be used during development +cycle (testing/sid) and other to release. + +/usr/share/images/desktop-base/gnome-default-splash.png (symlink) +/usr/share/images/desktop-base/gnome-default-wallpaper.png (symlink) + +/usr/share/images/desktop-base/splash/gnome-debian-sid-splash.png +/usr/share/images/desktop-base/wallpapers/gnome-debian-sid-wp.png + +Before Etch we will add the images below and the symlinks above will +point to this pair: +/usr/share/images/desktop-base/splash/gnome-debian-etch-splash.png +/usr/share/images/desktop-base/wallpapers/gnome-debian-etch-wp.png + +1.3.1. Deprecated Splash and Wallpapers + +WARNING: The splash and wallpaper images above are deprecated and +will be moved or removed before Etch. + +/usr/share/images/desktop-base/debblue-1600x1200.png +/usr/share/images/desktop-base/bluedeb-1024x768.jpg +/usr/share/images/desktop-base/Debian.jpg +/usr/share/images/desktop-base/debian-background.svg +/usr/share/images/desktop-base/Splash-debblue.png +/usr/share/images/desktop-base/Splash-Debian.png +/usr/share/images/desktop-base/Splash-Debian_red.png + +1.4. GDM Theme + +desktop-base GDM theme will be built as soon as possible. + +2. Desktop files +/usr/share/desktop-base/debian-homepage.desktop +/usr/share/desktop-base/debian-reference.desktop +/usr/share/desktop-base/debian-security.desktop + +3. Changing desktop-base images + +We need professional looking Debian artwork in the +Desktop. If you want to help changing some desktop-base +images, that would be good consider the following notes: + +- The swirl Debian logo is red; +- The Debian font is Poppl Laudation Condensed (unfortunately, + commercial font) +- Blue (#5F92C9 and some others) fits with GNOME default + clearlooks theme that we use in your default desktop + environment and looks good in KDE too; +- Black and White are welcome colors too. + +If you've suggestions for a better artwork, create or edit +the images and open a 'wishlist' bug against desktop-base in our +Bug Tracking System (http://bugs.debian.org/). Please attach the +'xcf' and don't violate copyright. + +4. Window Managers +desktop-base is being used by GNOME/metacity only, but it's +ready to be the default artwork package for Debian. + +If you're responsible for a WM in Debian and wants to use +desktop-base artwork or add your own image (wallpaper, splash, +whatever) use the layout described above and send your patch +through the Bug Tracking System to us. + diff --git a/debian/changelog b/debian/changelog index 2c8712b..03dcc82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +desktop-base (0.3.17) UNRELEASED; urgency=low + + * Debian Desktop sid artwork added (including originals in .xcf): + - wallpapers/gnome-debian-sid-wp.png + - splash/gnome-debian-sid-splash.png + * debian/README.Debian: added, containing notes about Debian + Desktop artwork layout and more. + * debian/copyright: updated, including the new images copyright notes + + -- Gustavo Franco Sat, 3 Jun 2006 21:26:48 -0300 + desktop-base (0.3.16) unstable; urgency=low * GNOME Team Upload diff --git a/debian/copyright b/debian/copyright index e3ebe59..6d826eb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -56,5 +56,10 @@ reformatting of the Debian Official Use Logo. The .desktop files included in this package were compiled by Colin Walters . +The gnome-debian-sid "kit" including splash/gnome-debian-sid-splash.xcf.gz, +splash/gnome-debian-sid-splash.png, wallpapers/gnome-debian-sid-wp.xcf.gz +and wallpapers/gnome-debian-sid-wp.png were made by Josselin Mouette + and Gustavo Franco . + The GPL license can be found in plain text format, on Debian systems, at /usr/share/common-licenses/GPL. diff --git a/splash/gnome-debian-sid-splash.png b/splash/gnome-debian-sid-splash.png new file mode 100644 index 0000000..790b7ee Binary files /dev/null and b/splash/gnome-debian-sid-splash.png differ diff --git a/splash/gnome-debian-sid-splash.xcf.gz b/splash/gnome-debian-sid-splash.xcf.gz new file mode 100644 index 0000000..e4e3157 Binary files /dev/null and b/splash/gnome-debian-sid-splash.xcf.gz differ diff --git a/wallpapers/gnome-debian-sid-wp.png b/wallpapers/gnome-debian-sid-wp.png new file mode 100644 index 0000000..f87aa89 Binary files /dev/null and b/wallpapers/gnome-debian-sid-wp.png differ diff --git a/wallpapers/gnome-debian-sid-wp.xcf.gz b/wallpapers/gnome-debian-sid-wp.xcf.gz new file mode 100644 index 0000000..ce1826b Binary files /dev/null and b/wallpapers/gnome-debian-sid-wp.xcf.gz differ