* Add a gconf-defaults file.
+ Set the default background, overriding the one in libgnome.
+ Set the default splash, overriding the one in gnome-session.
* Register it with priority 15 (higher than standard Debian packages
but lower than CDDs).
* Build-depend on debhelper 5.0.13.
This commit is contained in:
Vendored
+10
-1
@@ -1,12 +1,21 @@
|
||||
desktop-base (0.3.18) UNRELEASED; urgency=low
|
||||
|
||||
[ Loic Minier ]
|
||||
* Add artworks by André Luiz Rodrigues Ferreira.
|
||||
- SVG background, backgrounds/debian-blueish-wallpaper.svg.
|
||||
- PNG splash, splash/gnome-splash-curves.png.
|
||||
* Register these artworks as alternatives with the highest priority (40),
|
||||
and lower the other priorities.
|
||||
|
||||
-- Loic Minier <lool@dooz.org> Tue, 10 Oct 2006 16:05:51 +0200
|
||||
[ Josselin Mouette ]
|
||||
* Add a gconf-defaults file.
|
||||
+ Set the default background, overriding the one in libgnome.
|
||||
+ Set the default splash, overriding the one in gnome-session.
|
||||
* Register it with priority 15 (higher than standard Debian packages
|
||||
but lower than CDDs).
|
||||
* Build-depend on debhelper 5.0.13.
|
||||
|
||||
-- Josselin Mouette <joss@debian.org> Tue, 10 Oct 2006 16:36:36 +0200
|
||||
|
||||
desktop-base (0.3.17) unstable; urgency=low
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -2,8 +2,8 @@ Source: desktop-base
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Gustavo Noronha Silva <kov@debian.org>
|
||||
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Akira TAGOH <tagoh@debian.org>, Andreas Rottmann <rotty@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Clément Stenac <zorglub@debian.org>, Dafydd Harries <daf@debian.org>, Guilherme de S. Pastore <gpastore@debian.org>, Gustavo Franco <stratus@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Marco Cabizza <marco87@gmail.com>, Ondřej Surý <ondrej@debian.org>, Ross Burton <ross@debian.org>, Sebastien Bacher <seb128@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Takuo KITAME <kitame@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), gnome-pkg-tools
|
||||
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Clément Stenac <zorglub@debian.org>, Dafydd Harries <daf@debian.org>, Guilherme de S. Pastore <gpastore@debian.org>, Gustavo Franco <stratus@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Marco Cabizza <marco87@gmail.com>, Oystein Gisnas <oystein@gisnas.net>, Ondřej Surý <ondrej@debian.org>, Ross Burton <ross@debian.org>, Sebastien Bacher <seb128@debian.org>, Sjoerd Simons <sjoerd@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5.0.13), gnome-pkg-tools
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: desktop-base
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@ Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Gustavo Noronha Silva <kov@debian.org>
|
||||
Uploaders: @GNOME_TEAM@
|
||||
Build-Depends: cdbs, debhelper (>= 5), gnome-pkg-tools
|
||||
Build-Depends: cdbs, debhelper (>= 5.0.13), gnome-pkg-tools
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: desktop-base
|
||||
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
/apps/gnome-session/options/splash_image /usr/share/images/desktop-base/desktop-splash
|
||||
/desktop/gnome/background/picture_filename /usr/share/images/desktop-base/desktop-background
|
||||
/desktop/gnome/background/picture_options stretched
|
||||
Vendored
+4
-1
@@ -5,4 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/makefile.mk
|
||||
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
||||
|
||||
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/desktop-base/
|
||||
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/desktop-base/
|
||||
|
||||
binary-fixup/desktop-base::
|
||||
dh_gconf --priority=15
|
||||
|
||||
Reference in New Issue
Block a user