[Pkg-xfce-commits] r5893 - in goodies/trunk/lightdm/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jul 30 03:39:14 UTC 2011
Author: corsac
Date: 2011-07-30 15:39:13 +0000 (Sat, 30 Jul 2011)
New Revision: 5893
Added:
goodies/trunk/lightdm/debian/patches/04_default-gtk-greeter-config.patch
Modified:
goodies/trunk/lightdm/debian/changelog
goodies/trunk/lightdm/debian/control
goodies/trunk/lightdm/debian/patches/series
Log:
- recommends desktop-base (for default background) and
gnome-theme-standards (for Adwaita GTK+ 3 theme) in GTK+ greeter.
* debian/patches:
- 04_default-gtk-greeter-config added, tune GTK+ greeter config to match
Debian themes.
Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog 2011-07-30 15:16:16 UTC (rev 5892)
+++ goodies/trunk/lightdm/debian/changelog 2011-07-30 15:39:13 UTC (rev 5893)
@@ -2,8 +2,13 @@
* debian/control;
- use real package name in greeter dependency. closes: #636020
+ - recommends desktop-base (for default background) and
+ gnome-theme-standards (for Adwaita GTK+ 3 theme) in GTK+ greeter.
+ * debian/patches:
+ - 04_default-gtk-greeter-config added, tune GTK+ greeter config to match
+ Debian themes.
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 30 Jul 2011 17:15:22 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 30 Jul 2011 17:38:01 +0200
lightdm (0.9.2-1) unstable; urgency=low
Modified: goodies/trunk/lightdm/debian/control
===================================================================
--- goodies/trunk/lightdm/debian/control 2011-07-30 15:16:16 UTC (rev 5892)
+++ goodies/trunk/lightdm/debian/control 2011-07-30 15:39:13 UTC (rev 5893)
@@ -35,6 +35,7 @@
Section: x11
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: desktop-base, gnome-themes-standard
Description: simple display manager (GTK+ greeter)
A LightDM greeter that uses the GTK+ toolkit.
Added: goodies/trunk/lightdm/debian/patches/04_default-gtk-greeter-config.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/04_default-gtk-greeter-config.patch (rev 0)
+++ goodies/trunk/lightdm/debian/patches/04_default-gtk-greeter-config.patch 2011-07-30 15:39:13 UTC (rev 5893)
@@ -0,0 +1,20 @@
+Index: lightdm-0.9.2/greeters/gtk/lightdm-gtk-greeter.conf
+===================================================================
+--- lightdm-0.9.2.orig/greeters/gtk/lightdm-gtk-greeter.conf 2011-07-30 17:31:02.411250147 +0200
++++ lightdm-0.9.2/greeters/gtk/lightdm-gtk-greeter.conf 2011-07-30 17:33:18.611915924 +0200
+@@ -8,10 +8,10 @@
+ # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
+ #
+ [greeter]
+-#background=
+-#theme-name=
++background=/usr/share/images/desktop-base/desktop-background
++theme-name=Adwaita
+ #font-name=
+-#xft-antialias=
++xft-antialias=true
+ #xft-dpi=
+-#xft-hintstyle=
+-#xft-rgba=
++xft-hintstyle=hintfull
++xft-rgba=rgb
Modified: goodies/trunk/lightdm/debian/patches/series
===================================================================
--- goodies/trunk/lightdm/debian/patches/series 2011-07-30 15:16:16 UTC (rev 5892)
+++ goodies/trunk/lightdm/debian/patches/series 2011-07-30 15:39:13 UTC (rev 5893)
@@ -1,3 +1,4 @@
01_set-default-path.patch
02_default-config.patch
03_quit-plymouth.patch
+04_default-gtk-greeter-config.patch
More information about the Pkg-xfce-commits
mailing list