Date: Wednesday, August 25, 2010 @ 11:24:31 Author: andrea Revision: 88881
Kdepim beta2 Added: kdepim-runtime/kde-unstable/ kdepim-runtime/kde-unstable/missing-include.patch Modified: kdepim-runtime/kde-unstable/PKGBUILD ------------------------------------+ PKGBUILD | 23 ++++++++++++++--------- kde-unstable/missing-include.patch | 10 ++++++++++ 2 files changed, 24 insertions(+), 9 deletions(-) Modified: kde-unstable/PKGBUILD =================================================================== --- trunk/PKGBUILD 2010-07-27 09:11:18 UTC (rev 86200) +++ kde-unstable/PKGBUILD 2010-08-25 15:24:31 UTC (rev 88881) @@ -1,21 +1,26 @@ -# $Id: $ -# Maintainer: Pierre Schmitz <[email protected]> +# $Id $ +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: Pierre Schmitz <[email protected]> pkgname=kdepim-runtime -pkgver=4.4.5 +pkgver=4.4.92 pkgrel=1 pkgdesc='KDE PIM Runtime Environment' arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') -depends=('kdepimlibs' 'kdebase-runtime' 'kdelibs') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost') -install='kdepim-runtime.install' -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('178e138336f6983c0c1a49d7b40f791bb09042c9') +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') build() { - cd $srcdir + cd ${srcdir} + patch -Np0 -i ${srcdir}/missing-include.patch + mkdir build cd build cmake ../${pkgname}-${pkgver} \ Added: kde-unstable/missing-include.patch =================================================================== --- kde-unstable/missing-include.patch (rev 0) +++ kde-unstable/missing-include.patch 2010-08-25 15:24:31 UTC (rev 88881) @@ -0,0 +1,10 @@ +--- 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}" )
