Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [NOMERGE] Update plasma 5.19.90
@ 2020-09-20 12:35 toluschr
  2020-09-20 12:37 ` [NOMERGE] Update plasma 5.19.90 [ci skip] toluschr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: toluschr @ 2020-09-20 12:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toluschr/void-packages update-plasma-5.19.90
https://github.com/void-linux/void-packages/pull/24996

[NOMERGE] Update plasma 5.19.90
This is just for people who want to try it out, and future reference, since `kde-gtk-config5`, `konsole`, `plasma-workspace` and `prison` needed a few minor changes to fully work apart from compiling.

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

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

From 3a2051b2be4941bf7d6718f1c37cf8b024b04cec Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:43:28 +0200
Subject: [PATCH 01/41] prison: fix for plasma-5.20

---
 srcpkgs/prison/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template
index 8f6fb794538..476a56a7084 100644
--- a/srcpkgs/prison/template
+++ b/srcpkgs/prison/template
@@ -1,10 +1,11 @@
 # Template file for 'prison'
 pkgname=prison
 version=5.74.0
-revision=1
+revision=2
 build_style=cmake
-hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools"
-makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel"
+hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen qt5-declarative-devel"
+makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel qt5-plugin-sqlite
+ qt5-declarative-devel"
 short_desc="Barcode API to produce QRCode barcodes and DataMatrix barcodes"
 maintainer="John <me@johnnynator.dev>"
 license="MIT"
@@ -30,5 +31,4 @@ prison-devel_package() {
 		vmove usr/lib/cmake
 		vmove "usr/lib/*.so"
 	}
-
 }

From 40f067240f5ce91e49b06278e54230bb058b9a5d Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:45:29 +0200
Subject: [PATCH 02/41] ksysguard: update to 5.19.90

---
 common/shlibs              | 1 +
 srcpkgs/ksysguard/template | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index ccfd187bfe0..ba29559a46e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -471,6 +471,7 @@ libksignalplotter.so.9 libksysguard-5.18.90_1
 libksgrd.so.9 libksysguard-5.18.90_1
 libprocesscore.so.9 libksysguard-5.18.90_1
 liblsofui.so.9 libksysguard-5.18.90_1
+libKSysGuardFormatter.so.1 libksysguard-5.18.90_1
 libKSysGuardSensorFaces.so.1 libksysguard-5.18.90_1
 libKWaylandServer.so.5 kwayland-server-5.18.90_1
 libxenctrl.so.4.14 xen-libs-4.14.0_1
diff --git a/srcpkgs/ksysguard/template b/srcpkgs/ksysguard/template
index b51cf83c408..78e253c47b3 100644
--- a/srcpkgs/ksysguard/template
+++ b/srcpkgs/ksysguard/template
@@ -1,6 +1,6 @@
 # Template file for 'ksysguard'
 pkgname=ksysguard
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,5 +12,5 @@ short_desc="KDE program to monitor various elements of your system"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, GFDL-1.2"
 homepage="https://invent.kde.org/plasma/ksysguard"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=e1a66dc9750482ada19da5d3e9ec06893f859930f0e8e5a910a5751e9f267c47
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=b1b8a3db6cdfc0263589b7087bb3d0dd3e27673a5095ccc0ba5fe4dfbe25847d

From 3ae39d2d3ca89e73e13f064d23fd65f9b4e514d6 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:46:35 +0200
Subject: [PATCH 03/41] plasma-nm: update to 5.19.90

---
 srcpkgs/plasma-nm/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-nm/template b/srcpkgs/plasma-nm/template
index 7f9e18b413a..2896743d3c1 100644
--- a/srcpkgs/plasma-nm/template
+++ b/srcpkgs/plasma-nm/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-nm'
 pkgname=plasma-nm
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -14,8 +14,8 @@ short_desc="NetworkManager Plasma applet"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/plasma-nm"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=433fe0329bacaede666d4d0962c5dedf6b4449f7c7ad08870ae9554ad64f2bb9
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=04112594be85a7e911bb4ac7f085955ea9da26a9ec994ca139c386fa34eaf44f
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"

From 0c18cbe82558debbb7907dac4b08f97d095856ee Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:21 +0200
Subject: [PATCH 04/41] bluedevil: update to 5.19.90

---
 srcpkgs/bluedevil/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bluedevil/template b/srcpkgs/bluedevil/template
index 024af3eac2e..934f1a3a8bb 100644
--- a/srcpkgs/bluedevil/template
+++ b/srcpkgs/bluedevil/template
@@ -1,6 +1,6 @@
 # Template file for 'bluedevil'
 pkgname=bluedevil
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -11,8 +11,8 @@ short_desc="KDE Bluetooth integration"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/bluedevil"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=e857e3c73a3d6c08bb44506f35a8359b480e960d32ae189b9b5bddcbcf5ffe2d
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=7c6870fc5b23d9094d4fca7f1df2bf252410380fc3c6422c1ba9711866ecf5b8
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel"

From 28b52d6373887716d423969287f494686871ac4b Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:21 +0200
Subject: [PATCH 05/41] breeze-gtk: update to 5.19.90

---
 srcpkgs/breeze-gtk/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/breeze-gtk/template b/srcpkgs/breeze-gtk/template
index 9406928b8e9..8f4aa4a916e 100644
--- a/srcpkgs/breeze-gtk/template
+++ b/srcpkgs/breeze-gtk/template
@@ -1,6 +1,6 @@
 # Template file for 'breeze-gtk'
 pkgname=breeze-gtk
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules sassc python3 python3-cairo"
@@ -9,8 +9,8 @@ short_desc="A GTK Theme Built to Match KDE's Breeze"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/breeze-gtk"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=5213b2f6815e542cda6bf9ae153636285e178962c6a59ff9ab4fe5c07dc256c8
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=834e48b4adfcff2c1d05e283d5b6ff31c848037504d4061d119c33875db0c8a1
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-devel"

From e6e713d2ec23b8d87d6f46a7d00596ecab72fc20 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:21 +0200
Subject: [PATCH 06/41] breeze: update to 5.19.90

---
 srcpkgs/breeze/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/breeze/template b/srcpkgs/breeze/template
index f155945e11b..57de0c819e8 100644
--- a/srcpkgs/breeze/template
+++ b/srcpkgs/breeze/template
@@ -1,6 +1,6 @@
 # Template file for 'breeze'
 pkgname=breeze
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -13,8 +13,8 @@ short_desc="Breeze visual style for the Plasma Desktop"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/breeze"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=61116665a534a0acd833f9bb499dbe983bb07088c0006988fbd929f60f0ff336
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=4103aa1301459cfbca28b65dc24446b170642d048f8a5e2bfef3c322f7373a49
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"

From 30ba5d0bb22a8a1ff11f851d71ed14252f92f019 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:21 +0200
Subject: [PATCH 07/41] kactivitymanagerd: update to 5.19.90

---
 srcpkgs/kactivitymanagerd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kactivitymanagerd/template b/srcpkgs/kactivitymanagerd/template
index 8621864c907..0995a5dce5a 100644
--- a/srcpkgs/kactivitymanagerd/template
+++ b/srcpkgs/kactivitymanagerd/template
@@ -1,6 +1,6 @@
 # Template file for 'kactivitymanagerd'
 pkgname=kactivitymanagerd
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -11,8 +11,8 @@ short_desc="Manage user's activities and track the usage patterns"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/kactivitymanagerd"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=eec1a0996812d89b98e93a3a2dec15527fd553c2c9c608ad7f1858f01749c3b0
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=9e9b72bf45333536fe04c7f2bce51e03ddb6805dd38132737752a9d6879519f2
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -DRUN_RESULT_VAR=0"

From 2ba3fa3a1d041dabda3d4556a0c4491c1d3c3173 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:21 +0200
Subject: [PATCH 08/41] kde-cli-tools: update to 5.19.90

---
 srcpkgs/kde-cli-tools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kde-cli-tools/template b/srcpkgs/kde-cli-tools/template
index aafaa533351..d78d4ea10c1 100644
--- a/srcpkgs/kde-cli-tools/template
+++ b/srcpkgs/kde-cli-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'kde-cli-tools'
 pkgname=kde-cli-tools
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,8 +12,8 @@ short_desc="KDE CLI tools"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/kde-cli-tools"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=07314832aee0b424451120e0aad59fdaab96ba713279dc1937cf36ef9b5389c7
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=75d879b805349c7206498d43192e37db4e47c15221fc07f3c5fedd95e76a9f3a
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kdoctools kcoreaddons python qt5-host-tools qt5-qmake"

From 123a991940f13b79232f70f9b155d614e75c02f1 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:21 +0200
Subject: [PATCH 09/41] kde-gtk-config5: update to 5.19.90

---
 srcpkgs/kde-gtk-config5/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/kde-gtk-config5/template b/srcpkgs/kde-gtk-config5/template
index e9dc8191d70..ef27820b522 100644
--- a/srcpkgs/kde-gtk-config5/template
+++ b/srcpkgs/kde-gtk-config5/template
@@ -1,21 +1,21 @@
 # Template file for 'kde-gtk-config5'
 pkgname=kde-gtk-config5
-version=5.19.5
+version=5.19.90
 revision=1
 wrksrc="${pkgname%5}-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools
- gettext"
+ gettext sassc"
 makedepends="kcmutils-devel knewstuff-devel gtk+-devel gtk+3-devel
- gsettings-desktop-schemas-devel"
+ gsettings-desktop-schemas-devel kdecoration-devel"
 depends="kde-cli-tools gsettings-desktop-schemas"
 short_desc="GTK2 and GTK3 Configurator for KDE"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/kde-gtk-config"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname%5}-${version}.tar.xz"
-checksum=e9b79917994a18001691ce675d5f2e95367c872694d82540fb245ab6e57035a3
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname%5}-${version}.tar.xz"
+checksum=a12141f2323e3d676af41cbe42a45500911eb3b57cfcedae65a00112b8c34346
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kcoreaddons"

From ea74f014c21021043936dcf2d06f123ca09a1a2b Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 10/41] kdecoration: update to 5.19.90

---
 srcpkgs/kdecoration/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kdecoration/template b/srcpkgs/kdecoration/template
index 32bb643d269..ccf520ceaae 100644
--- a/srcpkgs/kdecoration/template
+++ b/srcpkgs/kdecoration/template
@@ -1,6 +1,6 @@
 # Template file for 'kdecoration'
 pkgname=kdecoration
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -10,8 +10,8 @@ short_desc="KDE Plugin based library to create window decorations"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/kdecoration"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=ce3ef7bb09405645699939cc3481d1fad67b1c5b758b64adfc4d81e5ffb1c85e
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=7adc209eeb5f2094474ee88647b048464e2227c8cace41008ba4352420122e1b
 
 kdecoration-devel_package() {
 	short_desc+=" - development"

From 656a515af89ff0e4fbbc5b9673af53da8106cfab Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 11/41] kdeplasma-addons5: update to 5.19.90

---
 srcpkgs/kdeplasma-addons5/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kdeplasma-addons5/template b/srcpkgs/kdeplasma-addons5/template
index cebeaf51398..cbbce8848b0 100644
--- a/srcpkgs/kdeplasma-addons5/template
+++ b/srcpkgs/kdeplasma-addons5/template
@@ -1,6 +1,6 @@
 # Template file for 'kdeplasma-addons5'
 pkgname=kdeplasma-addons5
-version=5.19.5
+version=5.19.90
 revision=1
 wrksrc="${pkgname%5}-${version}"
 build_style=cmake
@@ -13,8 +13,8 @@ short_desc="Various Plasma addons"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/kdeplasma-addons"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname%5}-${version}.tar.xz"
-checksum=659e10b553c7db1abd488f77c43a919046f5e7f29126972926afe1350f93ff23
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname%5}-${version}.tar.xz"
+checksum=2c11f4493e7179486372904f3a5aad0319596a79a483d381e15379936846f458
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"

From 5f7253ada0139ef727be3cfa53f1e20917886dfe Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 12/41] kgamma5: update to 5.19.90

---
 srcpkgs/kgamma5/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kgamma5/template b/srcpkgs/kgamma5/template
index c2792cad4ea..9c9954e63b5 100644
--- a/srcpkgs/kgamma5/template
+++ b/srcpkgs/kgamma5/template
@@ -1,6 +1,6 @@
 # Template file for 'kgamma5'
 pkgname=kgamma5
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -10,8 +10,8 @@ short_desc="KDE gamma adjustiment app"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/kgamma5"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=d6e70e2638c65283895ead3791957853553d02ee864b2f928c3b0df4611ca023
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=f76bafd2d4de723ba6c3a4b1a9f8753dc829d58cfbbc2415ccfe8cff5d375fee
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-devel kdoctools"

From 4749ae259cf74e11adce05f5fcdbcecd2291fb3a Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 13/41] khotkeys: update to 5.19.90

---
 srcpkgs/khotkeys/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/khotkeys/template b/srcpkgs/khotkeys/template
index ad48a01fb74..50f61543997 100644
--- a/srcpkgs/khotkeys/template
+++ b/srcpkgs/khotkeys/template
@@ -1,6 +1,6 @@
 # Template file for 'khotkeys'
 pkgname=khotkeys
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -11,8 +11,8 @@ short_desc="KDE Hotkeys"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-only, LGPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/khotkeys"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=568cb61eb385a3776d96b21aa77188377b02e56e3bf46f9d9ffddb83a9b31bda
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=e0098c7dedd06620e833eca1498210d211de7fffba61a70af7ba0353b0c20bf0
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

From afcaabf56bd2cbeb42cfffa9b6322bf2bf7e947a Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 14/41] kinfocenter: update to 5.19.90

---
 srcpkgs/kinfocenter/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kinfocenter/template b/srcpkgs/kinfocenter/template
index 034d2e1d04d..3cfcc179a84 100644
--- a/srcpkgs/kinfocenter/template
+++ b/srcpkgs/kinfocenter/template
@@ -1,6 +1,6 @@
 # Template file for 'kinfocenter'
 pkgname=kinfocenter
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -13,8 +13,8 @@ short_desc="KDE Info Center"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2"
 homepage="https://invent.kde.org/plasma/kinfocenter"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=ffae6f6fc311cedfac2b380dcbc9f15588952cbcd66b144f4ae717801cb2bc31
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=748bc4b3a79310a010c8396813d1f1b51f49f26ff2fd08a25433ef1d38d5419c
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel kdoctools-devel"

From 75a4794ef1324b372ae6796302f7d33912e24637 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 15/41] kmenuedit: update to 5.19.90

---
 srcpkgs/kmenuedit/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kmenuedit/template b/srcpkgs/kmenuedit/template
index 1a1f349f0d3..5852c157991 100644
--- a/srcpkgs/kmenuedit/template
+++ b/srcpkgs/kmenuedit/template
@@ -1,6 +1,6 @@
 # Template file for 'kmenuedit'
 pkgname=kmenuedit
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,5 +12,5 @@ short_desc="KDE Menu editor"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2"
 homepage="https://invent.kde.org/plasma/kmenuedit"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=f4701c74c304d46f5146943aa297300fb38a9c3b1efad39d4fbf3238d49989f6
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=3fc418835ac1d4fe671a8a45fce61a38084dfc6fbae71d77382ac0c2ada52da4

From ff700210f3d7fca9d32ec1145b62b8aff68741f7 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 16/41] kscreen: update to 5.19.90

---
 srcpkgs/kscreen/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kscreen/template b/srcpkgs/kscreen/template
index 2e16f76ff83..fcd35f8e425 100644
--- a/srcpkgs/kscreen/template
+++ b/srcpkgs/kscreen/template
@@ -1,6 +1,6 @@
 # Template file for 'kscreen'
 pkgname=kscreen
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -13,8 +13,8 @@ short_desc="KDE screen management software"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/kscreen"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=0d72c687a405358e6aa6b388a648134e8e9236b7ed60e36a31068960d07b56e8
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=72f01c6ffb3bf4e95aa167cfe62597c76ac9e8237e079e7f53785406bc9ccb2f
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"

From 114b13de0fc3832a7c14ec5033075de1bfcc4e92 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 17/41] kscreenlocker: update to 5.19.90

---
 srcpkgs/kscreenlocker/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kscreenlocker/template b/srcpkgs/kscreenlocker/template
index 497ca49e861..aa465de4215 100644
--- a/srcpkgs/kscreenlocker/template
+++ b/srcpkgs/kscreenlocker/template
@@ -1,6 +1,6 @@
 # Template file for 'kscreenlocker'
 pkgname=kscreenlocker
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,8 +12,8 @@ short_desc="KDE Library and components for secure lock screen architecture"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/kscreenlocker"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=b13b2081971db1347d6a77dec416725995ca20a5b7bf05f21c72a68e15d6a5b9
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=dd1fb3fc23fc3fe9e4834374f1c8f60190a73ee29eb098c58d66ec0f284f6344
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wayland-devel"

From 870a524967afa6f0a01dc9dd691a857996b47978 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:22 +0200
Subject: [PATCH 18/41] ksshaskpass: update to 5.19.90

---
 srcpkgs/ksshaskpass/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ksshaskpass/template b/srcpkgs/ksshaskpass/template
index 48135a1dc22..13ad065f74f 100644
--- a/srcpkgs/ksshaskpass/template
+++ b/srcpkgs/ksshaskpass/template
@@ -1,6 +1,6 @@
 # Template file for 'ksshaskpass'
 pkgname=ksshaskpass
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -11,5 +11,5 @@ short_desc="KDE ssh-add helper"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/ksshaskpass"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=51c7dbcc434fb993ae756ce6ef8bf7511033617cc3367478382e1490b6505bcc
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=e77a3711691b515ee0dc2f1260d50976e539186e15de3ff940792f04a56773a3

From 6fbc7f142eaedc9267bbc577c24e72a3a5578ea5 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:23 +0200
Subject: [PATCH 19/41] kwallet-pam: update to 5.19.90

---
 srcpkgs/kwallet-pam/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kwallet-pam/template b/srcpkgs/kwallet-pam/template
index fe90f556e58..22a0027e670 100644
--- a/srcpkgs/kwallet-pam/template
+++ b/srcpkgs/kwallet-pam/template
@@ -1,6 +1,6 @@
 # Template file for 'kwallet-pam'
 pkgname=kwallet-pam
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules"
@@ -10,5 +10,5 @@ short_desc="KWallet PAM integration"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/kwallet-pam"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=788aed97654b82b3512870dbf2b0d0f521503631d094bba07a7eff1125a7916f
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=dc4a45284c807eefba6bc99ae7c756545519f1d2b6317d80b321f48994ab9d2d

From 160e99a941c474734188c6059c72f2ed0f2a02a1 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:23 +0200
Subject: [PATCH 20/41] kwayland-integration: update to 5.19.90

---
 srcpkgs/kwayland-integration/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kwayland-integration/template b/srcpkgs/kwayland-integration/template
index cdc51f162a8..15ee098029f 100644
--- a/srcpkgs/kwayland-integration/template
+++ b/srcpkgs/kwayland-integration/template
@@ -1,6 +1,6 @@
 # Template file for 'kwayland-integration'
 pkgname=kwayland-integration
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -10,5 +10,5 @@ short_desc="Integration plugins for Kwayland"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/kwayland-integration"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=6d1bed734cd256604736417846f891abad9bd7c2a45527fc6fc10560322c8a14
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=b97aafa2492005cdc7d05893290863666864967a0fc753407bf0473e114e4145

From 899ca0b340b82fed3ec718259ca9b9ce1a15beff Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:23 +0200
Subject: [PATCH 21/41] kwayland-server: update to 5.19.90

---
 srcpkgs/kwayland-server/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kwayland-server/template b/srcpkgs/kwayland-server/template
index 3e275673ea2..5e72a98677a 100644
--- a/srcpkgs/kwayland-server/template
+++ b/srcpkgs/kwayland-server/template
@@ -1,6 +1,6 @@
 # Template file for 'kwayland-server'
 pkgname=kwayland-server
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner"
@@ -11,8 +11,8 @@ short_desc="Wayland server components built on KDE Frameworks"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://invent.kde.org/plasma/kwayland-server"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=50fd9c9f68fd514dfd1ad05e65c8767afa154a3eed792f335214eee188c8541a
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=5b43afa4a44e6fd2166ab070d26876bbd4979e60df08b72e0303d898a252a6aa
 
 kwayland-server-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 06a36b24cb5633c0a57e2a8dd9e345a77c0231d3 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:23 +0200
Subject: [PATCH 22/41] kwin: update to 5.19.90

---
 srcpkgs/kwin/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/kwin/template b/srcpkgs/kwin/template
index ee2fc8b890c..47bb732d199 100644
--- a/srcpkgs/kwin/template
+++ b/srcpkgs/kwin/template
@@ -1,7 +1,7 @@
 # Template file for 'kwin'
 pkgname=kwin
-version=5.19.5
-revision=2
+version=5.19.90
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext breeze pkg-config"
@@ -15,8 +15,8 @@ short_desc="KDE Window manager"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/kwin"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=36afa37b773d31c0bcb8f4e32fa1f06cc33e15ad00e729ba36f120bbe034903b
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=a63c60f0be5f32e05b18337b5957e708560613d8ddc59dfe0baaef70e7d726dd
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kconfig"

From 174437d2af8ea3c7adcfc02a0039ee33eb0f0d6c Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:23 +0200
Subject: [PATCH 23/41] kwrited: update to 5.19.90

---
 srcpkgs/kwrited/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kwrited/template b/srcpkgs/kwrited/template
index 06d9b498bee..eb1bbb8f3f1 100644
--- a/srcpkgs/kwrited/template
+++ b/srcpkgs/kwrited/template
@@ -1,6 +1,6 @@
 # Template file for 'kwrited'
 pkgname=kwrited
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -10,5 +10,5 @@ short_desc="KDE daemon listening for wall and write messages"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/kwrited"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=c934d9c85581db575da0559713f1c0bba0541749ea36a51f9cbce7454c2af4db
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=64195aca6af6e27c45611d5c37f4e2ddb72fcc9cdb2efdabbd6b474737881405

From b860d1491e4ec102fc144d7e3d7acb0958d0918d Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:23 +0200
Subject: [PATCH 24/41] libkscreen: update to 5.19.90

---
 srcpkgs/libkscreen/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libkscreen/template b/srcpkgs/libkscreen/template
index c83334190de..215cfb90e80 100644
--- a/srcpkgs/libkscreen/template
+++ b/srcpkgs/libkscreen/template
@@ -1,6 +1,6 @@
 # Template file for 'libkscreen'
 pkgname=libkscreen
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -10,8 +10,8 @@ short_desc="KDE screen management software"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/libkscreen"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=11351cbed924264c6ccd8b95bd7fcaeed3477abb31e962894b0630ef41bdc165
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=e7932d1a4b091c90152b8fdf0c8d225293e08f6da16d67a2576385646864c093
 
 libkscreen-devel_package() {
 	short_desc+=" - development"

From 9ba9617d6b6afb8040ce803ad984599202335269 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:23 +0200
Subject: [PATCH 25/41] libksysguard: update to 5.19.90

---
 srcpkgs/libksysguard/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libksysguard/template b/srcpkgs/libksysguard/template
index da1f7eec880..5909d785fe7 100644
--- a/srcpkgs/libksysguard/template
+++ b/srcpkgs/libksysguard/template
@@ -1,6 +1,6 @@
 # Template file for 'libksysguard'
 pkgname=libksysguard
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kauth qt5-host-tools qt5-qmake"
@@ -10,8 +10,8 @@ short_desc="KDE libksysguard"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/libksysguard"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=d8adb311dae1a699a3fd3fbdc9e6cdde037503ca303b70f12d33b985ee80a0cd
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=ea63d8e0cdba02b0e59ee395b0c98b7f50d99e89999f6ca7fe658ebc884790bc
 
 build_options="webengine"
 

From 01e725713fdf433806356f40b81007eb6fe74df9 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:23 +0200
Subject: [PATCH 26/41] milou: update to 5.19.90

---
 srcpkgs/milou/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/milou/template b/srcpkgs/milou/template
index 9f9b678aceb..be8d993b604 100644
--- a/srcpkgs/milou/template
+++ b/srcpkgs/milou/template
@@ -1,6 +1,6 @@
 # Template file for 'milou'
 pkgname=milou
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -11,8 +11,8 @@ short_desc="KDE dedicated search application built on top of Baloo"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LPGL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/milou"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=edc6e5c646a98f6f3eada802995c1308c84a5ae7aef467e9d4ce1deaf8a9040e
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=e2b5690dd077916a0853fe00a2114aa7ed009ff9bcf300e9b4377ba34b47adcf
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"

From b0e4de6d146adf600082b527ffdbe894fc0df092 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 27/41] oxygen: update to 5.19.90

---
 srcpkgs/oxygen/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/oxygen/template b/srcpkgs/oxygen/template
index 5c737cbcaea..d53ebc49164 100644
--- a/srcpkgs/oxygen/template
+++ b/srcpkgs/oxygen/template
@@ -1,6 +1,6 @@
 # Template file for 'oxygen'
 pkgname=oxygen
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,5 +12,5 @@ short_desc="Oxygen visual style for the Plasma Desktop"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/oxygen"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=4217d4da0f851d6e3fc25cdaa3f3123611e5e89d676ba33fa1c0fd02cddb0c35
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=02a835e8be263e7505452379ec776ec5a5d81f57d108cb1e88ec9b61c0376b1c

From b5c01b999766ae1a1fac708499cee9aeca15ae7b Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 28/41] plasma-browser-integration: update to 5.19.90

---
 srcpkgs/plasma-browser-integration/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-browser-integration/template b/srcpkgs/plasma-browser-integration/template
index c7330e57bb6..0284d0cb114 100644
--- a/srcpkgs/plasma-browser-integration/template
+++ b/srcpkgs/plasma-browser-integration/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-browser-integration'
 pkgname=plasma-browser-integration
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,8 +12,8 @@ short_desc="Integration of web browsers with the KDE Plasma 5 desktop"
 maintainer="1is7ac3 <isaac.qa13@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://invent.kde.org/plasma/plasma-browser-integration"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=29cb30b86f9f25857ba7e67bcb892e9a1dabfd4eec1767b0c4ca0a1400d61dcf
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=8159392459bbe093f926639ca1dc210bf0ec16f482ace1b49c5e35cff33e36c5
 
 if [ "${CROSS_BUILD}" ]; then
 	configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"

From 8aa0ffcae1278a628935aea566afdea631451199 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 29/41] plasma-desktop: update to 5.19.90

---
 srcpkgs/plasma-desktop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-desktop/template b/srcpkgs/plasma-desktop/template
index abf7a431a87..634c570c7da 100644
--- a/srcpkgs/plasma-desktop/template
+++ b/srcpkgs/plasma-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-desktop'
 pkgname=plasma-desktop
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -14,8 +14,8 @@ short_desc="KDE Plasma Desktop"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2"
 homepage="https://invent.kde.org/plasma/plasma-desktop"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=c63e1c81edc438656f9159e235be31e3b1b11a3f8ecbe5b97b21fcc91eb71a70
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=b5b78212257b8d352b0c86a321dedba65fd05d85d5395ebec4e357331ade491e
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kconfig-devel kcoreaddons-devel kded

From f399689e256b35f5d27bd0adaf57b513564fa23e Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 30/41] plasma-integration: update to 5.19.90

---
 srcpkgs/plasma-integration/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-integration/template b/srcpkgs/plasma-integration/template
index f82030b8e57..11a3887db41 100644
--- a/srcpkgs/plasma-integration/template
+++ b/srcpkgs/plasma-integration/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-integration'
 pkgname=plasma-integration
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -13,5 +13,5 @@ short_desc="Theme integration plugins for the Plasma workspaces"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/plasma-integration"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=f7fdd854e78e366a310116ef190bd7bed42df15a059d8ad75b763cbcebfb6389
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=822ee25ffaa1c7aa800bb9341ac5715482ba1d5ec5cd06864228297d34d25b1d

From acb7ec306f4fdb430c969a75c8ddc01967be445f Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 31/41] plasma-pa: update to 5.19.90

---
 srcpkgs/plasma-pa/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-pa/template b/srcpkgs/plasma-pa/template
index 14ff2b40773..e391a54d6fa 100644
--- a/srcpkgs/plasma-pa/template
+++ b/srcpkgs/plasma-pa/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-pa'
 pkgname=plasma-pa
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,8 +12,8 @@ short_desc="PulseAudio Plasma applet"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/plasma-pa"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=b00eb9bc7c7bd35f3ae78f58522cea8d1dd86b9b20585dff83fb93ef64af91d8
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=42599c0a4c5a4acc0711957a89abc71d2b29c0f1b240a8461a410c4175277eec
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel"

From 2b91dcb62dd3df07a7ab44f7dbb9154d454acdce Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 32/41] plasma-sdk: update to 5.19.90

---
 srcpkgs/plasma-sdk/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-sdk/template b/srcpkgs/plasma-sdk/template
index d6bc9717b13..0d2c0bb1885 100644
--- a/srcpkgs/plasma-sdk/template
+++ b/srcpkgs/plasma-sdk/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-sdk'
 pkgname=plasma-sdk
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,8 +12,8 @@ short_desc="Plasma development applications"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/plasma-sdk"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=8c434adbb6c68ce42581152269d7e0717f16362017290a96f2c5f1922930da20
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=f130ef26c56ac135907c8b781ed28b3ac9319b86cd07518d769fcd6bef9bfe6b
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"

From e78cab9502708f9c8952a8fef4df262e5a54412f Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 33/41] plasma-thunderbolt: update to 5.19.90

---
 srcpkgs/plasma-thunderbolt/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-thunderbolt/template b/srcpkgs/plasma-thunderbolt/template
index 879a67aae99..494a7d2e678 100644
--- a/srcpkgs/plasma-thunderbolt/template
+++ b/srcpkgs/plasma-thunderbolt/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-thunderbolt'
 pkgname=plasma-thunderbolt
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kcmutils
@@ -11,8 +11,8 @@ short_desc="Plasma integration for controlling Thunderbolt devices"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://invent.kde.org/plasma/plasma-thunderbolt"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=959b4eb43b58d46895c94c94c082b28277ca197cdcaa25880800502ace6d0295
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=058f4f4d5f6e2884cdfafaa68c647af97f5efac32a4cfd1c758d3535801fa838
 
 do_check() {
 	: # Requires running dbus and bolt services

From 31a21804e941ee9b5405075b37fe52b1eeb6cdb0 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 34/41] plasma-vault: update to 5.19.90

---
 srcpkgs/plasma-vault/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-vault/template b/srcpkgs/plasma-vault/template
index 1d7b3dd8562..25b97b3b102 100644
--- a/srcpkgs/plasma-vault/template
+++ b/srcpkgs/plasma-vault/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-vault'
 pkgname=plasma-vault
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons qt5-qmake qt5-host-tools
@@ -10,8 +10,8 @@ short_desc="Plasma applet and services for creating encrypted vaults"
 maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://github.com/KDE/plasma-vault"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=7f81321f32f3784683fa7d9511dca9bfba70a7a9181a33e832d864c639b05204
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=0cc6f8603c72fe9abf2c49ad574b2740111be69cd5aeda3294eef99988961b87
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"

From 78ac402c61e8df74d22aa10bd9c0b4588f501775 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:24 +0200
Subject: [PATCH 35/41] plasma-workspace-wallpapers: update to 5.19.90

---
 srcpkgs/plasma-workspace-wallpapers/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/plasma-workspace-wallpapers/template b/srcpkgs/plasma-workspace-wallpapers/template
index 70665885c70..c1c029d6268 100644
--- a/srcpkgs/plasma-workspace-wallpapers/template
+++ b/srcpkgs/plasma-workspace-wallpapers/template
@@ -1,6 +1,6 @@
 # Template file for 'plasma-workspace-wallpapers'
 pkgname=plasma-workspace-wallpapers
-version=5.19.5
+version=5.19.90
 revision=1
 archs=noarch
 build_style=cmake
@@ -10,5 +10,5 @@ short_desc="KDE Plasma wallpapers"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/plasma-workspace-wallpapers"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=4aeec36035356cca71c0966e9d7dbc7d9fca6be4c27abd990f0fa954a91374f9
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=b618168768b553dfc8cbddedc2968a0da79341b0658a5c4b1f38d60ab8050819

From f120fe8676f0e109dfb177f20b5439ed4f6d1b30 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:25 +0200
Subject: [PATCH 36/41] plasma-workspace: update to 5.19.90

---
 srcpkgs/plasma-workspace/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/plasma-workspace/template b/srcpkgs/plasma-workspace/template
index e842147983c..c853d23813f 100644
--- a/srcpkgs/plasma-workspace/template
+++ b/srcpkgs/plasma-workspace/template
@@ -1,25 +1,25 @@
 # Template file for 'plasma-workspace'
 pkgname=plasma-workspace
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules iso-codes pkg-config kdoctools kcoreaddons
- gettext"
+ gettext plasma-wayland-protocols"
 makedepends="qt5-devel qt5-declarative-devel qt5-script-devel plasma-framework-devel
  krunner-devel kjsembed-devel knotifyconfig-devel kdesu-devel knewstuff-devel
  kcmutils-devel kidletime-devel kdelibs4support-devel libksysguard-devel
  baloo5-devel ktexteditor-devel kwin-devel libxcb-devel libXtst-devel
  libqalculate-devel prison-devel kholidays-devel ksolid-devel kpeople-devel
- libkscreen-devel kactivities5-stats-devel"
+ libkscreen-devel kactivities5-stats-devel pipewire-devel libXft-devel"
 depends="kactivitymanagerd kwin iso-codes milou plasma-integration
  kquickcharts qt5-wayland xorg-server-xwayland"
 short_desc="KDE Window manager"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, GFDL-1.2-or-later, LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/plasma-workspace"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=490329e08e63016edd696a9132bf80b76ef51dacf53308b865d2e27b67ce8127
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=8443749557af2f6288a144d3df46d3c0c271e7a9068fc46334faf7c3b6e2ab76
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"

From 32608c18b510079791d15af4d81258f547024636 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:25 +0200
Subject: [PATCH 37/41] polkit-kde-agent: update to 5.19.90

---
 srcpkgs/polkit-kde-agent/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/polkit-kde-agent/template b/srcpkgs/polkit-kde-agent/template
index f11a0a73409..1d7bbf47e60 100644
--- a/srcpkgs/polkit-kde-agent/template
+++ b/srcpkgs/polkit-kde-agent/template
@@ -1,6 +1,6 @@
 # Template file for 'polkit-kde-agent'
 pkgname=polkit-kde-agent
-version=5.19.5
+version=5.19.90
 revision=1
 wrksrc="${pkgname}-1-${version}"
 build_style=cmake
@@ -12,5 +12,5 @@ short_desc="KDE PolKit auth agent"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://commits.kde.org/polkit-kde-agent"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-1-${version}.tar.xz"
-checksum=076129f450a82780f354d7ec18300094db3f7233cb52f4e57298b973750adb30
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-1-${version}.tar.xz"
+checksum=f264e25c9df2b2a90e05288c79990c42de1f153ca0aa0d726ad7ef8140d72712

From 9514211d38b008649af3d56e697384bd36f5ca5d Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:25 +0200
Subject: [PATCH 38/41] powerdevil: update to 5.19.90

---
 srcpkgs/powerdevil/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/powerdevil/template b/srcpkgs/powerdevil/template
index cee4e994895..10accbac368 100644
--- a/srcpkgs/powerdevil/template
+++ b/srcpkgs/powerdevil/template
@@ -1,6 +1,6 @@
 # Template file for 'powerdevil'
 pkgname=powerdevil
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,5 +12,5 @@ short_desc="Power consumption settings of a Plasma"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/powerdevil"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=d15f013c50928097f6b719aca46ec2a93a997dcbb7584bcb09f18015cca8ac1a
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=a6bffc9145411f596aa28df4a470b078a11d8b4bb44c8dde800a98711ded274a

From 63dfc0360819ab700d2ab4856f0e35abfe453140 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:25 +0200
Subject: [PATCH 39/41] sddm-kcm: update to 5.19.90

---
 srcpkgs/sddm-kcm/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sddm-kcm/template b/srcpkgs/sddm-kcm/template
index b114a88b006..88466c0a3f0 100644
--- a/srcpkgs/sddm-kcm/template
+++ b/srcpkgs/sddm-kcm/template
@@ -1,6 +1,6 @@
 # Template file for 'sddm-kcm'
 pkgname=sddm-kcm
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -13,5 +13,5 @@ short_desc="KDE Config Module for SDDM"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://invent.kde.org/plasma/sddm-kcm"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=3ba2c6821fc847fca2cb8123748bf05cdd9c45557a0ecab5dc43a37a5ebde738
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=ab9e68985f1d94c1b8ae5c9ffbf737da1bc2b1297a83634bd4321beed23ba4fe

From 59a714b3799b3dcefc95827ec10fa34a57440265 Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:25 +0200
Subject: [PATCH 40/41] systemsettings: update to 5.19.90

---
 srcpkgs/systemsettings/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/systemsettings/template b/srcpkgs/systemsettings/template
index 277fa40336a..305b3b6d450 100644
--- a/srcpkgs/systemsettings/template
+++ b/srcpkgs/systemsettings/template
@@ -1,6 +1,6 @@
 # Template file for 'systemsettings'
 pkgname=systemsettings
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -12,8 +12,8 @@ short_desc="KDE System settings"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, GFDL-1.2"
 homepage="https://invent.kde.org/plasma/systemsettings"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=ba8fdc2b8c861e7271bad7f6c5cdb92b0c2eee08ef81b86e28bba064259e2ff9
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=2d36c805137f6308b5ae0771ba08a92b77709981152de621be43ab08b38a63ca
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig

From 10f0269f37059320d0f6c7b50223e7255f6664bf Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 20 Sep 2020 13:53:25 +0200
Subject: [PATCH 41/41] xdg-desktop-portal-kde: update to 5.19.90

---
 srcpkgs/xdg-desktop-portal-kde/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xdg-desktop-portal-kde/template b/srcpkgs/xdg-desktop-portal-kde/template
index 849fd81c430..3183928aa28 100644
--- a/srcpkgs/xdg-desktop-portal-kde/template
+++ b/srcpkgs/xdg-desktop-portal-kde/template
@@ -1,6 +1,6 @@
 # Template file for 'xdg-desktop-portal-kde'
 pkgname=xdg-desktop-portal-kde
-version=5.19.5
+version=5.19.90
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons gettext
@@ -11,5 +11,5 @@ short_desc="Backend implementation for xdg-desktop-portal that is using Qt/KF5"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://phabricator.kde.org/source/xdg-desktop-portal-kde/"
-distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
-checksum=055e7c379dc3e0edb8d87515468b8d16a70bd99765f269a211ce655eb3e1ea45
+distfiles="https://download.kde.org/unstable/plasma/${version}/${pkgname}-${version}.tar.xz"
+checksum=b064e6111178bc787a370fe8668d68a58e438e85f08cc9cf78f2894e0e03bba3

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

* Re: [NOMERGE] Update plasma 5.19.90 [ci skip]
  2020-09-20 12:35 [PR PATCH] [NOMERGE] Update plasma 5.19.90 toluschr
@ 2020-09-20 12:37 ` toluschr
  2020-09-20 14:23 ` Johnnynator
  2020-10-22 13:06 ` [PR PATCH] [Closed]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: toluschr @ 2020-09-20 12:37 UTC (permalink / raw)
  To: ml

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

