[arch-commits] Commit in kio-extras/repos/kde-unstable-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 21 15:29:43 UTC 2020


    Date: Saturday, March 21, 2020 @ 15:29:43
  Author: arojas
Revision: 378273

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 378272, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras-kdsoap.patch
    (from rev 378272, kio-extras/kde-unstable/kio-extras-kdsoap.patch)
Deleted:
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
  kio-extras/repos/kde-unstable-x86_64/kio-extras-kdsoap.patch

-------------------------+
 PKGBUILD                |   88 +++++++++++++++++++++++-----------------------
 kio-extras-kdsoap.patch |   24 ++++++------
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-21 15:28:14 UTC (rev 378272)
+++ PKGBUILD	2020-03-21 15:29:43 UTC (rev 378273)
@@ -1,44 +0,0 @@
-# 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/PKGBUILD (from rev 378272, kio-extras/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-21 15:29:43 UTC (rev 378273)
@@ -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=2
+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 libxcursor)
+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
+}

Deleted: kio-extras-kdsoap.patch
===================================================================
--- kio-extras-kdsoap.patch	2020-03-21 15:28:14 UTC (rev 378272)
+++ kio-extras-kdsoap.patch	2020-03-21 15:29:43 UTC (rev 378273)
@@ -1,12 +0,0 @@
-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.

Copied: kio-extras/repos/kde-unstable-x86_64/kio-extras-kdsoap.patch (from rev 378272, kio-extras/kde-unstable/kio-extras-kdsoap.patch)
===================================================================
--- kio-extras-kdsoap.patch	                        (rev 0)
+++ kio-extras-kdsoap.patch	2020-03-21 15:29:43 UTC (rev 378273)
@@ -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