Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Kdeconect update
@ 2020-04-18 13:33 teldra
  2020-04-18 13:56 ` Chocimier
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: teldra @ 2020-04-18 13:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

There is a new pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

Kdeconect update


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 4293 bytes --]

From 67be11b14be6aac467c774f3dbeb15d1e212decb Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:32 +0200
Subject: [PATCH 1/2] New package: kpeoplevcard-0.1

---
 srcpkgs/kpeoplevcard-devel    |  1 +
 srcpkgs/kpeoplevcard/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/kpeoplevcard-devel
 create mode 100644 srcpkgs/kpeoplevcard/template

diff --git a/srcpkgs/kpeoplevcard-devel b/srcpkgs/kpeoplevcard-devel
new file mode 120000
index 00000000000..8da4b3fc2d3
--- /dev/null
+++ b/srcpkgs/kpeoplevcard-devel
@@ -0,0 +1 @@
+kpeoplevcard
\ No newline at end of file
diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
new file mode 100644
index 00000000000..61d55fe5521
--- /dev/null
+++ b/srcpkgs/kpeoplevcard/template
@@ -0,0 +1,24 @@
+# Template file for 'kpeoplevcard'
+pkgname=kpeoplevcard
+version=0.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext AppStream"
+makedepends="qt5-devel kcoreaddons-devel ki18n-devel kpeople-devel kcontacts-devel"
+short_desc="Expose vcards to KPeople"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://kde.org/"
+distfiles="https://download.kde.org/stable/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3
+
+kpeoplevcard-devel_package() {
+	short_desc+=" - development"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		#vmove usr/include
+		#vmove usr/lib/qt5/mkspecs
+		vmove usr/lib/cmake
+		#vmove "usr/lib/*.so"
+	}
+}

From adb1d2b2438fcb8f97d73a12bc91ef66342db5f6 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:36 +0200
Subject: [PATCH 2/2] kdeconnect: update to 20.03.80

---
 srcpkgs/kdeconnect/patches/sshfs-fix-algorithm.patch | 12 ++++++++++++
 srcpkgs/kdeconnect/template                          | 12 +++++++-----
 2 files changed, 19 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/kdeconnect/patches/sshfs-fix-algorithm.patch

diff --git a/srcpkgs/kdeconnect/patches/sshfs-fix-algorithm.patch b/srcpkgs/kdeconnect/patches/sshfs-fix-algorithm.patch
new file mode 100644
index 00000000000..ff067aa8eb9
--- /dev/null
+++ b/srcpkgs/kdeconnect/patches/sshfs-fix-algorithm.patch
@@ -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);
diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 8d3723dd859..6bba4254cdf 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,17 +1,19 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=20.03.80
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
 distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
+checksum=f834f17b4f1c2b3984548d1a10b582727f79beac575b995d4a5edaec9320719e
+patch_args="-Np1"

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
@ 2020-04-18 13:56 ` Chocimier
  2020-04-18 14:02 ` Chocimier
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Chocimier @ 2020-04-18 13:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-615875984

Comment:
In kde world, *.80 means pre-release. Stable 20.04.0 release is planned to next week, please update then.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
  2020-04-18 13:56 ` Chocimier
@ 2020-04-18 14:02 ` Chocimier
  2020-04-18 14:11 ` Johnnynator
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Chocimier @ 2020-04-18 14:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-615876809

Comment:
Why is the patch needed?

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
  2020-04-18 13:56 ` Chocimier
  2020-04-18 14:02 ` Chocimier
@ 2020-04-18 14:11 ` Johnnynator
  2020-04-18 14:51 ` teldra
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Johnnynator @ 2020-04-18 14:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-615878150

