[packages/lightdm] - fix library name and paths in lightdm-qt pkgconfigs - rel 2

baggins baggins at pld-linux.org
Tue Aug 6 13:02:10 CEST 2013


commit 23abd78f94389f181e6951e7e1d359435db0afb5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Aug 6 13:01:32 2013 +0200

    - fix library name and paths in lightdm-qt pkgconfigs
    - rel 2

 lightdm-qt-3.patch | 20 ++++++++++++++++++++
 lightdm.spec       |  4 +++-
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/lightdm.spec b/lightdm.spec
index 96d0062..90559dc 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -2,13 +2,14 @@ Summary:	A lightweight display manager
 Summary(hu.UTF-8):	Egy könnyűsúlyú bejelentkezéskezelő
 Name:		lightdm
 Version:	1.7.0
-Release:	1
+Release:	2
 # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
 License:	(LGPLv2 or LGPLv3) and GPLv3+
 Group:		X11/Applications
 Source0:	https://launchpad.net/lightdm/1.8/%{version}/+download/%{name}-%{version}.tar.xz
 # Source0-md5:	8149739fde801982cfcc8006133df21d
 Source1:	%{name}.pamd
+Patch0:		lightdm-qt-3.patch
 Patch2:		upstart-path.patch
 URL:		http://www.freedesktop.org/wiki/Software/LightDM
 BuildRequires:	QtCore-devel
@@ -120,6 +121,7 @@ Upstart támogatás lightdm-hez.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch2 -p1
 
 %build
diff --git a/lightdm-qt-3.patch b/lightdm-qt-3.patch
new file mode 100644
index 0000000..1a9ca3f
--- /dev/null
+++ b/lightdm-qt-3.patch
@@ -0,0 +1,20 @@
+--- lightdm-1.7.0/liblightdm-qt/liblightdm-qt-3.pc.in~	2013-03-06 03:40:10.000000000 +0100
++++ lightdm-1.7.0/liblightdm-qt/liblightdm-qt-3.pc.in	2013-08-06 12:58:07.026454692 +0200
+@@ -7,5 +7,5 @@
+ Description: LightDM Qt4 client library
+ Version: @VERSION@
+ Requires: QtCore QtGui
+-Libs: -L${libdir} -llightdm-qt-2
+-Cflags: -I${includedir}/lightdm-qt-2
++Libs: -L${libdir} -llightdm-qt-3
++Cflags: -I${includedir}/lightdm-qt-3
+--- lightdm-1.7.0/liblightdm-qt/liblightdm-qt5-3.pc.in~	2013-03-06 03:40:10.000000000 +0100
++++ lightdm-1.7.0/liblightdm-qt/liblightdm-qt5-3.pc.in	2013-08-06 12:58:19.413252224 +0200
+@@ -7,5 +7,5 @@
+ Description: LightDM Qt5 client library
+ Version: @VERSION@
+ Requires: Qt5Core Qt5Gui
+-Libs: -L${libdir} -llightdm-qt5-2
+-Cflags: -I${includedir}/lightdm-qt5-2
++Libs: -L${libdir} -llightdm-qt5-3
++Cflags: -I${includedir}/lightdm-qt5-3
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lightdm.git/commitdiff/23abd78f94389f181e6951e7e1d359435db0afb5



More information about the pld-cvs-commit mailing list