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

Antonio Rojas arojas at archlinux.org
Sun Oct 21 20:06:31 UTC 2018


    Date: Sunday, October 21, 2018 @ 20:06:31
  Author: arojas
Revision: 398298

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 31 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 20:06:08 UTC (rev 398297)
+++ PKGBUILD	2018-10-21 20:06:31 UTC (rev 398298)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kio-gdrive
-pkgver=1.2.4
-pkgrel=2
-arch=(x86_64)
-pkgdesc="KIO Slave to access Google Drive"
-url="https://community.kde.org/KIO_GDrive"
-license=(GPL)
-depends=(libkgapi kaccounts-providers)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-        kdebug-375765.patch::"https://cgit.kde.org/kio-gdrive.git/patch/?id=1b710a46")
-sha256sums=('ba903a5bf3b538d42a09bf4d6192e9f06f7e1f80bf5cb4b5c7163b251142c0fc'
-            'SKIP'
-            '9b2307676a2037467aa601b2d51b56184948d151a0c3e9c1c1542b3546344c29')
-validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio <elvis.angelaccio at kde.org>
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-375765.patch # Fix error when downloading large files
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kio-gdrive/repos/community-x86_64/PKGBUILD (from rev 398297, kio-gdrive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-21 20:06:31 UTC (rev 398298)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kio-gdrive
+pkgver=1.2.5
+pkgrel=1
+arch=(x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://community.kde.org/KIO_GDrive"
+license=(GPL)
+depends=(libkgapi kaccounts-providers)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1523c87f3f679cecbef0a2158a133f84379a0b276000c0233c34041b9c14d605'
+            'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio <elvis.angelaccio at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list