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

2020-11-27 Thread Antonio Rojas via arch-commits
Date: Friday, November 27, 2020 @ 14:48:47
  Author: arojas
Revision: 402139

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 402138, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-27 14:48:37 UTC (rev 402138)
+++ PKGBUILD2020-11-27 14:48:47 UTC (rev 402139)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=20.11.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)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('05b7fa5cc8f919c0f7b7d2db4747b27e4365348851109d84d51c58ba9df3a45b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package_libakonadi() {
-  pkgdesc='Libraries used by applications based on Akonadi'
-  depends=(kitemmodels kaccounts-integration)
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/bin # Provided by akonadi
-}
-
-package_akonadi() {
-  depends=(libakonadi mariadb)
-  optdepends=('postgresql: PostgreSQL backend')
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 402138, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-27 14:48:47 UTC (rev 402139)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=20.11.90
+pkgrel=1
+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)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('10a4ef1b51ee1095b3fb91d9781018a552533070f7a10c4ab7de56550dc17632'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kitemmodels kaccounts-integration)
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}


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

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

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 401500, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-19 21:16:19 UTC (rev 401500)
+++ PKGBUILD2020-11-19 21:16:30 UTC (rev 401501)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=20.11.80
-pkgrel=1
-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)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('05b7fa5cc8f919c0f7b7d2db4747b27e4365348851109d84d51c58ba9df3a45b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package_libakonadi() {
-  pkgdesc='Libraries used by applications based on Akonadi'
-  depends=(kitemmodels kaccounts-integration)
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/bin # Provided by akonadi
-}
-
-package_akonadi() {
-  depends=(libakonadi mariadb)
-  optdepends=('postgresql: PostgreSQL backend')
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 401500, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 21:16:30 UTC (rev 401501)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=20.11.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)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('05b7fa5cc8f919c0f7b7d2db4747b27e4365348851109d84d51c58ba9df3a45b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kitemmodels kaccounts-integration)
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}


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

2020-08-01 Thread Antonio Rojas via arch-commits
Date: Saturday, August 1, 2020 @ 08:09:18
  Author: arojas
Revision: 392850

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 392849, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-01 08:08:10 UTC (rev 392849)
+++ PKGBUILD2020-08-01 08:09:18 UTC (rev 392850)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=20.07.80
-pkgrel=1
-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)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('df00efa7be88423658a56c8ebee5510e4ca3632524f460f47b064a66afa48ea3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package_libakonadi() {
-  pkgdesc='Libraries used by applications based on Akonadi'
-  depends=(kitemmodels kaccounts-integration)
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/bin # Provided by akonadi
-}
-
-package_akonadi() {
-  depends=(libakonadi mariadb)
-  optdepends=('postgresql: PostgreSQL backend')
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 392849, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-01 08:09:18 UTC (rev 392850)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=20.07.90
+pkgrel=1
+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)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('00bfa0cf4899e2da34dbac0b75d5c23c0bd51385ca3d8db1bc72aed2d39f825c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kitemmodels kaccounts-integration)
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}


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

2020-04-03 Thread Antonio Rojas via arch-commits
Date: Friday, April 3, 2020 @ 20:09:06
  Author: arojas
Revision: 379290

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379289, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-03 20:08:28 UTC (rev 379289)
+++ PKGBUILD2020-04-03 20:09:06 UTC (rev 379290)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=20.03.80
-pkgrel=1
-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)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d095083e8ea636f7be1ad18ceafadc1bb6c4621c92c4dead06c45475257e2e5a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_libakonadi() {
-  pkgdesc='Libraries used by applications based on Akonadi'
-  depends=(kitemmodels kaccounts-integration 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
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 379289, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-03 20:09:06 UTC (rev 379290)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=20.03.90
+pkgrel=1
+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)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9830aea09d81f15fb185a8ba9b70011162f49c4d07f32642e4293d977613d07c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kitemmodels kaccounts-integration 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/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:16:48
  Author: arojas
Revision: 369972

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369971, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  101 -
 1 file changed, 48 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:16:38 UTC (rev 369971)
+++ PKGBUILD2019-11-29 23:16:48 UTC (rev 369972)
@@ -1,53 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=19.11.80
-pkgrel=1
-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)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- 
akonadi-qt-5.14.patch::"https://cgit.kde.org/akonadi.git/patch/?id=1d4bb01a;)
-sha256sums=('42e92dc06da05041ac6892901dbc92bd8748cdc0ca048599aada2c8b4bec82b9'
-'SKIP'
-'4453c18007be84da1542480a17a7cc0e42f94d2b221ada7e7f2ddabed1618092')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../akonadi-qt-5.14.patch # Fix function redefinition error with 
Qt 5.14
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_libakonadi() {
-  pkgdesc='Libraries used by applications based on Akonadi'
-  depends=(kitemmodels kaccounts-integration 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
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 369971, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:16:48 UTC (rev 369972)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=19.11.90
+pkgrel=1
+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)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kitemmodels 
kaccounts-integration)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e6a43259cf461220e4f42ca74e014ff1c770e79fc58622d4c5774eaa5159eaf3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kitemmodels kaccounts-integration 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/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 21:57:17
  Author: arojas
