[arch-commits] Commit in akonadi/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Mar 3 18:47:57 UTC 2013


    Date: Sunday, March 3, 2013 @ 19:47:57
  Author: andrea
Revision: 179114

upgpkg: akonadi 1.9.1-1

Upstream release

Modified:
  akonadi/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-03 18:40:24 UTC (rev 179113)
+++ PKGBUILD	2013-03-03 18:47:57 UTC (rev 179114)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=akonadi
-pkgver=1.9.0
-pkgrel=3
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
@@ -13,17 +13,16 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('51ef4c9455f97ce4346c5934174b9da8')
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+    -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+    -DQT_QMAKE_EXECUTABLE=qmake-qt4
   make
 }
 




More information about the arch-commits mailing list