]> git.pld-linux.org Git - packages/lightdm.git/commitdiff
- fix library name and paths in lightdm-qt pkgconfigs auto/th/lightdm-1.7.0-2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 6 Aug 2013 11:01:32 +0000 (13:01 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 6 Aug 2013 11:01:32 +0000 (13:01 +0200)
- rel 2

lightdm-qt-3.patch [new file with mode: 0644]
lightdm.spec

diff --git a/lightdm-qt-3.patch b/lightdm-qt-3.patch
new file mode 100644 (file)
index 0000000..1a9ca3f
--- /dev/null
@@ -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
index 96d00620408c60e432e8554c2238359ca53bbb79..90559dc4c504a279aabb985548d5b8093ab5b081 100644 (file)
@@ -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
This page took 0.143826 seconds and 4 git commands to generate.