Comment:
Pls use the distfile from  https://download.kde.org/unstable/release-service/20.03.90/src/kdeconnect-kde-20.03.90.tar.xz
 So smth like '${KDE_SITE/stable/unstable}/release-service/${version}/src/kdeconnect-kde-${version}.tar.xz', this allows xbps-src to use the KDE update check.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (2 preceding siblings ...)
  2020-04-18 14:11 ` Johnnynator
@ 2020-04-18 14:51 ` teldra
  2020-04-18 14:52 ` teldra
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-18 14:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-615883933

Comment:
It is needed to allow kdeconnect to use this algorhythm. Afaik. Without, sshfs can not connect to my phone. Took the patch from archlinux. 
-- 
Diese Nachricht wurde von meinem Hubble-Teleskop gesendet.
Get my PGP key with: gpg --locate-keys oh@rotce.de

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (3 preceding siblings ...)
  2020-04-18 14:51 ` teldra
@ 2020-04-18 14:52 ` teldra
  2020-04-18 15:10 ` Chocimier
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-18 14:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-615884043

Comment:
I was not aware oft this. Thx
-- 
Diese Nachricht wurde von meinem Hubble-Teleskop gesendet.
Get my PGP key with: gpg --locate-keys oh@rotce.de

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (4 preceding siblings ...)
  2020-04-18 14:52 ` teldra
@ 2020-04-18 15:10 ` Chocimier
  2020-04-18 15:53 ` Johnnynator
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Chocimier @ 2020-04-18 15:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-615887048

Comment:
Key exchange algorithms should be specified in configuration of ssh, not hardcoded in random executables.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (5 preceding siblings ...)
  2020-04-18 15:10 ` Chocimier
@ 2020-04-18 15:53 ` Johnnynator
  2020-04-20 18:34 ` Chocimier
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Johnnynator @ 2020-04-18 15:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-615893629

Comment:
> Key exchange algorithms should be specified in configuration of ssh, not hardcoded in random executables.

kdeconnect forces ssh to not use any config. And the KDE Connect Android App only supports diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 [1].

[1] https://bugs.kde.org/show_bug.cgi?id=417787

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (6 preceding siblings ...)
  2020-04-18 15:53 ` Johnnynator
@ 2020-04-20 18:34 ` Chocimier
  2020-04-22 12:28 ` Johnnynator
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Chocimier @ 2020-04-20 18:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-616734818

Comment:
Thanks for link! I still think we should be fixed upstream, not by us with patch.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (7 preceding siblings ...)
  2020-04-20 18:34 ` Chocimier
@ 2020-04-22 12:28 ` Johnnynator
  2020-04-22 12:48 ` teldra
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Johnnynator @ 2020-04-22 12:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-617748861

Comment:
> Thanks for link! I still think we should be fixed upstream, not by us with patch.

Should be fixed in v1.14.1+ of the Android App.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (8 preceding siblings ...)
  2020-04-22 12:28 ` Johnnynator
@ 2020-04-22 12:48 ` teldra
  2020-04-22 12:51 ` [PR PATCH] [Updated] " teldra
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-22 12:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-617758618

Comment:
> > Thanks for link! I still think we should be fixed upstream, not by us with patch.
> 
> Should be fixed in v1.14.1+ of the Android App.

I can confirm that!

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (9 preceding siblings ...)
  2020-04-22 12:48 ` teldra
@ 2020-04-22 12:51 ` teldra
  2020-04-22 13:22 ` teldra
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-22 12:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

Kdeconect update


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 3297 bytes --]

From 67be11b14be6aac467c774f3dbeb15d1e212decb Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:32 +0200
Subject: [PATCH 1/2] New package: kpeoplevcard-0.1

---
 srcpkgs/kpeoplevcard-devel    |  1 +
 srcpkgs/kpeoplevcard/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/kpeoplevcard-devel
 create mode 100644 srcpkgs/kpeoplevcard/template

