Date: Friday, July 16, 2021 @ 19:54:26
Author: arojas
Revision: 419969
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 419968, kio-extras/kde-unstable/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 419968,
kio-extras/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2021-07-16 19:54:26 UTC (rev 419969)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kio-extras
+pkgver=21.07.80
+pkgrel=1
+pkgdesc='Additional components to increase the functionality of KIO'
+arch=(x86_64)
+url='https://www.kde.org/'
+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=('67f1c64f74b340982d3cb1314333de48e42628d6b74111dad255f4d400285f2b'
+ '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
+}