[arch-commits] Commit in akonadi-search/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 16 08:07:19 UTC 2016


    Date: Tuesday, February 16, 2016 @ 09:07:19
  Author: arojas
Revision: 259407

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  akonadi-search/repos/testing-i686/
  akonadi-search/repos/testing-i686/PKGBUILD
    (from rev 259406, akonadi-search/trunk/PKGBUILD)
  akonadi-search/repos/testing-x86_64/
  akonadi-search/repos/testing-x86_64/PKGBUILD
    (from rev 259406, 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 259406, akonadi-search/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 08:07:19 UTC (rev 259407)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=akonadi-search
+pkgver=15.12.2
+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 krunner)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('3870cb0397d1a672564f8e4803555e1f')
+
+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 259406, akonadi-search/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 08:07:19 UTC (rev 259407)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=akonadi-search
+pkgver=15.12.2
+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 krunner)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('3870cb0397d1a672564f8e4803555e1f')
+
+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