[arch-commits] Commit in kdeconnect/repos/extra-x86_64 (4 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 3 10:40:58 UTC 2022


    Date: Thursday, February 3, 2022 @ 10:40:58
  Author: arojas
Revision: 436011

archrelease: copy trunk to extra-x86_64

Added:
  kdeconnect/repos/extra-x86_64/PKGBUILD
    (from rev 436010, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/extra-x86_64/kdeconnect-openssh-8.8.patch
    (from rev 436010, kdeconnect/trunk/kdeconnect-openssh-8.8.patch)
Deleted:
  kdeconnect/repos/extra-x86_64/PKGBUILD
  kdeconnect/repos/extra-x86_64/kdeconnect-openssh-8.8.patch

------------------------------+
 PKGBUILD                     |   77 ++++++++++++++++++++---------------------
 kdeconnect-openssh-8.8.patch |   24 ++++++------
 2 files changed, 51 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 10:40:45 UTC (rev 436010)
+++ PKGBUILD	2022-02-03 10:40:58 UTC (rev 436011)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-
-pkgname=kdeconnect
-pkgver=21.12.1
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://kdeconnect.kde.org/'
-arch=(x86_64)
-license=(GPL)
-groups=(kde-applications kde-network)
-depends=(kcmutils kwayland libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz{,.sig}
-        kdeconnect-openssh-8.8.patch)
-sha256sums=('4c70baecf581b1d4aa0569ebe2161b95f1973d6421b321b8ae87ace461b481d7'
-            'SKIP'
-            'e1b43f8b3e0b2a521277d70d4fdeb8dff714f6855f33ae1c3c7d8f03fe69dbb9')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-
-prepare() {
-  patch -d $pkgname-kde-$pkgver -p1 < kdeconnect-openssh-8.8.patch # Fix file browsing with openssh 8.8
-}
-
-build() {
-  cmake -B build -S $pkgname-kde-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kdeconnect/repos/extra-x86_64/PKGBUILD (from rev 436010, kdeconnect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-03 10:40:58 UTC (rev 436011)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+
+pkgname=kdeconnect
+pkgver=21.12.2
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://kdeconnect.kde.org/'
+arch=(x86_64)
+license=(GPL)
+groups=(kde-applications kde-network)
+depends=(kcmutils kwayland libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz{,.sig}
+        kdeconnect-openssh-8.8.patch)
+sha256sums=('4680dcd11e9afb4d80ced4b1cbb4a2bb0ce91cdc44797d33e85137b895053c33'
+            'SKIP'
+            'e1b43f8b3e0b2a521277d70d4fdeb8dff714f6855f33ae1c3c7d8f03fe69dbb9')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-kde-$pkgver -p1 < kdeconnect-openssh-8.8.patch # Fix file browsing with openssh 8.8
+}
+
+build() {
+  cmake -B build -S $pkgname-kde-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Deleted: kdeconnect-openssh-8.8.patch
===================================================================
--- kdeconnect-openssh-8.8.patch	2022-02-03 10:40:45 UTC (rev 436010)
+++ kdeconnect-openssh-8.8.patch	2022-02-03 10:40:58 UTC (rev 436011)
@@ -1,12 +0,0 @@
-diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
-index 2a484186..23ddc616 100644
---- a/plugins/sftp/mounter.cpp
-+++ b/plugins/sftp/mounter.cpp
-@@ -129,6 +129,7 @@ void Mounter::onPackageReceived(const NetworkPacket& np)
-         << QStringLiteral("-o") << QStringLiteral("StrictHostKeyChecking=no") //Do not ask for confirmation because it is not a known host
-         << QStringLiteral("-o") << QStringLiteral("UserKnownHostsFile=/dev/null") //Prevent storing as a known host
-         << QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-dss\\,ssh-rsa") //https://bugs.kde.org/show_bug.cgi?id=351725
-+        << QStringLiteral("-o") << QStringLiteral("PubkeyAcceptedKeyTypes=+ssh-rsa")
-         << QStringLiteral("-o") << QStringLiteral("uid=") + QString::number(getuid())
-         << QStringLiteral("-o") << QStringLiteral("gid=") + QString::number(getgid())
-         << QStringLiteral("-o") << QStringLiteral("reconnect")

Copied: kdeconnect/repos/extra-x86_64/kdeconnect-openssh-8.8.patch (from rev 436010, kdeconnect/trunk/kdeconnect-openssh-8.8.patch)
===================================================================
--- kdeconnect-openssh-8.8.patch	                        (rev 0)
+++ kdeconnect-openssh-8.8.patch	2022-02-03 10:40:58 UTC (rev 436011)
@@ -0,0 +1,12 @@
+diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
+index 2a484186..23ddc616 100644
+--- a/plugins/sftp/mounter.cpp
++++ b/plugins/sftp/mounter.cpp
+@@ -129,6 +129,7 @@ void Mounter::onPackageReceived(const NetworkPacket& np)
+         << QStringLiteral("-o") << QStringLiteral("StrictHostKeyChecking=no") //Do not ask for confirmation because it is not a known host
+         << QStringLiteral("-o") << QStringLiteral("UserKnownHostsFile=/dev/null") //Prevent storing as a known host
+         << QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-dss\\,ssh-rsa") //https://bugs.kde.org/show_bug.cgi?id=351725
++        << QStringLiteral("-o") << QStringLiteral("PubkeyAcceptedKeyTypes=+ssh-rsa")
+         << QStringLiteral("-o") << QStringLiteral("uid=") + QString::number(getuid())
+         << QStringLiteral("-o") << QStringLiteral("gid=") + QString::number(getgid())
+         << QStringLiteral("-o") << QStringLiteral("reconnect")



More information about the arch-commits mailing list