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

2020-11-19 Thread Antonio Rojas via arch-commits
Date: Thursday, November 19, 2020 @ 21:16:19
  Author: arojas
Revision: 401500

Qt 5.15.2 rebuild

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 21:11:05 UTC (rev 401499)
+++ PKGBUILD2020-11-19 21:16:19 UTC (rev 401500)
@@ -6,7 +6,7 @@
 pkgbase=akonadi
 pkgname=(akonadi libakonadi)
 pkgver=20.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
 url='https://kontact.kde.org'


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

2019-04-06 Thread Antonio Rojas via arch-commits
Date: Saturday, April 6, 2019 @ 11:41:33
  Author: arojas
Revision: 350226

Build correct version

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 11:33:01 UTC (rev 350225)
+++ PKGBUILD2019-04-06 11:41:33 UTC (rev 350226)
@@ -5,7 +5,7 @@
 
 pkgbase=akonadi
 pkgname=(akonadi libakonadi)
-pkgver=19.03.80
+pkgver=19.03.90
 pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 license=(LGPL)
 makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin 
kio kitemmodels)
 
source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c01ec78627a504962e230a1c39a7a25ef344f419364acf21441678dbb5c01a97'
+sha256sums=('51e836849c092cdd366fb1c87f0b1b472b119eca1f14a8eb1c153fb6a27fb9a3'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 



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

2019-04-06 Thread Antonio Rojas via arch-commits
Date: Saturday, April 6, 2019 @ 11:32:42
  Author: arojas
Revision: 350224

Sync with stable

Modified:
  akonadi/kde-unstable/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 20 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 11:21:09 UTC (rev 350223)
+++ PKGBUILD2019-04-06 11:32:42 UTC (rev 350224)
@@ -3,21 +3,17 @@
 # Contributor: Andrea Scarpino 
 # Contributor: Pierre Schmitz 
 
-pkgname=akonadi
-pkgver=19.03.90
-pkgrel=1
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=19.03.80
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
 url='https://kontact.kde.org'
 license=(LGPL)
-depends=(kio kitemmodels mariadb hicolor-icon-theme)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin)
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=(akonadi-client)
-provides=(akonadi-client)
-replaces=(akonadi-client)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin 
kio kitemmodels)
 
source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('51e836849c092cdd366fb1c87f0b1b472b119eca1f14a8eb1c153fb6a27fb9a3'
+sha256sums=('c01ec78627a504962e230a1c39a7a25ef344f419364acf21441678dbb5c01a97'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

@@ -35,7 +31,20 @@
   make
 }
 
-package() {
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kio kitemmodels hicolor-icon-theme)
+
   cd build
   make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
 }
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}


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

2015-08-18 Thread Antonio Rojas
Date: Tuesday, August 18, 2015 @ 08:09:39
  Author: arojas
Revision: 243852

Switch back to mysql by default, using sqlite is discouraged by upstream and is 
completely broken in Qt5

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 06:03:34 UTC (rev 243851)
+++ PKGBUILD2015-08-18 06:09:39 UTC (rev 243852)
@@ -5,16 +5,14 @@
 
 pkgname=akonadi
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 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'
 license=('LGPL')
