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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Dec 5 06:48:27 UTC 2013


    Date: Thursday, December 5, 2013 @ 07:48:26
  Author: andrea
Revision: 200782

upgpkg: libkgapi 2.0.2-1

Upstream release

Modified:
  libkgapi/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-05 06:43:51 UTC (rev 200781)
+++ PKGBUILD	2013-12-05 06:48:26 UTC (rev 200782)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libkgapi
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="A KDE-based library for accessing various Google services via their public API"
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
@@ -12,15 +12,19 @@
 makedepends=('cmake' 'automoc4' 'boost')
 replaces=('akonadi-google' 'libkgoogle')
 conflicts=('akonadi-google' 'libkgoogle')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('a421c6b5e0b262136121e3734b29fcce')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('27c406bb32b8cf0199cd44952bb8680e')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE4_BUILD_TESTS=OFF
   make
 }
 




More information about the arch-commits mailing list