[arch-commits] Commit in akonadi-search/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 10 11:50:21 UTC 2019
Date: Thursday, October 10, 2019 @ 11:50:19
Author: arojas
Revision: 364376
archrelease: copy trunk to extra-x86_64
Added:
akonadi-search/repos/extra-x86_64/PKGBUILD
(from rev 364375, akonadi-search/trunk/PKGBUILD)
Deleted:
akonadi-search/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-10 11:50:10 UTC (rev 364375)
+++ PKGBUILD 2019-10-10 11:50:19 UTC (rev 364376)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=akonadi-search
-pkgver=19.08.1
-pkgrel=1
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://kontact.kde.org'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c68387f3452bcd390f1c99549531c72d95db0def29d8ba10330e68891b0d0b53'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: akonadi-search/repos/extra-x86_64/PKGBUILD (from rev 364375, akonadi-search/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-10 11:50:19 UTC (rev 364376)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=akonadi-search
+pkgver=19.08.2
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://kontact.kde.org'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('75c9713b84a03c60a68ff36652decbf57f4f56a0fb39579f53e7ed80a5ee8525'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list