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

Antonio Rojas arojas at archlinux.org
Sat Mar 21 10:09:03 UTC 2020


    Date: Saturday, March 21, 2020 @ 10:09:02
  Author: arojas
Revision: 378200

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 378199, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras-kdsoap.patch
    (from rev 378199, kio-extras/kde-unstable/kio-extras-kdsoap.patch)

-------------------------+
 PKGBUILD                |   44 ++++++++++++++++++++++++++++++++++++++++++++
 kio-extras-kdsoap.patch |   12 ++++++++++++
 2 files changed, 56 insertions(+)

Copied: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 378199, kio-extras/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2020-03-21 10:09:02 UTC (rev 378200)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kio-extras
+pkgver=20.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 exiv2 openexr libmtp kpty kactivities-stats phonon-qt5 syntax-highlighting kdsoap-ws-discovery-client)
+makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage)
+optdepends=('qt5-imageformats: thumbnails for additional image formats' 'perl: info kioslave'
+            'kimageformats: thumbnails for additional image formats' 'taglib: audio file thumbnails'
+            'phonon-qt5: audio file previews' 'libappimage: AppImage thumbnails')
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+         kio-extras-kdsoap.patch)
+sha256sums=('f041f2a7c13eaaf3e486a4ea39208b0e2c2e9f422e234cc392e7ad4396d36ce7'
+            'SKIP'
+            '4e3504556cdd01cf638d2957e55a7c09a304a64eee59a542165204181bb04492')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kio-extras-kdsoap.patch # Fix build with external kdsoap-ws-discovery-client
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DLIBAPPIMAGE_LIBRARIES=libappimage.so \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kio-extras/repos/kde-unstable-x86_64/kio-extras-kdsoap.patch (from rev 378199, kio-extras/kde-unstable/kio-extras-kdsoap.patch)
===================================================================
--- kde-unstable-x86_64/kio-extras-kdsoap.patch	                        (rev 0)
+++ kde-unstable-x86_64/kio-extras-kdsoap.patch	2020-03-21 10:09:02 UTC (rev 378200)
@@ -0,0 +1,12 @@
+diff --git a/smb/CMakeLists.txt b/smb/CMakeLists.txt
+index 45cd1f11..b4d59160 100644
+--- a/smb/CMakeLists.txt
++++ b/smb/CMakeLists.txt
+@@ -3,6 +3,7 @@ find_package(KDSoapWSDiscoveryClient QUIET)
+ set(INTERNAL_WSDCLIENT ${BUILD_KDSoapWSDiscoveryClient})
+ if(KDSoapWSDiscoveryClient_FOUND)
+     set(INTERNAL_WSDCLIENT OFF)
++    find_package(KDSoap)
+ endif()
+ if(INTERNAL_WSDCLIENT)
+     # Special internal version, mangled to be a STATIC lib.



More information about the arch-commits mailing list