[Pkg-xfce-commits] r6323 - in goodies/trunk/lightdm/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jan 14 01:42:54 UTC 2012
Author: corsac
Date: 2012-01-14 13:42:53 +0000 (Sat, 14 Jan 2012)
New Revision: 6323
Added:
goodies/trunk/lightdm/debian/patches/09_add-gio-to-pkg-config.patch
Modified:
goodies/trunk/lightdm/debian/changelog
goodies/trunk/lightdm/debian/patches/series
Log:
09_add-gio-to-pkg-config added, add gio-2.0 to libs
liblightdm-gobject-1.pc.
Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog 2012-01-14 13:37:56 UTC (rev 6322)
+++ goodies/trunk/lightdm/debian/changelog 2012-01-14 13:42:53 UTC (rev 6323)
@@ -15,6 +15,8 @@
- 07_CVE-2011-4105 dropped, code doesn't exist anymore.
- 07_fix-test-missing-lightdm-session added, remove lightdm-session from
test targets.
+ - 09_add-gio-to-pkg-config added, add gio-2.0 to libs
+ liblightdm-gobject-1.pc.
* debian/rules:
- don't install libsystem as it's only useful for tests.
Added: goodies/trunk/lightdm/debian/patches/09_add-gio-to-pkg-config.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/09_add-gio-to-pkg-config.patch (rev 0)
+++ goodies/trunk/lightdm/debian/patches/09_add-gio-to-pkg-config.patch 2012-01-14 13:42:53 UTC (rev 6323)
@@ -0,0 +1,15 @@
+Author: Yves-Alexis Perez <corsac at debian.org>
+Bug: https://bugs.launchpad.net/lightdm/+bug/916477
+Description: Add gio-2.0 to linker flags of lightdm-gobject
+Index: lightdm-1.1.0/liblightdm-gobject/liblightdm-gobject-1.pc.in
+===================================================================
+--- lightdm-1.1.0.orig/liblightdm-gobject/liblightdm-gobject-1.pc.in 2011-07-19 02:16:28.000000000 +0200
++++ lightdm-1.1.0/liblightdm-gobject/liblightdm-gobject-1.pc.in 2012-01-14 14:32:57.788085233 +0100
+@@ -6,6 +6,6 @@
+ Name: liblightdm-gobject
+ Description: LightDM client library
+ Version: @VERSION@
+-Requires: glib-2.0 dbus-glib-1 libxklavier
++Requires: gio-2.0 glib-2.0 dbus-glib-1 libxklavier
+ Libs: -L${libdir} -llightdm-gobject-1
+ Cflags: -I${includedir}/lightdm-gobject-1
Modified: goodies/trunk/lightdm/debian/patches/series
===================================================================
--- goodies/trunk/lightdm/debian/patches/series 2012-01-14 13:37:56 UTC (rev 6322)
+++ goodies/trunk/lightdm/debian/patches/series 2012-01-14 13:42:53 UTC (rev 6323)
@@ -6,3 +6,4 @@
06_move-progs-to-pkglibexecdir.patch
07_fix-test-missing-lightdm-session.patch
08_CVE-2011-3153.patch
+09_add-gio-to-pkg-config.patch
More information about the Pkg-xfce-commits
mailing list