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

Antonio Rojas arojas at archlinux.org
Thu Jan 7 14:45:02 UTC 2021


    Date: Thursday, January 7, 2021 @ 14:45:02
  Author: arojas
Revision: 405589

archrelease: copy trunk to extra-x86_64

Added:
  kdeconnect/repos/extra-x86_64/PKGBUILD
    (from rev 405588, kdeconnect/trunk/PKGBUILD)
  kdeconnect/repos/extra-x86_64/kdeconnect-openssh-8.2.patch
    (from rev 405588, 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                     |   62 ++++++++++++++++++++---------------------
 kdeconnect-openssh-8.2.patch |   24 +++++++--------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 14:44:51 UTC (rev 405588)
+++ PKGBUILD	2021-01-07 14:45:02 UTC (rev 405589)
@@ -1,31 +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.0
-pkgrel=2
-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=('92339009b2b41337827a6fa22b500a46ca192e6fa4cd493af13f9b9f9ad58d20'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck 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 405588, kdeconnect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 14:45:02 UTC (rev 405589)
@@ -0,0 +1,31 @@
+# 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.1
+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=('fc15b7dba854b5ccc0fbaf1f7accb2c60ef89f311925c89e0c76c5e653182160'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck 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-01-07 14:44:51 UTC (rev 405588)
+++ kdeconnect-openssh-8.2.patch	2021-01-07 14:45:02 UTC (rev 405589)
@@ -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 405588, kdeconnect/trunk/kdeconnect-openssh-8.2.patch)
===================================================================
--- kdeconnect-openssh-8.2.patch	                        (rev 0)
+++ kdeconnect-openssh-8.2.patch	2021-01-07 14:45:02 UTC (rev 405589)
@@ -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