[arch-commits] Commit in libkolab (kde-unstable kde-unstable/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jul 28 09:35:52 UTC 2015


    Date: Tuesday, July 28, 2015 @ 11:35:51
  Author: arojas
Revision: 242560

Update to 1.0.0, build fails

Added:
  libkolab/kde-unstable/
Modified:
  libkolab/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2015-05-06 11:51:05 UTC (rev 238545)
+++ kde-unstable/PKGBUILD	2015-07-28 09:35:51 UTC (rev 242560)
@@ -1,33 +1,28 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintaier: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libkolab
-pkgver=0.6.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkolabxml' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg} 'check_for_generic_tag.patch')
-md5sums=('3c4fc1fec2dfcc0841f29de8f6ff0cd3'
-         '237fe4fda389cb8cf167e84aea2b90b0'
-         '6588bc470183e56ca77f12e1dbb5b1ee')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+md5sums=('3670aae0d6b2ad32f65abd65352e79eb'
+         'c88d8e0945048f798a85b38e9d401460')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# fix build against kdepimlibs 4.14
-  patch -p1 -i "$srcdir"/check_for_generic_tag.patch
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
     -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
@@ -34,5 +29,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list