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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 2 10:19:33 UTC 2021


    Date: Thursday, September 2, 2021 @ 10:19:33
  Author: arojas
Revision: 423029

archrelease: copy trunk to testing-x86_64

Added:
  kdeconnect/repos/testing-x86_64/
  kdeconnect/repos/testing-x86_64/PKGBUILD
    (from rev 423028, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/testing-x86_64/kdeconnect-openssh-8.2.patch
    (from rev 423028, kdeconnect/trunk/kdeconnect-openssh-8.2.patch)

------------------------------+
 PKGBUILD                     |   32 ++++++++++++++++++++++++++++++++
 kdeconnect-openssh-8.2.patch |   12 ++++++++++++
 2 files changed, 44 insertions(+)

Copied: kdeconnect/repos/testing-x86_64/PKGBUILD (from rev 423028, kdeconnect/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-09-02 10:19:33 UTC (rev 423029)
@@ -0,0 +1,32 @@
+# 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.08.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})
+sha256sums=('6330f74b432ecead1f99f8c74dcc24fd97672ca7009267569ff3bceeb3fedc06'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+
+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/testing-x86_64/kdeconnect-openssh-8.2.patch (from rev 423028, kdeconnect/trunk/kdeconnect-openssh-8.2.patch)
===================================================================
--- testing-x86_64/kdeconnect-openssh-8.2.patch	                        (rev 0)
+++ testing-x86_64/kdeconnect-openssh-8.2.patch	2021-09-02 10:19:33 UTC (rev 423029)
@@ -0,0 +1,12 @@
+diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
+index fca9907c..f673c9f7 100644
+--- a/plugins/sftp/mounter.cpp
++++ b/plugins/sftp/mounter.cpp
+@@ -145,6 +145,7 @@ void Mounter::onPackageReceived(const NetworkPacket& np)
+         << QStringLiteral("-o") << QStringLiteral("reconnect")
+         << QStringLiteral("-o") << QStringLiteral("ServerAliveInterval=30")
+         << QStringLiteral("-o") << QStringLiteral("password_stdin")
++        << QStringLiteral("-o") << QStringLiteral("KexAlgorithms=+diffie-hellman-group14-sha1")
+         ;
+ 
+     m_proc->setProgram(program, arguments);



More information about the arch-commits mailing list