New comment by toluschr on void-packages repository

https://github.com/void-linux/void-packages/pull/24996#issuecomment-695782459

Comment:
ci skip probably won't work, since I forgot to add it to the commits.

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

* Re: [NOMERGE] Update plasma 5.19.90 [ci skip]
  2020-09-20 12:35 [PR PATCH] [NOMERGE] Update plasma 5.19.90 toluschr
  2020-09-20 12:37 ` [NOMERGE] Update plasma 5.19.90 [ci skip] toluschr
@ 2020-09-20 14:23 ` Johnnynator
  2020-10-22 13:06 ` [PR PATCH] [Closed]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2020-09-20 14:23 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/24996#issuecomment-695793078

Comment:
Can you open a separate PR for the prison change? Since that would be fine to merge already.
I already had a branch for myself to update Plasma (with also both Musl and Cross compiling fixed) https://github.com/Johnnynator/void-packages/tree/plasma-5.20 .

Also adding pipewire to plasma-workspace won't help much for Screencasting and adding it to kwin just results in a crasie experience under wayland (maybe we just need a newer pipewire).

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

* Re: [PR PATCH] [Closed]: [NOMERGE] Update plasma 5.19.90 [ci skip]
  2020-09-20 12:35 [PR PATCH] [NOMERGE] Update plasma 5.19.90 toluschr
  2020-09-20 12:37 ` [NOMERGE] Update plasma 5.19.90 [ci skip] toluschr
  2020-09-20 14:23 ` Johnnynator
@ 2020-10-22 13:06 ` Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2020-10-22 13:06 UTC (permalink / raw)
  To: ml

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

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

[NOMERGE] Update plasma 5.19.90 [ci skip]
https://github.com/void-linux/void-packages/pull/24996

Description:
This is just for people who want to try it out, and future reference, since `kde-gtk-config5`, `konsole`, `plasma-workspace` and `prison` needed a few minor changes to fully work apart from compiling.

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

end of thread, other threads:[~2020-10-22 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-20 12:35 [PR PATCH] [NOMERGE] Update plasma 5.19.90 toluschr
2020-09-20 12:37 ` [NOMERGE] Update plasma 5.19.90 [ci skip] toluschr
2020-09-20 14:23 ` Johnnynator
2020-10-22 13:06 ` [PR PATCH] [Closed]: " 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).