[arch-commits] Commit in akonadi-contacts/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Aug 21 02:18:05 UTC 2016
Date: Sunday, August 21, 2016 @ 02:18:05
Author: felixonmars
Revision: 274177
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
akonadi-contacts/repos/testing-i686/
akonadi-contacts/repos/testing-i686/PKGBUILD
(from rev 274176, akonadi-contacts/trunk/PKGBUILD)
akonadi-contacts/repos/testing-x86_64/
akonadi-contacts/repos/testing-x86_64/PKGBUILD
(from rev 274176, akonadi-contacts/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: akonadi-contacts/repos/testing-i686/PKGBUILD (from rev 274176, akonadi-contacts/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-08-21 02:18:05 UTC (rev 274177)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-contacts
+pkgver=16.08.0
+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 kdesignerplugin kdoctools python boost akonadi-mime kcalcore)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('01b20285974d54e96f3e9a0937a7235a')
+
+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/testing-x86_64/PKGBUILD (from rev 274176, akonadi-contacts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 02:18:05 UTC (rev 274177)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-contacts
+pkgver=16.08.0
+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 kdesignerplugin kdoctools python boost akonadi-mime kcalcore)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('01b20285974d54e96f3e9a0937a7235a')
+
+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