From 5e34837e7a777e94efd03ca9e3d556eb18b9db0c Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Tue, 10 Oct 2006 14:39:30 +0000 Subject: [PATCH] * 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. --- debian/changelog | 11 ++++++++++- debian/control | 4 ++-- debian/control.in | 2 +- debian/gconf-defaults | 3 +++ debian/rules | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 debian/gconf-defaults diff --git a/debian/changelog b/debian/changelog index ab973a5..357f061 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Tue, 10 Oct 2006 16:36:36 +0200 desktop-base (0.3.17) unstable; urgency=low diff --git a/debian/control b/debian/control index 33a5b26..85dc4f4 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: desktop-base Section: x11 Priority: optional Maintainer: Gustavo Noronha Silva -Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Ondřej Surý , Ross Burton , Sebastien Bacher , Sjoerd Simons , Takuo KITAME -Build-Depends: cdbs, debhelper (>= 5), gnome-pkg-tools +Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Ross Burton , Sebastien Bacher , Sjoerd Simons +Build-Depends: cdbs, debhelper (>= 5.0.13), gnome-pkg-tools Standards-Version: 3.7.2 Package: desktop-base diff --git a/debian/control.in b/debian/control.in index 48a5853..769cdef 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Gustavo Noronha Silva 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 diff --git a/debian/gconf-defaults b/debian/gconf-defaults new file mode 100644 index 0000000..bb91f2e --- /dev/null +++ b/debian/gconf-defaults @@ -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 diff --git a/debian/rules b/debian/rules index f34e12c..e711cc6 100755 --- a/debian/rules +++ b/debian/rules @@ -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/ \ No newline at end of file +DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/desktop-base/ + +binary-fixup/desktop-base:: + dh_gconf --priority=15