diff --git a/srcpkgs/kpeoplevcard-devel b/srcpkgs/kpeoplevcard-devel
new file mode 120000
index 00000000000..8da4b3fc2d3
--- /dev/null
+++ b/srcpkgs/kpeoplevcard-devel
@@ -0,0 +1 @@
+kpeoplevcard
\ No newline at end of file
diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
new file mode 100644
index 00000000000..61d55fe5521
--- /dev/null
+++ b/srcpkgs/kpeoplevcard/template
@@ -0,0 +1,24 @@
+# Template file for 'kpeoplevcard'
+pkgname=kpeoplevcard
+version=0.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext AppStream"
+makedepends="qt5-devel kcoreaddons-devel ki18n-devel kpeople-devel kcontacts-devel"
+short_desc="Expose vcards to KPeople"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://kde.org/"
+distfiles="https://download.kde.org/stable/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3
+
+kpeoplevcard-devel_package() {
+	short_desc+=" - development"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		#vmove usr/include
+		#vmove usr/lib/qt5/mkspecs
+		vmove usr/lib/cmake
+		#vmove "usr/lib/*.so"
+	}
+}

From 237c89b4f83691ea3772261933bf84f221af5481 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:36 +0200
Subject: [PATCH 2/2] kdeconnect: update to 1.4

---
 srcpkgs/kdeconnect/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 8d3723dd859..ac320e3cc3f 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,17 +1,18 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=1.4
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-kde-${version}.tar.xz"
+checksum=caee7945a9d9bb881a943dc8d2fd0d702c04da5bdb2df14d4f875e7cf5d5261a

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (10 preceding siblings ...)
  2020-04-22 12:51 ` [PR PATCH] [Updated] " teldra
@ 2020-04-22 13:22 ` teldra
  2020-04-23 21:43 ` teldra
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-22 13:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

Kdeconect update


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 3308 bytes --]

From f132a6c9b6904b1f62cb8215c4661d7c3739239d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:32 +0200
Subject: [PATCH 1/2] New package: kpeoplevcard-0.1

---
 srcpkgs/kpeoplevcard-devel    |  1 +
 srcpkgs/kpeoplevcard/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/kpeoplevcard-devel
 create mode 100644 srcpkgs/kpeoplevcard/template

diff --git a/srcpkgs/kpeoplevcard-devel b/srcpkgs/kpeoplevcard-devel
new file mode 120000
index 00000000000..8da4b3fc2d3
--- /dev/null
+++ b/srcpkgs/kpeoplevcard-devel
@@ -0,0 +1 @@
+kpeoplevcard
\ No newline at end of file
diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
new file mode 100644
index 00000000000..846fdce7e38
--- /dev/null
+++ b/srcpkgs/kpeoplevcard/template
@@ -0,0 +1,24 @@
+# Template file for 'kpeoplevcard'
+pkgname=kpeoplevcard
+version=0.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext AppStream"
+makedepends="qt5-devel kcoreaddons-devel ki18n-devel kpeople-devel kcontacts-devel"
+short_desc="Expose vcards to KPeople"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://kde.org/"
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3
+
+kpeoplevcard-devel_package() {
+	short_desc+=" - development"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		#vmove usr/include
+		#vmove usr/lib/qt5/mkspecs
+		vmove usr/lib/cmake
+		#vmove "usr/lib/*.so"
+	}
+}

From dd0699f0eee0b0722ad8b83911130b828b03e42a Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:36 +0200
Subject: [PATCH 2/2] kdeconnect: update to 1.4

---
 srcpkgs/kdeconnect/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 66b765a44cb..ac320e3cc3f 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,18 +1,18 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=1.4
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
-python_version=2 #unverified
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-kde-${version}.tar.xz"
+checksum=caee7945a9d9bb881a943dc8d2fd0d702c04da5bdb2df14d4f875e7cf5d5261a

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (11 preceding siblings ...)
  2020-04-22 13:22 ` teldra
@ 2020-04-23 21:43 ` teldra
  2020-04-23 21:45 ` teldra
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-23 21:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

Kdeconect update


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 3372 bytes --]

From f132a6c9b6904b1f62cb8215c4661d7c3739239d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:32 +0200
Subject: [PATCH 1/2] New package: kpeoplevcard-0.1

