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

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 3 10:41:40 UTC 2022


    Date: Thursday, February 3, 2022 @ 10:41:40
  Author: arojas
Revision: 436015

archrelease: copy trunk to extra-x86_64

Added:
  kio-gdrive/repos/extra-x86_64/PKGBUILD
    (from rev 436014, kio-gdrive/trunk/PKGBUILD)
Deleted:
  kio-gdrive/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 10:41:30 UTC (rev 436014)
+++ PKGBUILD	2022-02-03 10:41:40 UTC (rev 436015)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kio-gdrive
-pkgver=21.12.1
-pkgrel=1
-arch=(x86_64)
-pkgdesc='KIO Slave to access Google Drive'
-url='https://apps.kde.org/kio_gdrive/'
-license=(GPL)
-depends=(libkgapi kaccounts-providers)
-makedepends=(extra-cmake-modules kdoctools intltool purpose)
-optdepends=('purpose: to use the share plugin')
-groups=(kde-applications kde-network)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('468a92aff34725fa3a871b25a40a04d12892aa9cb52e504c9ca5ce70abc81405'
-            '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>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package(){
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kio-gdrive/repos/extra-x86_64/PKGBUILD (from rev 436014, kio-gdrive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-03 10:41:40 UTC (rev 436015)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kio-gdrive
+pkgver=21.12.2
+pkgrel=1
+arch=(x86_64)
+pkgdesc='KIO Slave to access Google Drive'
+url='https://apps.kde.org/kio_gdrive/'
+license=(GPL)
+depends=(libkgapi kaccounts-providers)
+makedepends=(extra-cmake-modules kdoctools intltool purpose)
+optdepends=('purpose: to use the share plugin')
+groups=(kde-applications kde-network)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('896c07959a38588761d2d89d559b38ae4fe13f94fd2ff23e77ee33577a8673d8'
+            '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
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list