[arch-commits] Commit in akonadi-search/repos/kde-unstable-x86_64 (4 files)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Aug 5 16:38:18 UTC 2022
Date: Friday, August 5, 2022 @ 16:38:18
Author: arojas
Revision: 452128
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
(from rev 452127, akonadi-search/kde-unstable/PKGBUILD)
akonadi-search/repos/kde-unstable-x86_64/keys/
Deleted:
akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
akonadi-search/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-05 16:38:05 UTC (rev 452127)
+++ PKGBUILD 2022-08-05 16:38:18 UTC (rev 452128)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=akonadi-search
-pkgver=22.07.80
-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 kcalendarcore krunner)
-makedepends=(extra-cmake-modules qt5-tools doxygen)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f278e3c309cb15842b74efdfab452fdec0bb11d25f4a799d03b546290ae7ff2a'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-options=(debug)
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: akonadi-search/repos/kde-unstable-x86_64/PKGBUILD (from rev 452127, akonadi-search/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-05 16:38:18 UTC (rev 452128)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=akonadi-search
+pkgver=22.07.90
+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 kcalendarcore krunner)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('852e652156f8f23202ff0c4954cf53b7a059ae73d44f0130adf6ef18f2d78e40'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck at kde.org>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list