---
 srcpkgs/kpeoplevcard-devel    |  1 +
 srcpkgs/kpeoplevcard/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/kpeoplevcard-devel
 create mode 100644 srcpkgs/kpeoplevcard/template

diff --git a/srcpkgs/kpeoplevcard-devel b/srcpkgs/kpeoplevcard-devel
new file mode 120000
index 00000000000..8da4b3fc2d3
--- /dev/null
+++ b/srcpkgs/kpeoplevcard-devel
@@ -0,0 +1 @@
+kpeoplevcard
\ No newline at end of file
diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
new file mode 100644
index 00000000000..846fdce7e38
--- /dev/null
+++ b/srcpkgs/kpeoplevcard/template
@@ -0,0 +1,24 @@
+# Template file for 'kpeoplevcard'
+pkgname=kpeoplevcard
+version=0.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext AppStream"
+makedepends="qt5-devel kcoreaddons-devel ki18n-devel kpeople-devel kcontacts-devel"
+short_desc="Expose vcards to KPeople"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://kde.org/"
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3
+
+kpeoplevcard-devel_package() {
+	short_desc+=" - development"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		#vmove usr/include
+		#vmove usr/lib/qt5/mkspecs
+		vmove usr/lib/cmake
+		#vmove "usr/lib/*.so"
+	}
+}

From 30abdd7f286661de29e480743fc1ba5cf8c42351 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:36 +0200
Subject: [PATCH 2/2] kdeconnect: update to 20.04.0

---
 srcpkgs/kdeconnect/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 66b765a44cb..212848785a4 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,18 +1,19 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=20.04.0
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
-python_version=2 #unverified
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-kde-${version}.tar.xz"
+checksum=6ca93ee5e6bbc93b04e58a4327a5c7d434f112fd5fc8c47624e4974ffa09501f
+python_version=3
\ No newline at end of file

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (12 preceding siblings ...)
  2020-04-23 21:43 ` teldra
@ 2020-04-23 21:45 ` teldra
  2020-04-23 21:59 ` teldra
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-23 21:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

Kdeconect update


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 3344 bytes --]

From f132a6c9b6904b1f62cb8215c4661d7c3739239d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:32 +0200
Subject: [PATCH 1/2] New package: kpeoplevcard-0.1

---
 srcpkgs/kpeoplevcard-devel    |  1 +
 srcpkgs/kpeoplevcard/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/kpeoplevcard-devel
 create mode 100644 srcpkgs/kpeoplevcard/template

diff --git a/srcpkgs/kpeoplevcard-devel b/srcpkgs/kpeoplevcard-devel
new file mode 120000
index 00000000000..8da4b3fc2d3
--- /dev/null
+++ b/srcpkgs/kpeoplevcard-devel
@@ -0,0 +1 @@
+kpeoplevcard
\ No newline at end of file
diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
new file mode 100644
index 00000000000..846fdce7e38
--- /dev/null
+++ b/srcpkgs/kpeoplevcard/template
@@ -0,0 +1,24 @@
+# Template file for 'kpeoplevcard'
+pkgname=kpeoplevcard
+version=0.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext AppStream"
+makedepends="qt5-devel kcoreaddons-devel ki18n-devel kpeople-devel kcontacts-devel"
+short_desc="Expose vcards to KPeople"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://kde.org/"
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3
+
+kpeoplevcard-devel_package() {
+	short_desc+=" - development"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		#vmove usr/include
+		#vmove usr/lib/qt5/mkspecs
+		vmove usr/lib/cmake
+		#vmove "usr/lib/*.so"
+	}
+}

From c4a8d4a0f7634499d8bbe2a09fe15e40c7683b9d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:36 +0200
Subject: [PATCH 2/2] kdeconnect: update to 20.04.0

---
 srcpkgs/kdeconnect/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 66b765a44cb..acfdd79a64d 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,18 +1,19 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=20.04.0
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
-python_version=2 #unverified
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-kde-${version}.tar.xz"
+checksum=6ca93ee5e6bbc93b04e58a4327a5c7d434f112fd5fc8c47624e4974ffa09501f
+python_version=3

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (13 preceding siblings ...)
  2020-04-23 21:45 ` teldra
