Date: Friday, November 25, 2022 @ 19:27:19
Author: arojas
Revision: 462400
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
libkgapi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 462399, libkgapi/kde-unstable/PKGBUILD)
libkgapi/repos/kde-unstable-x86_64/keys/
Deleted:
libkgapi/repos/kde-unstable-x86_64/PKGBUILD
libkgapi/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-25 19:27:06 UTC (rev 462399)
+++ PKGBUILD 2022-11-25 19:27:19 UTC (rev 462400)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=libkgapi
-pkgver=22.11.80
-pkgrel=1
-pkgdesc='A KDE-based library for accessing various Google services via their
public API'
-url='https://www.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalendarcore kcontacts kwallet)
-makedepends=(extra-cmake-modules qt5-tools)
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('de44e7c3c6e24ab8e89bb8b3e70778e80e6feb066e9b8cc68daeaa1935e16113'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-options=(debug !lto) # https://bugs.kde.org/show_bug.cgi?id=411425
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: libkgapi/repos/kde-unstable-x86_64/PKGBUILD (from rev 462399,
libkgapi/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-25 19:27:19 UTC (rev 462400)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkgapi
+pkgver=22.11.90
+pkgrel=1
+pkgdesc='A KDE-based library for accessing various Google services via their
public API'
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalendarcore kcontacts kwallet)
+makedepends=(extra-cmake-modules qt5-tools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('afa1a97c0fb8e4701e43ec8aa23365eb9d362b519840166e811886c74d4cb04d'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+options=(debug !lto) # https://bugs.kde.org/show_bug.cgi?id=411425
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}