* New GNOME wallpaper description; only holds the default GNOME wallpaper

for now; thanks Martin-Éric Racine; closes: #333457.
This commit is contained in:
Loïc Minier
2006-12-11 17:06:36 +00:00
parent 0a5296ccec
commit e20db7909c
3 changed files with 23 additions and 0 deletions
+3
View File
@@ -45,4 +45,7 @@ install:
$(INSTALL) $(wildcard profiles/xdg-config/xfce4/mcs_settings/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/mcs_settings
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4-session
$(INSTALL) $(wildcard profiles/xdg-config/xfce4-session/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4-session
# GNOME background descriptor
$(INSTALL) -d $(DESTDIR)/usr/share/gnome-background-properties
$(INSTALL) gnome-backgrounds.xml $(DESTDIR)/usr/share/gnome-background-properties/debian.xml
+7
View File
@@ -1,3 +1,10 @@
desktop-base (0.3.22) unstable; urgency=low
* New GNOME wallpaper description; only holds the default GNOME wallpaper
for now; thanks Martin-Éric Racine; closes: #333457.
-- Loic Minier <lool@dooz.org> Mon, 11 Dec 2006 18:02:02 +0100
desktop-base (0.3.21) unstable; urgency=high
[ Gustavo Franco ]
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper>
<!-- don't include words such as "wallpaper" (avoids translations) -->
<name>Debian Etch</name>
<filename>/usr/share/images/desktop-base/desktop-background</filename>
<options>scaled</options>
<shade_type>horizontal-gradient</shade_type>
<pcolor>#0099cc</pcolor>
<scolor>#006699</scolor>
</wallpaper>
</wallpapers>