[arch-commits] Commit in kio-fuse (3 files)

Antonio Rojas arojas at archlinux.org
Sat Dec 21 23:23:35 UTC 2019


    Date: Saturday, December 21, 2019 @ 23:23:34
  Author: arojas
Revision: 538816

archrelease: copy trunk to community-x86_64

Added:
  kio-fuse/repos/
  kio-fuse/repos/community-x86_64/
  kio-fuse/repos/community-x86_64/PKGBUILD
    (from rev 538815, kio-fuse/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: kio-fuse/repos/community-x86_64/PKGBUILD (from rev 538815, kio-fuse/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-12-21 23:23:34 UTC (rev 538816)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kio-fuse
+pkgver=4.90.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="FUSE interface for KIO"
+url="https://kde.org/"
+license=(GPL)
+depends=(kio fuse3)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('c7ec3a56b10bfc0d2d5631623b8434e8bc4b24990525eafef41cea588144d71e'
+            'SKIP')
+validpgpkeys=('21EC3FD75D26B39E820BE6FBD27C2C1AF21D8BAD') # Fabian Vogt <fabian at ritter-vogt.de>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list