Date: Friday, November 18, 2016 @ 20:25:27
  Author: arojas
Revision: 281247

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  akonadi/repos/staging-i686/
  akonadi/repos/staging-i686/PKGBUILD
    (from rev 281246, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/staging-x86_64/
  akonadi/repos/staging-x86_64/PKGBUILD
    (from rev 281246, akonadi/kde-unstable/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   41 +++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: akonadi/repos/staging-i686/PKGBUILD (from rev 281246, 
akonadi/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-11-18 20:25:27 UTC (rev 281247)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=akonadi
+pkgver=16.11.80
+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'
+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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('54649b9f9b0d9fdbf92dd7045b6cf9f4'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+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/staging-x86_64/PKGBUILD (from rev 281246, 
akonadi/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-11-18 20:25:27 UTC (rev 281247)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=akonadi
+pkgver=16.11.80
+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'
+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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('54649b9f9b0d9fdbf92dd7045b6cf9f4'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+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
+}

Reply via email to