[arch-commits] Commit in kdepim-runtime/kde-unstable (PKGBUILD missing-include.patch)

Andrea Scarpino andrea at archlinux.org
Tue Aug 31 13:43:34 UTC 2010


    Date: Tuesday, August 31, 2010 @ 09:43:34
  Author: andrea
Revision: 89408

kdepim 4.5 beta3

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD
Deleted:
  kdepim-runtime/kde-unstable/missing-include.patch

-----------------------+
 PKGBUILD              |   10 +++-------
 missing-include.patch |   10 ----------
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-31 13:17:12 UTC (rev 89407)
+++ PKGBUILD	2010-08-31 13:43:34 UTC (rev 89408)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdepim-runtime
-pkgver=4.4.92
+pkgver=4.4.93
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -12,15 +12,11 @@
 depends=('kdepimlibs' 'kdebase-runtime')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'docbook-xsl')
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/kdepim/${pkgname}-${pkgver}.tar.bz2"
-	'missing-include.patch')
-sha1sums=('5673fa8183a02e715c00fe068b57a9956b54eb80'
-	'a5bc5a221b84976330568a9612aa0005214d3311')
+source=("http://download.kde.org/unstable/kdepim/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('414e03e1c1ecac5955656299850294af4924a0ab')
 
 build() {
 	cd ${srcdir}
-	patch -Np0 -i ${srcdir}/missing-include.patch
-
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \

Deleted: missing-include.patch
===================================================================
--- missing-include.patch	2010-08-31 13:17:12 UTC (rev 89407)
+++ missing-include.patch	2010-08-31 13:43:34 UTC (rev 89408)
@@ -1,10 +0,0 @@
---- kdepim-runtime-4.4.92/resources/imap/CMakeLists.txt~	2010-08-07 22:22:56.253036622 +0200
-+++ kdepim-runtime-4.4.92/resources/imap/CMakeLists.txt	2010-08-07 22:23:04.336369956 +0200
-@@ -2,6 +2,7 @@
-     ${kdepim-runtime_SOURCE_DIR}
-     ${QT_QTDBUS_INCLUDE_DIR}
-     ${Boost_INCLUDE_DIR}
-+    ${AKONADI_INCLUDE_DIR}
- )
- 
- set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}" )




More information about the arch-commits mailing list