[arch-commits] Commit in libkgapi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jan 7 14:26:08 UTC 2021


    Date: Thursday, January 7, 2021 @ 14:26:07
  Author: arojas
Revision: 405471

archrelease: copy trunk to extra-x86_64

Added:
  libkgapi/repos/extra-x86_64/PKGBUILD
    (from rev 405470, libkgapi/trunk/PKGBUILD)
Deleted:
  libkgapi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 14:25:58 UTC (rev 405470)
+++ PKGBUILD	2021-01-07 14:26:07 UTC (rev 405471)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkgapi
-pkgver=20.12.0
-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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('da3f183df9ae5efde8244a0558203a27d0905e94b6af8721e570ad9820c31009'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 405470, libkgapi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 14:26:07 UTC (rev 405471)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=20.12.1
+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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0df9a24e68d50f67e171ff5c6404891956c7fe675351bda8f8ab2a84ffa2a833'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list