@ 2020-04-23 21:59 ` teldra
  2020-04-23 22:01 ` teldra
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-23 21:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

Kdeconect update


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 4754 bytes --]

From f132a6c9b6904b1f62cb8215c4661d7c3739239d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 18 Apr 2020 15:26:32 +0200
Subject: [PATCH 1/2] New package: kpeoplevcard-0.1

---
 srcpkgs/kpeoplevcard-devel    |  1 +
 srcpkgs/kpeoplevcard/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/kpeoplevcard-devel
 create mode 100644 srcpkgs/kpeoplevcard/template

diff --git a/srcpkgs/kpeoplevcard-devel b/srcpkgs/kpeoplevcard-devel
new file mode 120000
index 00000000000..8da4b3fc2d3
--- /dev/null
+++ b/srcpkgs/kpeoplevcard-devel
@@ -0,0 +1 @@
+kpeoplevcard
\ No newline at end of file
diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
new file mode 100644
index 00000000000..846fdce7e38
--- /dev/null
+++ b/srcpkgs/kpeoplevcard/template
@@ -0,0 +1,24 @@
+# Template file for 'kpeoplevcard'
+pkgname=kpeoplevcard
+version=0.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext AppStream"
+makedepends="qt5-devel kcoreaddons-devel ki18n-devel kpeople-devel kcontacts-devel"
+short_desc="Expose vcards to KPeople"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
+homepage="https://kde.org/"
+distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
+checksum=8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3
+
+kpeoplevcard-devel_package() {
+	short_desc+=" - development"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		#vmove usr/include
+		#vmove usr/lib/qt5/mkspecs
+		vmove usr/lib/cmake
+		#vmove "usr/lib/*.so"
+	}
+}

From 32215170710660719f7098018c5f15a2b83ac607 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 23 Apr 2020 23:59:43 +0200
Subject: [PATCH 2/2] kdeconnect: update to 20.04.0

---
 srcpkgs/kdeconnect/template   | 15 ++++++++-------
 srcpkgs/kpeoplevcard-devel    |  1 -
 srcpkgs/kpeoplevcard/template | 24 ------------------------
 3 files changed, 8 insertions(+), 32 deletions(-)
 delete mode 120000 srcpkgs/kpeoplevcard-devel
 delete mode 100644 srcpkgs/kpeoplevcard/template

diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 66b765a44cb..acfdd79a64d 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,18 +1,19 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=20.04.0
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
-python_version=2 #unverified
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-kde-${version}.tar.xz"
+checksum=6ca93ee5e6bbc93b04e58a4327a5c7d434f112fd5fc8c47624e4974ffa09501f
+python_version=3
diff --git a/srcpkgs/kpeoplevcard-devel b/srcpkgs/kpeoplevcard-devel
deleted file mode 120000
index 8da4b3fc2d3..00000000000
--- a/srcpkgs/kpeoplevcard-devel
+++ /dev/null
@@ -1 +0,0 @@
-kpeoplevcard
\ No newline at end of file
diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
deleted file mode 100644
index 846fdce7e38..00000000000
--- a/srcpkgs/kpeoplevcard/template
+++ /dev/null
@@ -1,24 +0,0 @@
-# Template file for 'kpeoplevcard'
-pkgname=kpeoplevcard
-version=0.1
-revision=1
-build_style=cmake
-hostmakedepends="extra-cmake-modules gettext AppStream"
-makedepends="qt5-devel kcoreaddons-devel ki18n-devel kpeople-devel kcontacts-devel"
-short_desc="Expose vcards to KPeople"
-maintainer="teldra <teldra@rotce.de>"
-license="GPL-2.0-or-later"
-homepage="https://kde.org/"
-distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3
-
-kpeoplevcard-devel_package() {
-	short_desc+=" - development"
-	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		#vmove usr/include
-		#vmove usr/lib/qt5/mkspecs
-		vmove usr/lib/cmake
-		#vmove "usr/lib/*.so"
-	}
-}

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] Kdeconect update
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (14 preceding siblings ...)
  2020-04-23 21:59 ` teldra
@ 2020-04-23 22:01 ` teldra
  2020-04-23 23:47 ` [PR PATCH] [Updated] kdeconnect: update to 20.04.0 teldra
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-23 22:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

Kdeconect update


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 1709 bytes --]

From 0220a2a7668754be8aed771c67e0e8e56ad19e5f Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Fri, 24 Apr 2020 00:01:13 +0200
Subject: [PATCH] kdeconnect: update to 20.04.0

---
 srcpkgs/kdeconnect/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 66b765a44cb..acfdd79a64d 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,18 +1,19 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=20.04.0
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
-python_version=2 #unverified
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-kde-${version}.tar.xz"
+checksum=6ca93ee5e6bbc93b04e58a4327a5c7d434f112fd5fc8c47624e4974ffa09501f
+python_version=3

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] kdeconnect: update to 20.04.0
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (15 preceding siblings ...)
  2020-04-23 22:01 ` teldra
