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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 15 16:59:16 UTC 2022


    Date: Monday, August 15, 2022 @ 16:59:15
  Author: felixonmars
Revision: 452787

archrelease: copy trunk to staging-x86_64

Added:
  kio/repos/staging-x86_64/
  kio/repos/staging-x86_64/PKGBUILD
    (from rev 452786, kio/trunk/PKGBUILD)
  kio/repos/staging-x86_64/keys/

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

Copied: kio/repos/staging-x86_64/PKGBUILD (from rev 452786, kio/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2022-08-15 16:59:15 UTC (rev 452787)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kio
+pkgver=5.97.0
+pkgrel=1
+pkgdesc='Resource and network access abstraction'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(solid kjobwidgets kbookmarks libxslt kwallet ktextwidgets kded)
+makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave'
+            'kio-fuse: to mount remote filesystems via FUSE')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('cc9b80507a8eb49470b9352c4171ab194cc6ab3cb6e80793d6c7a05181675887'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list