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

2017-09-27 Thread Antonio Rojas
Date: Wednesday, September 27, 2017 @ 09:18:11
  Author: arojas
Revision: 306262

Fix source (FS#55765)

Modified:
  libkolab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-27 09:17:03 UTC (rev 306261)
+++ PKGBUILD2017-09-27 09:18:11 UTC (rev 306262)
@@ -6,12 +6,12 @@
 pkgver=1.0.2
 pkgrel=3
 pkgdesc="Advanced Kolab Object Handling Library"
-url='http://git.kolab.org/libkolab/'
+url='https://www.kolab.org/'
 arch=(i686 x86_64)
 license=(GPL)
 depends=(libkolabxml akonadi-notes akonadi kcontacts kcalutils)
 makedepends=(extra-cmake-modules kdoctools boost python swig kdesignerplugin)
-source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+source=("https://mirror.kolabenterprise.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
 md5sums=('312f35920989fd115386ee256fe78ba2'
  '9c829ce9983b3c8cbab9ce833c982924')
 


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

2016-11-21 Thread Antonio Rojas
Date: Monday, November 21, 2016 @ 11:54:43
  Author: arojas
Revision: 281718

kcontacts 16.12 rebuild

Modified:
  libkolab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 11:50:42 UTC (rev 281717)
+++ PKGBUILD2016-11-21 11:54:43 UTC (rev 281718)
@@ -4,13 +4,13 @@
 
 pkgname=libkolab
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
 arch=(i686 x86_64)
 license=(GPL)
 depends=(libkolabxml akonadi-notes akonadi kcontacts kcalutils)
-makedepends=(extra-cmake-modules kdoctools boost python swig)
+makedepends=(extra-cmake-modules kdoctools boost python swig kdesignerplugin)
 
source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
 md5sums=('312f35920989fd115386ee256fe78ba2'
  '9c829ce9983b3c8cbab9ce833c982924')


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 20:57:09
  Author: arojas
Revision: 266092

akonadi-client -> akonadi

Modified:
  libkolab/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 18:25:23 UTC (rev 266091)
+++ PKGBUILD2016-04-23 18:57:09 UTC (rev 266092)
@@ -9,8 +9,8 @@
 url='http://git.kolab.org/libkolab/'
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
-makedepends=(extra-cmake-modules kdoctools boost)
+depends=(libkolabxml akonadi-notes akonadi kcontacts kcalutils)
+makedepends=(extra-cmake-modules kdoctools boost python swig)
 
source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
 md5sums=('312f35920989fd115386ee256fe78ba2'
  '9c829ce9983b3c8cbab9ce833c982924')


[arch-commits] Commit in libkolab/trunk (PKGBUILD fix-build.patch)

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 18:53:39
  Author: arojas
Revision: 256678

Update to 1.0.2

Modified:
  libkolab/trunk/PKGBUILD
Deleted:
  libkolab/trunk/fix-build.patch

-+
 PKGBUILD|   19 +--
 fix-build.patch |   67 --
 2 files changed, 7 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-16 17:39:27 UTC (rev 256677)
+++ PKGBUILD2015-12-16 17:53:39 UTC (rev 256678)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintaier: Antonio Rojas 
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
 pkgname=libkolab
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=2
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
@@ -10,23 +10,18 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
-makedepends=(extra-cmake-modules kdoctools boost git)
-#source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg}
 'fix-build.patch')
-source=("git+https://git.kolab.org/diffusion/LK/libkolab.git#tag=libkolab-1.0.1;
 'fix-build.patch')
-md5sums=('SKIP'
- '46198b207b39d9f067812ce10114ab19')
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+md5sums=('312f35920989fd115386ee256fe78ba2'
+ '9c829ce9983b3c8cbab9ce833c982924')
 
 prepare() {
   mkdir -p build
-
-# Fix build against kcontacts 15.08
-  cd $pkgname
-  patch -p1 -i "$srcdir"/fix-build.patch
 }
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make

Deleted: fix-build.patch
===
--- fix-build.patch 2015-12-16 17:39:27 UTC (rev 256677)
+++ fix-build.patch 2015-12-16 17:53:39 UTC (rev 256678)
@@ -1,67 +0,0 @@
-diff --git a/conversion/kabcconversion.cpp b/conversion/kabcconversion.cpp
 a/conversion/kabcconversion.cpp
-+++ b/conversion/kabcconversion.cpp
-@@ -488,7 +488,9 @@
-   addressee.setTitle(fromStdString(contact.titles().at(0))); //TODO 
support multiple
-   }
-   if (!contact.urls().empty()) {
--  addressee.setUrl(QUrl(fromStdString(contact.urls().at(0).url(; 
//TODO support multiple
-+  KContacts::ResourceLocatorUrl url;
-+  url.setUrl(QUrl(fromStdString(contact.urls().at(0).url(; //TODO 
support multiple
-+  addressee.setUrl(url);
-   foreach(const Kolab::Url , contact.urls()) {
-   if (u.type() == Kolab::Url::Blog) {
-   addressee.insertCustom("KADDRESSBOOK", "BlogFeed", 
fromStdString(u.url()));
-@@ -664,8 +666,8 @@
- }
- 
- std::vector urls;
--if (!addressee.url().isEmpty()) {
--urls.push_back(Kolab::Url(toStdString(addressee.url().url(;
-+if (!addressee.url().url().isEmpty()) {
-+urls.push_back(Kolab::Url(toStdString(addressee.url().url().url(;
- }   
- const QString  = addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("BlogFeed"));
- if (!blogUrl.isEmpty()) {
-@@ -703,7 +705,7 @@
- c.setRelateds(std::vector() << 
Kolab::Related(Kolab::Related::Text, toStdString(spouse), 
Kolab::Related::Spouse));
- }
- c.setBDay(fromDate(KDateTime(addressee.birthday(), 
KDateTime::ClockTime)));
--c.setAnniversary(fromDate(KDateTime(QDate::fromString( 
addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("X-Anniversary")), Qt::ISODate ), KDateTime::ClockTime)));
-+c.setAnniversary(fromDate(KDateTime(QDate::fromString( 
addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("X-Anniversary")), Qt::ISODate ), 
KDateTime::Spec(KDateTime::ClockTime;
- if (!addressee.photo().isEmpty()) {
- std::string mimetype;
- const std::string  = fromPicture(addressee.photo(), mimetype);
-diff --git a/kolabformatV2/contact.cpp b/kolabformatV2/contact.cpp
 a/kolabformatV2/contact.cpp
-+++ b/kolabformatV2/contact.cpp
-@@ -947,7 +947,7 @@
-   setPrefix( addressee->prefix() );
-   setSuffix( addressee->suffix() );
-   setOrganization( addressee->organization() );
--  setWebPage( addressee->url().url() );
-+  setWebPage( addressee->url().url().url() );
-   setIMAddress( addressee->custom( "KADDRESSBOOK", "X-IMAddress" ) );
-   setDepartment( addressee->department());
-   setOfficeLocation( addressee->custom( "KADDRESSBOOK", "X-Office" ) );
-@@ -1082,15 +1082,18 @@
- {
-   // TODO: This needs the same set of TODOs as the setFields method
-   KolabBase::saveTo( addressee );
-+  KContacts::ResourceLocatorUrl url;
-+
-+  url.setUrl(QUrl(webPage()));
- 
-   addressee->setGivenName( givenName() );
-   addressee->setAdditionalName( middleNames() );
-   addressee->setFamilyName( lastName() );
-   

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 16:13:46
  Author: arojas
Revision: 253955

Build from git tag, tarball is gone

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 15:13:42 UTC (rev 253954)
+++ PKGBUILD2015-12-08 15:13:46 UTC (rev 253955)
@@ -10,10 +10,10 @@
 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}
 'fix-build.patch')
-md5sums=('3e6a023da106fd6723f92cf96aad47c6'
- 'e406079c5bd1bbc5eab96d9dead42714'
+makedepends=(extra-cmake-modules kdoctools boost git)
+#source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg}
 'fix-build.patch')
+source=("git+https://git.kolab.org/diffusion/LK/libkolab.git#tag=libkolab-1.0.1;
 'fix-build.patch')
+md5sums=('SKIP'
  '46198b207b39d9f067812ce10114ab19')
 
 prepare() {
@@ -20,13 +20,13 @@
   mkdir -p build
 
 # Fix build against kcontacts 15.08
-  cd $pkgname-$pkgver
+  cd $pkgname
   patch -p1 -i "$srcdir"/fix-build.patch
 }
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 16:16:32
  Author: foutrelis
Revision: 253956

C++11 ABI rebuild

Modified:
  libkolab/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 15:13:46 UTC (rev 253955)
+++ PKGBUILD2015-12-08 15:16:32 UTC (rev 253956)
@@ -4,7 +4,7 @@
 
 pkgname=libkolab
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
 arch=(i686 x86_64)


[arch-commits] Commit in libkolab/trunk (PKGBUILD check_for_generic_tag.patch)

2015-04-21 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 10:32:29
  Author: arojas
Revision: 237862

Update to 0.6.0

Added:
  libkolab/trunk/check_for_generic_tag.patch
Modified:
  libkolab/trunk/PKGBUILD

-+
 PKGBUILD|   15 +-
 check_for_generic_tag.patch |   44 ++
 2 files changed, 54 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 08:26:57 UTC (rev 237861)
+++ PKGBUILD2015-04-21 08:32:29 UTC (rev 237862)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.5.3
+pkgver=0.6.0
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
@@ -10,12 +10,17 @@
 license=('GPL')
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('c42b2c8cbd6de81137c3cf5b5e5a4584'
- 'b061e4dd0e94880044025a2ef244b16f')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg}
 'check_for_generic_tag.patch')
+md5sums=('3c4fc1fec2dfcc0841f29de8f6ff0cd3'
+ '237fe4fda389cb8cf167e84aea2b90b0'
+ '6588bc470183e56ca77f12e1dbb5b1ee')
 
 prepare() {
-  mkdir build
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# fix build against kdepimlibs 4.14
+  patch -p1 -i $srcdir/check_for_generic_tag.patch
 }
 
 build() {

Added: check_for_generic_tag.patch
===
--- check_for_generic_tag.patch (rev 0)
+++ check_for_generic_tag.patch 2015-04-21 08:32:29 UTC (rev 237862)
@@ -0,0 +1,44 @@
+From 34edc0a846b87570c06a5942b458adb720a34a9b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Sandro=20Knau=C3=9F?= m...@sandroknauss.de
+Date: Tue, 10 Feb 2015 10:59:18 +0100
+Subject: Make libkolab compile with upstream kdepimlibs
+
+Because GENERIC tags have not entered upstream, we have to test for
+support. Our integration branch not supports a feature flag to indicate
+the availability of that feature.
+
+KOLAB: #4448
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 365edac..bd53e27 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -78,6 +78,11 @@ add_definitions( 
-DKDEPIMLIBS_VERSION_MAJOR=${KdepimLibs_VERSION_MAJOR} )
+ add_definitions( -DKDEPIMLIBS_VERSION_MINOR=${KdepimLibs_VERSION_MINOR} )
+ add_definitions( -DKDEPIMLIBS_VERSION_PATCH=${KdepimLibs_VERSION_PATCH} )
+ 
++#Tag::GENERIC is only available at the moment at the kolab/integration 
branches
++if (KDEPIMLIBS_HAS_GENERIC_TAG)
++add_definitions( -DKDEPIMLIBS_HAS_GENERIC_TAG)
++endif()
++
+ if(${KdepimLibs_VERSION} VERSION_GREATER 4.8.40 OR USE_LIBCALENDARING)
+ add_definitions(-DKDEPIMLIBS_VERSION_DEVEL)
+ endif()
+diff --git a/kolabformat/kolabobject.cpp b/kolabformat/kolabobject.cpp
+index 681b4a5..e5c404d 100644
+--- a/kolabformat/kolabobject.cpp
 b/kolabformat/kolabobject.cpp
+@@ -435,8 +435,11 @@ ObjectType KolabObjectReader::Private::readKolabV3(const 
KMime::Message::Ptr ms
+ mTag = Akonadi::Tag();
+ mTag.setName(Conversion::fromStdString(relation.name()));
+ 
mTag.setGid(Conversion::fromStdString(configuration.uid()).toLatin1());
++#ifdef KDEPIMLIBS_HAS_GENERIC_TAG
+ mTag.setType(Akonadi::Tag::GENERIC);
+-
++#else
++mTag.setType(Akonadi::Tag::PLAIN);
++#endif
+ mTagMembers.reserve(relation.members().size());
+ foreach (const std::string member, relation.members()) {
+ mTagMembers  Conversion::fromStdString(member);


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

2014-09-14 Thread Andrea Scarpino
Date: Sunday, September 14, 2014 @ 14:45:10
  Author: andrea
Revision: 221652

upgpkg: libkolab 0.5.3-1

Upstream release

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-14 12:40:46 UTC (rev 221651)
+++ PKGBUILD2014-09-14 12:45:10 UTC (rev 221652)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
@@ -11,8 +11,8 @@
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('f33fcdc6852b9d045cb2be98ef3907ed'
- '35014787170d0c61df56c99059be95ed')
+md5sums=('c42b2c8cbd6de81137c3cf5b5e5a4584'
+ 'b061e4dd0e94880044025a2ef244b16f')
 
 prepare() {
   mkdir build



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

2014-07-31 Thread Andrea Scarpino
Date: Thursday, July 31, 2014 @ 09:53:06
  Author: andrea
Revision: 218432

upgpkg: libkolab 0.5.2-1

Upstream release

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-31 07:26:56 UTC (rev 218431)
+++ PKGBUILD2014-07-31 07:53:06 UTC (rev 218432)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.5.0
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
@@ -11,8 +11,8 @@
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('38da4b0918e8585ab935ae02bc321aa0'
- 'fecdde7b2414f0e6337b8f8f426f7646')
+md5sums=('f33fcdc6852b9d045cb2be98ef3907ed'
+ '35014787170d0c61df56c99059be95ed')
 
 prepare() {
   mkdir build



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

2014-03-18 Thread Andrea Scarpino
Date: Tuesday, March 18, 2014 @ 15:01:11
  Author: andrea
Revision: 208169

upgpkg: libkolab 0.5.0-1

Upstream release

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 13:58:28 UTC (rev 208168)
+++ PKGBUILD2014-03-18 14:01:11 UTC (rev 208169)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.4.2
+pkgver=0.5.0
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
@@ -11,16 +11,20 @@
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('76c112b18c1c0928af5e6e9733a424d3'
- '2b289570a6ca6d8105b2865a953fa36d')
+md5sums=('38da4b0918e8585ab935ae02bc321aa0'
+ 'fecdde7b2414f0e6337b8f8f426f7646')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
   make
 }
 



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

2014-03-18 Thread Andrea Scarpino
Date: Tuesday, March 18, 2014 @ 17:57:23
  Author: andrea
Revision: 208202

This breaks build

Modified:
  libkolab/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 16:53:58 UTC (rev 208201)
+++ PKGBUILD2014-03-18 16:57:23 UTC (rev 208202)
@@ -23,8 +23,7 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



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

2013-04-12 Thread Andrea Scarpino
Date: Friday, April 12, 2013 @ 16:31:42
  Author: andrea
Revision: 182678

upgpkg: libkolab 0.4.2-1

Upstream release

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:30:48 UTC (rev 182677)
+++ PKGBUILD2013-04-12 14:31:42 UTC (rev 182678)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
@@ -11,8 +11,8 @@
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('16c4d513fd41f498348ab401a79cdaf6'
- '18e76021f9b91df75c798ef24962de06')
+md5sums=('76c112b18c1c0928af5e6e9733a424d3'
+ '2b289570a6ca6d8105b2865a953fa36d')
 
 build() {
   mkdir build



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

2013-01-09 Thread Andrea Scarpino
Date: Wednesday, January 9, 2013 @ 15:15:23
  Author: andrea
Revision: 174980

upgpkg: libkolab 0.4.1-1

Upstream release

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-09 20:11:39 UTC (rev 174979)
+++ PKGBUILD2013-01-09 20:15:23 UTC (rev 174980)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
@@ -11,8 +11,8 @@
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('3ba23bc11c3fb1c852e5b7b9788fed6d'
- '56052090b7fb89813c3bae1cb5b104c5')
+md5sums=('16c4d513fd41f498348ab401a79cdaf6'
+ '18e76021f9b91df75c798ef24962de06')
 
 build() {
   mkdir build



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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:40:42
  Author: andrea
Revision: 173020

upgpkg: libkolab 0.4.0-1

Fix deps

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 17:37:51 UTC (rev 173019)
+++ PKGBUILD2012-12-08 17:40:42 UTC (rev 173020)
@@ -2,23 +2,24 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.3.1
+pkgver=0.4.0
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libkolabxml')
-makedepends=('cmake')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('4b895743db368b50cf80b49e555fb113'
- '73df97a3efb0da1013d18490d5828aaf')
+md5sums=('3ba23bc11c3fb1c852e5b7b9788fed6d'
+ '56052090b7fb89813c3bae1cb5b104c5')
 
 build() {
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }