rpms/kdepim/devel kdepim-4.1.0-akonadi.patch, NONE, 1.1 kdepim.spec, 1.181, 1.182

Than Ngo (than) fedora-extras-commits at redhat.com
Thu Jul 24 09:12:48 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdepim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28755

Modified Files:
	kdepim.spec 
Added Files:
	kdepim-4.1.0-akonadi.patch 
Log Message:
fix compile problem for akonadi


kdepim-4.1.0-akonadi.patch:

--- NEW FILE kdepim-4.1.0-akonadi.patch ---
diff -up kdepim-4.1.0/akonadi/CMakeLists.txt.orig kdepim-4.1.0/akonadi/CMakeLists.txt
--- kdepim-4.1.0/akonadi/CMakeLists.txt.orig	2008-07-24 11:07:36.000000000 +0200
+++ kdepim-4.1.0/akonadi/CMakeLists.txt	2008-07-24 11:08:18.000000000 +0200
@@ -14,10 +14,10 @@ if (XSLTPROC_EXECUTABLE)
     add_custom_command(
       OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_name}.xml
       COMMAND ${XSLTPROC_EXECUTABLE} --stringparam interfaceName ${_name}
-              ${CMAKE_INSTALL_PREFIX}/share/apps/akonadi-kde/kcfg2dbus.xsl
+              ${DATA_INSTALL_DIR}/akonadi-kde/kcfg2dbus.xsl
               ${_kcfg}
               > ${CMAKE_CURRENT_BINARY_DIR}/${_name}.xml
-      DEPENDS ${CMAKE_INSTALL_PREFIX}/share/apps/akonadi-kde/kcfg2dbus.xsl
+      DEPENDS ${DATA_INSTALL_DIR}/akonadi-kde/kcfg2dbus.xsl
               ${_kcfg}
     )
   endmacro( kcfg_generate_dbus_interface )


Index: kdepim.spec
===================================================================
RCS file: /cvs/extras/rpms/kdepim/devel/kdepim.spec,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- kdepim.spec	23 Jul 2008 14:57:35 -0000	1.181
+++ kdepim.spec	24 Jul 2008 09:12:01 -0000	1.182
@@ -14,6 +14,7 @@
 URL:	 http://www.kde.org/
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: kdepim-4.1.0-akonadi.patch
 
 Provides: kdepim4 = %{version}-%{release}
 
@@ -88,6 +89,7 @@
 %prep
 %setup -q
 
+%patch -p1 -b .akonadi
 
 %build
 




More information about the fedora-extras-commits mailing list