[packages/python-PyKDE4] - added patch from Fedora - rel 6

witekfl witekfl at pld-linux.org
Sun Nov 20 16:49:39 CET 2016


commit 64e5259a9f1f898249e97aa52a52c8af5451fa94
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Nov 20 16:49:06 2016 +0100

    - added patch from Fedora
    - rel 6

 pykde4-4.14.3-missing_symbols.patch | 21 +++++++++++++++++++++
 python-PyKDE4.spec                  |  4 +++-
 2 files changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/python-PyKDE4.spec b/python-PyKDE4.spec
index 5a048d3..7a7c123 100644
--- a/python-PyKDE4.spec
+++ b/python-PyKDE4.spec
@@ -11,11 +11,12 @@ Summary:	PyKDE4 - Python bindings for KDE 4
 Summary(pl.UTF-8):	PyKDE4 - dowiązania KDE 4 dla Pythona
 Name:		python-PyKDE4
 Version:	4.14.3
-Release:	5
+Release:	6
 License:	GPL
 Group:		Libraries/Python
 Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
 # Source0-md5:	945a7492f1ab8cc874e0822f62484b12
+Patch0:		pykde4-4.14.3-missing_symbols.patch
 BuildRequires:	cmake >= 2.8.0
 BuildRequires:	kde4-kdebase-workspace-devel >= %{kdeworkspacever}
 BuildRequires:	kde4-kdepimlibs-devel
@@ -83,6 +84,7 @@ Przykłady dla PyKDE4.
 
 %prep
 %setup -q -n %{orgname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
diff --git a/pykde4-4.14.3-missing_symbols.patch b/pykde4-4.14.3-missing_symbols.patch
new file mode 100644
index 0000000..0581ba4
--- /dev/null
+++ b/pykde4-4.14.3-missing_symbols.patch
@@ -0,0 +1,21 @@
+diff -up pykde4-4.14.3/CMakeLists.txt.dnssd_qtnetwork pykde4-4.14.3/CMakeLists.txt
+--- pykde4-4.14.3/CMakeLists.txt.dnssd_qtnetwork	2015-11-13 10:52:34.926472756 -0600
++++ pykde4-4.14.3/CMakeLists.txt	2015-11-13 11:14:28.801430613 -0600
+@@ -171,7 +171,7 @@ add_sip_python_module(PyKDE4.kdeui sip/k
+ 
+ file(GLOB kio_files_sip sip/kio/*.sip)
+ set(SIP_EXTRA_FILES_DEPEND ${kio_files_sip})
+-add_sip_python_module(PyKDE4.kio sip/kio/kiomod.sip ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS})
++add_sip_python_module(PyKDE4.kio sip/kio/kiomod.sip ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_SOLID_LIBS})
+ 
+ file(GLOB kutils_files_sip sip/kutils/*.sip)
+ set(SIP_EXTRA_FILES_DEPEND ${kutils_files_sip})
+@@ -195,7 +195,7 @@ add_sip_python_module(PyKDE4.knewstuff s
+ 
+ file(GLOB dnssd_files_sip sip/dnssd/*.sip)
+ set(SIP_EXTRA_FILES_DEPEND ${dnssd_files_sip})
+-add_sip_python_module(PyKDE4.dnssd sip/dnssd/dnssdmod.sip ${KDE4_KDNSSD_LIBS} ${QT_QTCORE_LIBRARY})
++add_sip_python_module(PyKDE4.dnssd sip/dnssd/dnssdmod.sip ${KDE4_KDNSSD_LIBS} ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY})
+ 
+ file(GLOB phonon_files_sip sip/phonon/*.sip)
+ set(SIP_EXTRA_FILES_DEPEND ${phonon_files_sip})
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-PyKDE4.git/commitdiff/64e5259a9f1f898249e97aa52a52c8af5451fa94



More information about the pld-cvs-commit mailing list