[packages/kde4-kdepim/KDEPIM_4_4] - rel 2; fix build with kde 4.9

arekm arekm at pld-linux.org
Mon Aug 20 09:19:05 CEST 2012


commit a75013848f34a1fa9f0301283ddd4f86e3039f4e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Aug 20 09:19:02 2012 +0200

    - rel 2; fix build with kde 4.9

 kde4-kdepim-build.patch | 11 +++++++++++
 kde4-kdepim.spec        |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/kde4-kdepim.spec b/kde4-kdepim.spec
index 0945b72..4cf474d 100644
--- a/kde4-kdepim.spec
+++ b/kde4-kdepim.spec
@@ -8,7 +8,7 @@ Summary(ru.UTF-8):	Персональный планировщик (PIM) для
 Summary(uk.UTF-8):	Персональный планувальник (PIM) для KDE
 Name:		kde4-kdepim
 Version:	4.4.11.1
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications
 Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/kdepim-%{version}/src/%{orgname}-%{version}.tar.bz2
@@ -16,6 +16,7 @@ Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/kdepim-%{version}/src/%{orgname}-%{
 Patch100:	%{name}-branch.diff
 # http://mirrors.ludost.net/gentoo/distfiles/kleopatra-4.4.3-assuan2.patch.bz2
 Patch0:		kleopatra-4.4.3-assuan2.patch
+Patch1:		%{name}-build.patch
 URL:		http://www.kde.org/
 BuildRequires:	Qt3Support-devel >= %{qtver}
 BuildRequires:	QtDesigner-devel >= %{qtver}
@@ -673,6 +674,7 @@ libksieve, libmimelib.
 %setup -q -n %{orgname}-%{version}
 #%patch100 -p0
 %patch0 -p0
+%patch1 -p1
 
 %build
 install -d build
diff --git a/kde4-kdepim-build.patch b/kde4-kdepim-build.patch
new file mode 100644
index 0000000..22f4673
--- /dev/null
+++ b/kde4-kdepim-build.patch
@@ -0,0 +1,11 @@
+--- kdepim-4.4.11.1/libkleo/backends/qgpgme/threadedjobmixin.h~	2011-04-20 22:03:31.000000000 +0200
++++ kdepim-4.4.11.1/libkleo/backends/qgpgme/threadedjobmixin.h	2012-08-20 08:47:10.263593287 +0200
+@@ -143,7 +143,7 @@
+ 
+     void lateInitialization() {
+       assert( m_ctx );
+-      connect( &m_thread, SIGNAL(finished()), this, SLOT(slotFinished()) );
++      QObject::connect( &m_thread, SIGNAL(finished()), this, SLOT(slotFinished()) );
+       m_ctx->setProgressProvider( this );
+     }
+ 


More information about the pld-cvs-commit mailing list