Date: Sunday, March 21, 2021 @ 23:13:07
Author: arojas
Revision: 410593
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kio-extras/repos/kde-unstable-x86_64/
kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 410592, kio-extras/kde-unstable/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 410592,
kio-extras/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2021-03-21 23:13:07 UTC (rev 410593)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kio-extras
+pkgver=21.03.80
+pkgrel=1
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(LGPL)
+depends=(kio kdnssd libssh smbclient libmtp phonon-qt5 syntax-highlighting
kdsoap-ws-discovery-client libxcursor)
+makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage openexr
kactivities-stats)
+optdepends=('qt5-imageformats: thumbnails for additional image formats' 'perl:
info kioslave'
+ 'kimageformats: thumbnails for additional image formats' 'taglib:
audio file thumbnails'
+ 'libappimage: AppImage thumbnails' 'icoutils: Windows executable
thumbnails'
+ 'openexr: EXR format thumbnails' 'kactivities-stats: recently used
kioslave')
+groups=(kde-applications kde-network)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('880e033b74d0c9086ff02816b6734eb54ca430e4f305f74d41c168439c0fedb2'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DLIBAPPIMAGE_LIBRARIES=libappimage.so \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}