Revision: 358930

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 358929, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 21:57:04 UTC (rev 358929)
+++ PKGBUILD2019-08-02 21:57:17 UTC (rev 358930)
@@ -1,50 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=19.07.80
-pkgrel=1
-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)
-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=('df539ab1883915f35a1dfd94b0cafc016b36309064b4732966625e64191203b8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-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
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 358929, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 21:57:17 UTC (rev 358930)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=19.07.90
+pkgrel=1
+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)
+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=('424a70b218aa12c73e9df2cf4e5357dc9e093e1ebdaa8601b3f0782e8f162734'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+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/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 350226, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 11:41:33 UTC (rev 350226)
+++ PKGBUILD2019-04-06 11:41:50 UTC (rev 350227)
@@ -1,50 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-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)
-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'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-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
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 350226, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 11:41:50 UTC (rev 350227)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=19.03.90
+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)
+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'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+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/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 350224, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   91 +
 1 file changed, 50 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-06 11:32:42 UTC (rev 350224)
+++ PKGBUILD2019-04-06 11:33:01 UTC (rev 350225)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=19.03.90
-pkgrel=1
-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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('51e836849c092cdd366fb1c87f0b1b472b119eca1f14a8eb1c153fb6a27fb9a3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 350224, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-06 11:33:01 UTC (rev 350225)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+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)
+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'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+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/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 5, 2019 @ 13:07:25
  Author: arojas
Revision: 349917

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 349916, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 13:07:13 UTC (rev 349916)
+++ PKGBUILD2019-04-05 13:07:25 UTC (rev 349917)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=19.03.80
-pkgrel=1
-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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c01ec78627a504962e230a1c39a7a25ef344f419364acf21441678dbb5c01a97'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 349916, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 13:07:25 UTC (rev 349917)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=19.03.90
+pkgrel=1
+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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('51e836849c092cdd366fb1c87f0b1b472b119eca1f14a8eb1c153fb6a27fb9a3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:15:10
  Author: arojas
Revision: 340693

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340692, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:14:56 UTC (rev 340692)
+++ PKGBUILD2018-11-30 15:15:10 UTC (rev 340693)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=18.11.80
-pkgrel=1
-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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5fa2d300169c621fede57b21a653949cf211e39322fa5e3f570620ec84a731d0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 340692, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:15:10 UTC (rev 340693)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=18.11.90
+pkgrel=1
+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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5d2de6d6904bcd2d894a808837e3dad25009d619206f84a0894fab239e1bc152'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 17, 2018 @ 22:25:39
  Author: arojas
Revision: 321973

archrelease: copy trunk to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321972, akonadi/trunk/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-17 22:25:23 UTC (rev 321972)
+++ PKGBUILD2018-04-17 22:25:39 UTC (rev 321973)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=(LGPL)
-depends=(kio kitemmodels mariadb hicolor-icon-theme)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=(akonadi-client)
-provides=(akonadi-client)
-replaces=(akonadi-client)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4133ec22297ad1d013f0215ce1e85dbb988faf50d88ebdf2b0d57ebc9cd07513'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321972, 
akonadi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-17 22:25:39 UTC (rev 321973)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=18.04.0
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM/Akonadi'
+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)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8d2023a7b0ec414dbb2199a7e84f5a085d934f9487048509af78082ea6618be9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-06 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:53:48
  Author: arojas
Revision: 321091

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321090, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:53:29 UTC (rev 321090)
+++ PKGBUILD2018-04-06 06:53:48 UTC (rev 321091)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=(LGPL)
-depends=(kio kitemmodels mariadb hicolor-icon-theme)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=(akonadi-client)
-provides=(akonadi-client)
-replaces=(akonadi-client)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4133ec22297ad1d013f0215ce1e85dbb988faf50d88ebdf2b0d57ebc9cd07513'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321090, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:53:48 UTC (rev 321091)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=(LGPL)
+depends=(kio kitemmodels mariadb hicolor-icon-theme)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=(akonadi-client)
+provides=(akonadi-client)
+replaces=(akonadi-client)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4133ec22297ad1d013f0215ce1e85dbb988faf50d88ebdf2b0d57ebc9cd07513'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-06 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:15:50
  Author: arojas
Revision: 321046

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321045, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:15:35 UTC (rev 321045)
+++ PKGBUILD2018-04-06 06:15:50 UTC (rev 321046)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=(LGPL)
-depends=(kio kitemmodels mariadb hicolor-icon-theme)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=(akonadi-client)
-provides=(akonadi-client)
-replaces=(akonadi-client)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('364b5804950073f0e3e95e65e18970c7290347829f4e3ee39f6337180c7bac06'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321045, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:15:50 UTC (rev 321046)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=(LGPL)
+depends=(kio kitemmodels mariadb hicolor-icon-theme)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=(akonadi-client)
+provides=(akonadi-client)
+replaces=(akonadi-client)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4133ec22297ad1d013f0215ce1e85dbb988faf50d88ebdf2b0d57ebc9cd07513'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 11:15:37
  Author: arojas
Revision: 312405

archrelease: copy trunk to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 312404, akonadi/trunk/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 11:15:18 UTC (rev 312404)
+++ PKGBUILD2017-12-14 11:15:37 UTC (rev 312405)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=17.11.90
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=(LGPL)
-depends=(kio kitemmodels mariadb hicolor-icon-theme)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=(akonadi-client)
-provides=(akonadi-client)
-replaces=(akonadi-client)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9a9e7f9d032425828149ee4469fcab14eb65d2029aea168845eb23595a41c0ec'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 312404, 
akonadi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 11:15:37 UTC (rev 312405)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=17.12.0
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=(LGPL)
+depends=(kio kitemmodels mariadb hicolor-icon-theme)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=(akonadi-client)
+provides=(akonadi-client)
+replaces=(akonadi-client)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f60bbc6b3478449ddc95859297268ade37d6bf3b0b145508d2744516b5e38238'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-01 Thread Antonio Rojas via arch-commits
Date: Friday, December 1, 2017 @ 18:14:56
  Author: arojas
Revision: 311290

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 311289, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-01 18:14:39 UTC (rev 311289)
+++ PKGBUILD2017-12-01 18:14:56 UTC (rev 311290)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=17.11.80
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=(LGPL)
-depends=(kio kitemmodels mariadb hicolor-icon-theme)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=(akonadi-client)
-provides=(akonadi-client)
-replaces=(akonadi-client)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('274aba7f428559e283521463033a860ba1339f31e39fde8832211637f50e8bf3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 311289, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-01 18:14:56 UTC (rev 311290)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=17.11.90
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=(LGPL)
+depends=(kio kitemmodels mariadb hicolor-icon-theme)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=(akonadi-client)
+provides=(akonadi-client)
+replaces=(akonadi-client)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9a9e7f9d032425828149ee4469fcab14eb65d2029aea168845eb23595a41c0ec'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:07:02
  Author: arojas
Revision: 292304

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292303, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:06:49 UTC (rev 292303)
+++ PKGBUILD2017-04-07 20:07:02 UTC (rev 292304)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e677f6ec1d546cf2ea72e3921d45664be628bba1f970d7905000363bf75bf799'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 292303, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:07:02 UTC (rev 292304)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'qt5-tools' 'boost' 'python' 
'kdesignerplugin')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('76aebd2207a36151f95bff403d2d736fea8b6a97b5f377e56cf4c94c55847b33'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}