[arch-commits] Commit in akonadi-contacts (5 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 23 18:17:30 UTC 2016


    Date: Saturday, July 23, 2016 @ 18:17:30
  Author: arojas
Revision: 272261

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

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

------------------------------+
 kde-unstable-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: akonadi-contacts/repos/kde-unstable-i686/PKGBUILD (from rev 272260, akonadi-contacts/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2016-07-23 18:17:30 UTC (rev 272261)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-contacts
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(akonadi grantlee-qt5 kcontacts kmime qt5-webengine) # prison
+makedepends=(extra-cmake-modules)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('0bc4cde8bbed091340ce9e9f3841a672')
+
+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-contacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 272260, akonadi-contacts/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2016-07-23 18:17:30 UTC (rev 272261)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-contacts
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(akonadi grantlee-qt5 kcontacts kmime qt5-webengine) # prison
+makedepends=(extra-cmake-modules)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('0bc4cde8bbed091340ce9e9f3841a672')
+
+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
+}



More information about the arch-commits mailing list