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

Antonio Rojas arojas at archlinux.org
Thu Mar 4 15:12:33 UTC 2021


    Date: Thursday, March 4, 2021 @ 15:12:33
  Author: arojas
Revision: 409301

archrelease: copy trunk to extra-x86_64

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

------------------------------+
 PKGBUILD                     |   64 ++++++++++++++++++++---------------------
 kdeconnect-openssh-8.2.patch |   24 +++++++--------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 15:12:23 UTC (rev 409300)
+++ PKGBUILD	2021-03-04 15:12:33 UTC (rev 409301)
@@ -1,32 +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=20.12.2
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-arch=(x86_64)
-license=(GPL)
-groups=(kde-applications kde-network)
-depends=(kcmutils kwayland libfakekey qca kpeoplevcard pulseaudio-qt kirigami2 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=('21ca118b9ca7c6107c2cbedc95778f6f0ea03411f3b8d9f815660511ec0a9d71'
-            '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/extra-x86_64/PKGBUILD (from rev 409300, kdeconnect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-04 15:12:33 UTC (rev 409301)
@@ -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=20.12.3
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+arch=(x86_64)
+license=(GPL)
+groups=(kde-applications kde-network)
+depends=(kcmutils kwayland libfakekey qca kpeoplevcard pulseaudio-qt kirigami2 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=('0198a5de49b168485f67e47b0f01f36fef78a3f8be796e8876f3cb6c819608a8'
+            '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
+}

Deleted: kdeconnect-openssh-8.2.patch
===================================================================
--- kdeconnect-openssh-8.2.patch	2021-03-04 15:12:23 UTC (rev 409300)
+++ kdeconnect-openssh-8.2.patch	2021-03-04 15:12:33 UTC (rev 409301)
@@ -1,12 +0,0 @@
-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);

Copied: kdeconnect/repos/extra-x86_64/kdeconnect-openssh-8.2.patch (from rev 409300, kdeconnect/trunk/kdeconnect-openssh-8.2.patch)
===================================================================
--- kdeconnect-openssh-8.2.patch	                        (rev 0)
+++ kdeconnect-openssh-8.2.patch	2021-03-04 15:12:33 UTC (rev 409301)
@@ -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