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

Antonio Rojas arojas at archlinux.org
Thu Sep 3 11:22:15 UTC 2020


    Date: Thursday, September 3, 2020 @ 11:22:14
  Author: arojas
Revision: 395201

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 11:22:03 UTC (rev 395200)
+++ PKGBUILD	2020-09-03 11:22:14 UTC (rev 395201)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkgapi
-pkgver=20.08.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 qt5-webengine kio)
-makedepends=(extra-cmake-modules qt5-tools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('215d21a89887522bbac09774723098dac1602bfc39e4ca23306d08b11d0cd89d'
-            '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 395200, libkgapi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-03 11:22:14 UTC (rev 395201)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=20.08.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 qt5-webengine kio)
+makedepends=(extra-cmake-modules qt5-tools)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dfa9003556a01ef19eda186973f87356d32ea8f82f8d653803b2cc935f077127'
+            '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