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

Antonio Rojas arojas at archlinux.org
Fri Apr 3 21:21:04 UTC 2020


    Date: Friday, April 3, 2020 @ 21:21:01
  Author: arojas
Revision: 379428

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

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-03 21:20:38 UTC (rev 379427)
+++ PKGBUILD	2020-04-03 21:21:01 UTC (rev 379428)
@@ -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=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
-}

Copied: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 379427, kio-extras/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-03 21:21:01 UTC (rev 379428)
@@ -0,0 +1,39 @@
+# 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.90
+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 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' 'icoutils: Windows executable thumbnails')
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7c2cc3a3e144d34f860105a34988c54284fc7a134d76f5bb6a22e0e2ec8824b3'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+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-04-03 21:20:38 UTC (rev 379427)
+++ kio-extras-kdsoap.patch	2020-04-03 21:21:01 UTC (rev 379428)
@@ -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.



More information about the arch-commits mailing list