Date: Saturday, October 2, 2021 @ 11:01:17
Author: arojas
Revision: 425030
archrelease: copy trunk to extra-x86_64
Added:
kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 425029, kio-extras/trunk/PKGBUILD)
Deleted:
kio-extras/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 42 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-02 11:01:06 UTC (rev 425029)
+++ PKGBUILD 2021-10-02 11:01:17 UTC (rev 425030)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kio-extras
-pkgver=21.08.1
-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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('08198b6ae5b91b23403b7fd7d0482ac699285221dd9a101f8bff99c218688f72'
- '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
-}
Copied: kio-extras/repos/extra-x86_64/PKGBUILD (from rev 425029,
kio-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-02 11:01:17 UTC (rev 425030)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kio-extras
+pkgver=21.08.1
+pkgrel=2
+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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+ https://invent.kde.org/network/kio-extras/-/commit/8173cc28.patch)
+sha256sums=('08198b6ae5b91b23403b7fd7d0482ac699285221dd9a101f8bff99c218688f72'
+ 'SKIP'
+ '7908e781852f3197137038ab2083d6e928453bdd7c6dd2e0a2bdb5764c59c235')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 8173cc28.patch # Fix kio-mtp with libmtp
1.1.19
+}
+
+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
+}