@ 2020-04-23 23:47 ` teldra
  2020-04-23 23:58 ` teldra
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-23 23:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

kdeconnect: update to 20.04.0


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 1709 bytes --]

From 04ad8e8855b92a71e91b73bd79189a0af048fa02 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Fri, 24 Apr 2020 00:01:13 +0200
Subject: [PATCH] kdeconnect: update to 20.04.0

---
 srcpkgs/kdeconnect/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 66b765a44cb..acfdd79a64d 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,18 +1,19 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=20.04.0
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
-python_version=2 #unverified
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-kde-${version}.tar.xz"
+checksum=6ca93ee5e6bbc93b04e58a4327a5c7d434f112fd5fc8c47624e4974ffa09501f
+python_version=3

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] kdeconnect: update to 20.04.0
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (16 preceding siblings ...)
  2020-04-23 23:47 ` [PR PATCH] [Updated] kdeconnect: update to 20.04.0 teldra
@ 2020-04-23 23:58 ` teldra
  2020-04-24  0:30 ` teldra
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-23 23:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

kdeconnect: update to 20.04.0


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 2120 bytes --]

From 096d6adba3c595fef5a6ed9f0db1313536b8de67 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Fri, 24 Apr 2020 00:01:13 +0200
Subject: [PATCH] kdeconnect: update to 20.04.0

---
 common/shlibs               |  1 +
 srcpkgs/kdeconnect/template | 15 ++++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 5f1a09de8dc..725c878a6fa 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3862,3 +3862,4 @@ libstk-4.6.1.so libstk-4.6.1_1
 libc++utilities.so.5 cpp-utilities-5.2.0_1
 libtagparser.so.9 tagparser-9.1.2_1
 libqtutilities.so.6 qtutilities-6.0.4_1
+libkdeconnectsmshelper.so.1 kdeconnect-20.04.0_1
\ No newline at end of file
diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 66b765a44cb..acfdd79a64d 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,18 +1,19 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=20.04.0
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
-python_version=2 #unverified
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-kde-${version}.tar.xz"
+checksum=6ca93ee5e6bbc93b04e58a4327a5c7d434f112fd5fc8c47624e4974ffa09501f
+python_version=3

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: kdeconnect: update to 20.04.0
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (17 preceding siblings ...)
  2020-04-23 23:58 ` teldra
@ 2020-04-24  0:30 ` teldra
  2020-04-24  1:33 ` [PR PATCH] [Updated] " teldra
  2020-04-24 10:33 ` [PR PATCH] [Merged]: " Johnnynator
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-24  0:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/21122#issuecomment-618738080

Comment:
Updated to 20.04.0. No patch needed.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] kdeconnect: update to 20.04.0
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (18 preceding siblings ...)
  2020-04-24  0:30 ` teldra
