[arch-commits] Commit in akonadi-search/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:03:43 UTC 2015
Date: Monday, September 14, 2015 @ 23:03:43
Author: arojas
Revision: 246087
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
akonadi-search/repos/testing-i686/
akonadi-search/repos/testing-i686/PKGBUILD
(from rev 246086, akonadi-search/trunk/PKGBUILD)
akonadi-search/repos/testing-x86_64/
akonadi-search/repos/testing-x86_64/PKGBUILD
(from rev 246086, akonadi-search/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: akonadi-search/repos/testing-i686/PKGBUILD (from rev 246086, akonadi-search/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:03:43 UTC (rev 246087)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=akonadi-search
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('a38bccc9a58736fb0bb332de39a750e7')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: akonadi-search/repos/testing-x86_64/PKGBUILD (from rev 246086, akonadi-search/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:03:43 UTC (rev 246087)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=akonadi-search
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('a38bccc9a58736fb0bb332de39a750e7')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list