Date: Friday, November 20, 2015 @ 09:14:27
  Author: arojas
Revision: 251677

Git snapshot for kde-unstable

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

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD      2015-08-19 17:27:31 UTC (rev 244387)
+++ kde-unstable/PKGBUILD       2015-11-20 08:14:27 UTC (rev 251677)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintaier: Antonio Rojas <aro...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
 # Contributor: Andrea Scarpino <and...@archlinux.org>
 
 pkgname=libkolab
-pkgver=1.0.1
+pkgver=1.0.1.git20151120
 pkgrel=1
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
@@ -11,22 +11,18 @@
 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}
 'fix-build.patch')
-md5sums=('3e6a023da106fd6723f92cf96aad47c6'
-         'e406079c5bd1bbc5eab96d9dead42714'
-         '46198b207b39d9f067812ce10114ab19')
+makedepends+=(git)
+#source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+source=("git+https://git.kolab.org/diffusion/LK/libkolab.git#commit=6cb420ec6f71";)
+md5sums=('SKIP')
 
 prepare() {
   mkdir -p build
-
-# Fix build against kcontacts 15.08
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/fix-build.patch
 }
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make

Reply via email to