@ 2020-04-24  1:33 ` teldra
  2020-04-24 10:33 ` [PR PATCH] [Merged]: " Johnnynator
  20 siblings, 0 replies; 22+ messages in thread
From: teldra @ 2020-04-24  1:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages kdeconect-update
https://github.com/void-linux/void-packages/pull/21122

kdeconnect: update to 20.04.0


A patch file from https://github.com/void-linux/void-packages/pull/21122.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kdeconect-update-21122.patch --]
[-- Type: text/x-diff, Size: 1709 bytes --]

From 4926b89b1e1363cc850bafb34bc84f549225aa69 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Fri, 24 Apr 2020 00:01:13 +0200
Subject: [PATCH] kdeconnect: update to 20.04.0

---
 srcpkgs/kdeconnect/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template
index 66b765a44cb..acfdd79a64d 100644
--- a/srcpkgs/kdeconnect/template
+++ b/srcpkgs/kdeconnect/template
@@ -1,18 +1,19 @@
 # Template file for 'kdeconnect'
 pkgname=kdeconnect
-version=1.3.5
+version=20.04.0
 revision=1
 wrksrc="kdeconnect-kde-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-host-tools pkg-config
- qt5-qmake python3 kdoctools kcoreaddons"
+ qt5-qmake python3 kdoctools kcoreaddons gettext"
 makedepends="kcmutils-devel qca-qt5-devel frameworkintegration-devel
- qt5-declarative-devel libfakekey-devel kwayland-devel"
-depends="kde-cli-tools qca-qt5-ossl"
+ qt5-declarative-devel libfakekey-devel kwayland-devel
+ qt5-multimedia-devel kpeoplevcard-devel kirigami2-devel pulseaudio-qt-devel"
+depends="kde-cli-tools qca-qt5-ossl fuse-sshfs"
 short_desc="Multi-platform app that allows your devices to communicate"
 maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/KDE/kdeconnect-kde"
-distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz"
-checksum=06b8b18e5d1030c9005937d79f67b4ebc30309dd7afc84ab6450488a00d7adeb
-python_version=2 #unverified
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-kde-${version}.tar.xz"
+checksum=6ca93ee5e6bbc93b04e58a4327a5c7d434f112fd5fc8c47624e4974ffa09501f
+python_version=3

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Merged]: kdeconnect: update to 20.04.0
  2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
                   ` (19 preceding siblings ...)
  2020-04-24  1:33 ` [PR PATCH] [Updated] " teldra
@ 2020-04-24 10:33 ` Johnnynator
  20 siblings, 0 replies; 22+ messages in thread
From: Johnnynator @ 2020-04-24 10:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

There's a merged pull request on the void-packages repository

kdeconnect: update to 20.04.0
https://github.com/void-linux/void-packages/pull/21122

Description:


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-04-24 10:33 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18 13:33 [PR PATCH] Kdeconect update teldra
2020-04-18 13:56 ` Chocimier
2020-04-18 14:02 ` Chocimier
2020-04-18 14:11 ` Johnnynator
2020-04-18 14:51 ` teldra
2020-04-18 14:52 ` teldra
2020-04-18 15:10 ` Chocimier
2020-04-18 15:53 ` Johnnynator
2020-04-20 18:34 ` Chocimier
2020-04-22 12:28 ` Johnnynator
2020-04-22 12:48 ` teldra
2020-04-22 12:51 ` [PR PATCH] [Updated] " teldra
2020-04-22 13:22 ` teldra
2020-04-23 21:43 ` teldra
2020-04-23 21:45 ` teldra
2020-04-23 21:59 ` teldra
2020-04-23 22:01 ` teldra
2020-04-23 23:47 ` [PR PATCH] [Updated] kdeconnect: update to 20.04.0 teldra
2020-04-23 23:58 ` teldra
2020-04-24  0:30 ` teldra
2020-04-24  1:33 ` [PR PATCH] [Updated] " teldra
2020-04-24 10:33 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).