-depends=('shared-mime-info' 'qt5-base' 'libxslt')
-makedepends=('extra-cmake-modules' 'postgresql' 'mariadb')
-checkdepends=('xorg-server-xvfb')
-optdepends=('postgresql: PostgreSQL backend'
-'mariadb: MariaDB backend')
+depends=('shared-mime-info' 'qt5-base' 'libxslt' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
 md5sums=('e6d025189fc54594c84ca52f2a478b62')
@@ -29,19 +27,11 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DDATABASE_BACKEND=SQLITE \
 -DBUILD_TESTING=OFF \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 
-check() {
-  # 17 akonadi-dbconfigtest failed as we changed the default backend
-  # 24~30 failed due to qt cannot find the sqldriver which is not installed yet
-  cd build
-  xvfb-run -a dbus-launch --exit-with-session make test || warning Tests 
failed
-}
-
 package() {
   cd build
   make DESTDIR=$pkgdir install


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

2014-03-25 Thread Andrea Scarpino
Date: Tuesday, March 25, 2014 @ 11:04:41
  Author: andrea
Revision: 208707

upgpkg: akonadi 1.11.90-1

Upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-25 09:58:38 UTC (rev 208706)
+++ PKGBUILD2014-03-25 10:04:41 UTC (rev 208707)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.11.80
-pkgrel=2
+pkgver=1.11.90
+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'
@@ -14,7 +14,7 @@
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5f32da9e6370db56980d888f888cc3de')
+md5sums=('8210c086a3c554a2aada8335f29ff730')
 
 prepare() {
   mkdir build



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 11:15:57
  Author: andrea
Revision: 207353

upgpkg: akonadi 1.11.80-2

Add missing deps

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-08 10:03:42 UTC (rev 207352)
+++ PKGBUILD2014-03-08 10:15:57 UTC (rev 207353)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
 license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'libxslt' 'qt4')
 makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install



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

2013-12-02 Thread Andrea Scarpino
Date: Monday, December 2, 2013 @ 19:59:12
  Author: andrea
Revision: 200706

upgpkg: akonadi 1.10.80-2

Boost rebuild

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 17:54:26 UTC (rev 200705)
+++ PKGBUILD2013-12-02 18:59:12 UTC (rev 200706)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.10.80
-pkgrel=1
+pkgrel=2
 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'



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

2013-07-11 Thread Andrea Scarpino
Date: Thursday, July 11, 2013 @ 09:05:30
  Author: andrea
Revision: 189900

upgpkg: akonadi 1.9.80-3

boost rebuild

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-11 06:27:56 UTC (rev 189899)
+++ PKGBUILD2013-07-11 07:05:30 UTC (rev 189900)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.9.80
-pkgrel=2
+pkgrel=3
 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'



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

2013-01-28 Thread Andrea Scarpino
Date: Monday, January 28, 2013 @ 09:20:06
  Author: andrea
Revision: 176257

upgpkg: akonadi 1.9.0-2

boost rebuild

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 08:12:22 UTC (rev 176256)
+++ PKGBUILD2013-01-28 08:20:06 UTC (rev 176257)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 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'



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:48:01
  Author: andrea
Revision: 174449

upgpkg: akonadi 1.9.0-1

Upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:47:27 UTC (rev 174448)
+++ PKGBUILD2013-01-04 14:48:01 UTC (rev 174449)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.8.80
+pkgver=1.9.0
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('63471d004c0db6fd8cd230cbdb18b036')
+md5sums=('51ef4c9455f97ce4346c5934174b9da8')
 
 build() {
   mkdir build



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

2012-07-25 Thread Andrea Scarpino
Date: Wednesday, July 25, 2012 @ 14:19:40
  Author: andrea
Revision: 164057

upgpkg: akonadi 1.8.0-1

Upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-25 17:39:10 UTC (rev 164056)
+++ PKGBUILD2012-07-25 18:19:40 UTC (rev 164057)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.7.95
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2fa3ad9facbe4f3c6a0f25794d5d1fe3')
+md5sums=('81156d883b40241cfc0ddb885f55bcfe')
 
 build() {
   cd ${srcdir}



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

2012-07-16 Thread Andrea Scarpino
Date: Monday, July 16, 2012 @ 03:21:11
  Author: andrea
Revision: 163589

upgpkg: akonadi 1.7.95-1

Upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 07:18:01 UTC (rev 163588)
+++ PKGBUILD2012-07-16 07:21:11 UTC (rev 163589)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.7.90
-pkgrel=2
+pkgver=1.7.95
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://pim.kde.org/akonadi'
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('573c1750c9ebb1f70ad39109f518c915')
+md5sums=('2fa3ad9facbe4f3c6a0f25794d5d1fe3')
 
 build() {
   cd ${srcdir}



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

2011-07-11 Thread Andrea Scarpino
Date: Monday, July 11, 2011 @ 03:02:43
  Author: andrea
Revision: 131126

upgpkg: akonadi 1.6.0-1
upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-10 21:20:41 UTC (rev 131125)
+++ PKGBUILD2011-07-11 07:02:43 UTC (rev 131126)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.5.80
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://pim.kde.org/akonadi'
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3ea38477473ee27257b9a6d0504889ec')
+md5sums=('16bc40e022d06f287f18c71faaeb2e42')
 
 build() {
   cd ${srcdir}



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

2011-05-25 Thread Andrea Scarpino
Date: Wednesday, May 25, 2011 @ 15:13:14
  Author: andrea
Revision: 125234

upgpkg: akonadi 1.5.80-2
boost rebuild

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-25 19:13:06 UTC (rev 125233)
+++ PKGBUILD2011-05-25 19:13:14 UTC (rev 125234)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.5.80
-pkgrel=1
+pkgrel=2
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://pim.kde.org/akonadi'



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

2011-01-23 Thread Andrea Scarpino
Date: Sunday, January 23, 2011 @ 06:11:04
  Author: andrea
Revision: 107306

upgpkg: akonadi 1.5.0-1
upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 11:01:03 UTC (rev 107305)
+++ PKGBUILD2011-01-23 11:11:04 UTC (rev 107306)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.4.95
+pkgver=1.5.0
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('7eba7b6725e306e7e8cce4a8f77e6ac5')
+md5sums=('8b0d43b0e947b876a461d90f4b877f54')
 
 build() {
   cd ${srcdir}



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

2011-01-07 Thread Andrea Scarpino
Date: Friday, January 7, 2011 @ 13:18:31
  Author: andrea
Revision: 105317

upgpkg: akonadi 1.4.95-1
upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-07 18:15:03 UTC (rev 105316)
+++ PKGBUILD2011-01-07 18:18:31 UTC (rev 105317)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.4.90
+pkgver=1.4.95
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('238e8aaf9d9a179058e05c9e136602ad')
+md5sums=('7eba7b6725e306e7e8cce4a8f77e6ac5')
 
 build() {
   cd ${srcdir}



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

2010-12-20 Thread Andrea Scarpino
Date: Monday, December 20, 2010 @ 18:47:58
  Author: andrea
Revision: 103517

upgpkg: akonadi 1.4.90-1
upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-20 21:45:41 UTC (rev 103516)
+++ PKGBUILD2010-12-20 23:47:58 UTC (rev 103517)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.4.85
+pkgver=1.4.90
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('418ca8925b174cc1474c6da4a9cb1e28')
+md5sums=('238e8aaf9d9a179058e05c9e136602ad')
 
 build() {
   cd ${srcdir}



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

2010-12-19 Thread Andrea Scarpino
Date: Sunday, December 19, 2010 @ 19:22:09
  Author: andrea
Revision: 103478

upgpkg: akonadi 1.4.85-1
upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-19 19:56:46 UTC (rev 103477)
+++ PKGBUILD2010-12-20 00:22:09 UTC (rev 103478)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.4.80
-pkgrel=2
+pkgver=1.4.85
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://pim.kde.org/akonadi'
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('925c20972c3a3e042bd9a638d90cc1ee')
+md5sums=('418ca8925b174cc1474c6da4a9cb1e28')
 
 build() {
   cd ${srcdir}



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

2010-11-24 Thread Andrea Scarpino
Date: Wednesday, November 24, 2010 @ 03:57:42
  Author: andrea
Revision: 100577

boost rebuild

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-24 08:38:31 UTC (rev 100576)
+++ PKGBUILD2010-11-24 08:57:42 UTC (rev 100577)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.4.80
-pkgrel=1
+pkgrel=2
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://pim.kde.org/akonadi'



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

2010-11-22 Thread Andrea Scarpino
Date: Monday, November 22, 2010 @ 16:13:00
  Author: andrea
Revision: 100329

upstream unstable release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-22 20:05:57 UTC (rev 100328)
+++ PKGBUILD2010-11-22 21:13:00 UTC (rev 100329)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=git20101121
+pkgver=1.4.80
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -12,10 +12,8 @@
 depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
-#source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-source=(ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('556b8efc578719d1136843ad9f80da51')
-options=('force')
+source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('925c20972c3a3e042bd9a638d90cc1ee')
 
 build() {
   cd ${srcdir}



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

2010-07-08 Thread Andrea Scarpino
Date: Thursday, July 8, 2010 @ 04:44:51
  Author: andrea
Revision: 85113

upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-07 20:23:47 UTC (rev 85112)
+++ PKGBUILD2010-07-08 08:44:51 UTC (rev 85113)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.3.85
-pkgrel=2
+pkgver=1.3.90
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://www.akonadi-project.org'
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('885e05bc382f8d531aa8310c93561c7a')
+md5sums=('3536b65df3b3d5f43f55e2f72e9a0130')
 
 build() {
   cd ${srcdir}



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

2010-06-18 Thread Andrea Scarpino
Date: Friday, June 18, 2010 @ 10:30:59
  Author: andrea
Revision: 82887

boost 1.43.0 rebuild

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-18 14:30:43 UTC (rev 82886)
+++ PKGBUILD2010-06-18 14:30:59 UTC (rev 82887)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.3.85
-pkgrel=1
+pkgrel=2
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://www.akonadi-project.org'
@@ -23,7 +23,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON
-  make || return 1
+  make
 }
 
 package() {



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

2010-06-18 Thread Andrea Scarpino
Date: Friday, June 18, 2010 @ 10:42:04
  Author: andrea
Revision: 82889

fix dependence

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-18 14:41:37 UTC (rev 82888)
+++ PKGBUILD2010-06-18 14:42:04 UTC (rev 82889)
@@ -9,8 +9,8 @@
 arch=('i686' 'x86_64')
 url='http://www.akonadi-project.org'
 license=('LGPL')
-depends=('shared-mime-info' 'boost' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('885e05bc382f8d531aa8310c93561c7a')



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

2010-06-09 Thread Andrea Scarpino
Date: Wednesday, June 9, 2010 @ 06:51:09
  Author: andrea
Revision: 82210

upstream release

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-09 10:45:00 UTC (rev 82209)
+++ PKGBUILD2010-06-09 10:51:09 UTC (rev 82210)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.3.80
+pkgver=1.3.85
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e223f1333d29d0c74ff6785a6c5bea52')
+md5sums=('885e05bc382f8d531aa8310c93561c7a')
 
 build() {
   cd ${srcdir}



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

2010-05-26 Thread Andrea Scarpino
Date: Wednesday, May 26, 2010 @ 15:16:10
  Author: andrea
Revision: 81120

tarball released

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-26 18:50:39 UTC (rev 81119)
+++ PKGBUILD2010-05-26 19:16:10 UTC (rev 81120)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.3.1svn1129274
+pkgver=1.3.80
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -11,10 +11,9 @@
 license=('LGPL')
 depends=('shared-mime-info' 'boost' 'mysql' 'soprano')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-install=$pkgname.install
-#source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0a74b89886777f86df42703d76a97d3d')
+install=${pkgname}.install
+source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('446389f26c8c5e40791060c8d7ac9697')
 
 build() {
   cd ${srcdir}



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

2010-01-20 Thread Pierre Schmitz
Date: Wednesday, January 20, 2010 @ 08:24:21
  Author: pierre
Revision: 64450

upstream update

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-20 13:08:47 UTC (rev 64449)
+++ PKGBUILD2010-01-20 13:24:21 UTC (rev 64450)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.2.80
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install=$pkgname.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('86efecca13035df77d2da534cbd0074e')
+md5sums=('45fe59bd301268149cb0313d54a98520')
 
 build() {
   cd ${srcdir}
@@ -24,5 +24,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
 }



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

2010-01-17 Thread Pierre Schmitz
Date: Sunday, January 17, 2010 @ 13:06:12
  Author: pierre
Revision: 63501

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-17 17:51:45 UTC (rev 63500)
+++ PKGBUILD2010-01-17 18:06:12 UTC (rev 63501)
@@ -23,7 +23,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined 
-Wl,--as-needed'
   make || return 1
   make DESTDIR=${pkgdir} install
 }



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

2010-01-17 Thread Andrea Scarpino
Date: Sunday, January 17, 2010 @ 13:08:03
  Author: andrea
Revision: 63502

fix

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-17 18:06:12 UTC (rev 63501)
+++ PKGBUILD2010-01-17 18:08:03 UTC (rev 63502)
@@ -22,7 +22,7 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_SKIP_RPATH=ON
   make || return 1
   make DESTDIR=${pkgdir} install
 }