summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2023-01-28 14:02:01 +0100
committerTreeve Jelbert2023-01-28 14:02:01 +0100
commit663585812beb32c9e93f606bdfade5f2140c00df (patch)
tree2c333550129f89e5740a306ad2e3d784237beae5
parent7cdb934b593f653d48d78463cb808e9dcbc862ba (diff)
plasma/* use global version
-rw-r--r--plasma/bluedevil/DETAILS5
-rwxr-xr-xplasma/breeze-grub/DETAILS5
-rwxr-xr-xplasma/breeze/DETAILS5
-rwxr-xr-xplasma/discover/DETAILS5
-rwxr-xr-xplasma/drkonqi/DETAILS5
-rw-r--r--plasma/kactivitymanagerd/DETAILS5
-rwxr-xr-xplasma/kde-cli-tools/DETAILS5
-rwxr-xr-xplasma/kdecoration/DETAILS5
-rw-r--r--plasma/kdeplasma-addons/DETAILS5
-rwxr-xr-xplasma/kgamma5/DETAILS5
-rwxr-xr-xplasma/khotkeys/DETAILS5
-rwxr-xr-xplasma/kinfocenter/DETAILS5
-rwxr-xr-xplasma/kmenuedit/DETAILS5
-rwxr-xr-xplasma/kpipewire/DETAILS5
-rw-r--r--plasma/kscreen/DETAILS5
-rw-r--r--plasma/kscreenlocker/DETAILS5
-rw-r--r--plasma/ksshaskpass/DETAILS5
-rwxr-xr-xplasma/ksystemstats/DETAILS5
-rwxr-xr-xplasma/kwallet-pam/DETAILS5
-rwxr-xr-xplasma/kwayland-integration/DETAILS5
-rwxr-xr-xplasma/kwin/DETAILS5
-rwxr-xr-xplasma/kwrited/DETAILS5
-rwxr-xr-xplasma/layer-shell-qt/DETAILS5
-rw-r--r--plasma/libkscreen/DETAILS5
-rwxr-xr-xplasma/libksysguard/DETAILS5
-rwxr-xr-xplasma/milou/DETAILS5
-rwxr-xr-xplasma/oxygen-sounds/DETAILS5
-rwxr-xr-xplasma/oxygen/DETAILS5
-rwxr-xr-xplasma/plasma-browser-integration/DETAILS5
-rwxr-xr-xplasma/plasma-desktop/DETAILS5
-rwxr-xr-xplasma/plasma-disks/DETAILS5
-rwxr-xr-xplasma/plasma-firewall/DETAILS5
-rwxr-xr-xplasma/plasma-integration/DETAILS5
-rwxr-xr-xplasma/plasma-nm/DETAILS5
-rwxr-xr-xplasma/plasma-systemmonitor/DETAILS5
-rw-r--r--plasma/plasma-vault/DETAILS5
-rwxr-xr-xplasma/plasma-workspace-wallpapers/DETAILS5
-rwxr-xr-xplasma/plasma-workspace/DETAILS5
-rwxr-xr-xplasma/polkit-kde-agent-1/DETAILS5
-rwxr-xr-xplasma/powerdevil/DETAILS5
-rwxr-xr-xplasma/sddm-kcm/DETAILS5
-rwxr-xr-xplasma/systemsettings/DETAILS5
-rwxr-xr-xplasma/xdg-desktop-portal-kde/DETAILS5
43 files changed, 129 insertions, 86 deletions
diff --git a/plasma/bluedevil/DETAILS b/plasma/bluedevil/DETAILS
index 54fe6ec662..66fc9b7898 100644
--- a/plasma/bluedevil/DETAILS
+++ b/plasma/bluedevil/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=bluedevil
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/breeze-grub/DETAILS b/plasma/breeze-grub/DETAILS
index a071a058a9..00e4f9a46f 100755
--- a/plasma/breeze-grub/DETAILS
+++ b/plasma/breeze-grub/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=breeze-grub
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/breeze/DETAILS b/plasma/breeze/DETAILS
index 65639f71e4..e0e9e03ff8 100755
--- a/plasma/breeze/DETAILS
+++ b/plasma/breeze/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=breeze
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/discover/DETAILS b/plasma/discover/DETAILS
index f402d42bac..8f7dacfead 100755
--- a/plasma/discover/DETAILS
+++ b/plasma/discover/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=discover
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/drkonqi/DETAILS b/plasma/drkonqi/DETAILS
index 21e12b6235..c4e3f253fc 100755
--- a/plasma/drkonqi/DETAILS
+++ b/plasma/drkonqi/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=drkonqi
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kactivitymanagerd/DETAILS b/plasma/kactivitymanagerd/DETAILS
index 0f0e1f9693..932397f9b3 100644
--- a/plasma/kactivitymanagerd/DETAILS
+++ b/plasma/kactivitymanagerd/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kactivitymanagerd
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kde-cli-tools/DETAILS b/plasma/kde-cli-tools/DETAILS
index 21eae88a19..46fc8fb1d5 100755
--- a/plasma/kde-cli-tools/DETAILS
+++ b/plasma/kde-cli-tools/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kde-cli-tools
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kdecoration/DETAILS b/plasma/kdecoration/DETAILS
index 0c2ab45eaa..57325e3cfd 100755
--- a/plasma/kdecoration/DETAILS
+++ b/plasma/kdecoration/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kdecoration
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kdeplasma-addons/DETAILS b/plasma/kdeplasma-addons/DETAILS
index 426fdffb89..0fc12505d9 100644
--- a/plasma/kdeplasma-addons/DETAILS
+++ b/plasma/kdeplasma-addons/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kdeplasma-addons
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kgamma5/DETAILS b/plasma/kgamma5/DETAILS
index 98c56052bd..eb07640582 100755
--- a/plasma/kgamma5/DETAILS
+++ b/plasma/kgamma5/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kgamma5
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/khotkeys/DETAILS b/plasma/khotkeys/DETAILS
index 08af23dead..08729e2087 100755
--- a/plasma/khotkeys/DETAILS
+++ b/plasma/khotkeys/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=khotkeys
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kinfocenter/DETAILS b/plasma/kinfocenter/DETAILS
index 86817e9b42..d980802599 100755
--- a/plasma/kinfocenter/DETAILS
+++ b/plasma/kinfocenter/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kinfocenter
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kmenuedit/DETAILS b/plasma/kmenuedit/DETAILS
index b6bff43dde..515e929250 100755
--- a/plasma/kmenuedit/DETAILS
+++ b/plasma/kmenuedit/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kmenuedit
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kpipewire/DETAILS b/plasma/kpipewire/DETAILS
index 59bd57cae8..0aaae0af1d 100755
--- a/plasma/kpipewire/DETAILS
+++ b/plasma/kpipewire/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kpipewire
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kscreen/DETAILS b/plasma/kscreen/DETAILS
index 9f9a869b9e..44aff6ee85 100644
--- a/plasma/kscreen/DETAILS
+++ b/plasma/kscreen/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kscreen
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kscreenlocker/DETAILS b/plasma/kscreenlocker/DETAILS
index 316aed9a59..4faafb459e 100644
--- a/plasma/kscreenlocker/DETAILS
+++ b/plasma/kscreenlocker/DETAILS
@@ -1,8 +1,9 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kscreenlocker
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/ksshaskpass/DETAILS b/plasma/ksshaskpass/DETAILS
index 68832a4a06..08f95ce14f 100644
--- a/plasma/ksshaskpass/DETAILS
+++ b/plasma/ksshaskpass/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=ksshaskpass
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/ksystemstats/DETAILS b/plasma/ksystemstats/DETAILS
index 39981967e8..14fe357a5b 100755
--- a/plasma/ksystemstats/DETAILS
+++ b/plasma/ksystemstats/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=ksystemstats
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kwallet-pam/DETAILS b/plasma/kwallet-pam/DETAILS
index ebbfcc0b70..0f2b41746c 100755
--- a/plasma/kwallet-pam/DETAILS
+++ b/plasma/kwallet-pam/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kwallet-pam
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kwayland-integration/DETAILS b/plasma/kwayland-integration/DETAILS
index ad5483c686..9c785d58d3 100755
--- a/plasma/kwayland-integration/DETAILS
+++ b/plasma/kwayland-integration/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kwayland-integration
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kwin/DETAILS b/plasma/kwin/DETAILS
index 5825e147a9..9ebbd87424 100755
--- a/plasma/kwin/DETAILS
+++ b/plasma/kwin/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kwin
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/kwrited/DETAILS b/plasma/kwrited/DETAILS
index c026aca875..22916fdfe9 100755
--- a/plasma/kwrited/DETAILS
+++ b/plasma/kwrited/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=kwrited
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/layer-shell-qt/DETAILS b/plasma/layer-shell-qt/DETAILS
index eec818a824..e6903c1e13 100755
--- a/plasma/layer-shell-qt/DETAILS
+++ b/plasma/layer-shell-qt/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=layer-shell-qt
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/libkscreen/DETAILS b/plasma/libkscreen/DETAILS
index 331296d40a..c6487e492a 100644
--- a/plasma/libkscreen/DETAILS
+++ b/plasma/libkscreen/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=libkscreen2
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/libksysguard/DETAILS b/plasma/libksysguard/DETAILS
index f6536df279..f5653e1774 100755
--- a/plasma/libksysguard/DETAILS
+++ b/plasma/libksysguard/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=libksysguard
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/milou/DETAILS b/plasma/milou/DETAILS
index 8e18c355f2..e859dddfac 100755
--- a/plasma/milou/DETAILS
+++ b/plasma/milou/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=milou
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/oxygen-sounds/DETAILS b/plasma/oxygen-sounds/DETAILS
index b255446ff4..b07136cc46 100755
--- a/plasma/oxygen-sounds/DETAILS
+++ b/plasma/oxygen-sounds/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=oxygen-sounds
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/oxygen/DETAILS b/plasma/oxygen/DETAILS
index 9f1b82f100..444037c675 100755
--- a/plasma/oxygen/DETAILS
+++ b/plasma/oxygen/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=oxygen
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-browser-integration/DETAILS b/plasma/plasma-browser-integration/DETAILS
index 7a9b36b740..0e6912b706 100755
--- a/plasma/plasma-browser-integration/DETAILS
+++ b/plasma/plasma-browser-integration/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-browser-integration
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-desktop/DETAILS b/plasma/plasma-desktop/DETAILS
index 40e1ada01b..677c2804ba 100755
--- a/plasma/plasma-desktop/DETAILS
+++ b/plasma/plasma-desktop/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-desktop
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-disks/DETAILS b/plasma/plasma-disks/DETAILS
index 662f66ec4f..0c66660cb1 100755
--- a/plasma/plasma-disks/DETAILS
+++ b/plasma/plasma-disks/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-disks
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-firewall/DETAILS b/plasma/plasma-firewall/DETAILS
index f17feb53f3..74805343a7 100755
--- a/plasma/plasma-firewall/DETAILS
+++ b/plasma/plasma-firewall/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-firewall
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-integration/DETAILS b/plasma/plasma-integration/DETAILS
index fe7562e206..d3623ca0f8 100755
--- a/plasma/plasma-integration/DETAILS
+++ b/plasma/plasma-integration/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-integration
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-nm/DETAILS b/plasma/plasma-nm/DETAILS
index 1fa1d3f7c7..3cf46f2290 100755
--- a/plasma/plasma-nm/DETAILS
+++ b/plasma/plasma-nm/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-nm
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-systemmonitor/DETAILS b/plasma/plasma-systemmonitor/DETAILS
index 3ce7c6499a..2efd9c847a 100755
--- a/plasma/plasma-systemmonitor/DETAILS
+++ b/plasma/plasma-systemmonitor/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-systemmonitor
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-vault/DETAILS b/plasma/plasma-vault/DETAILS
index bfbda2532a..3ca5b57794 100644
--- a/plasma/plasma-vault/DETAILS
+++ b/plasma/plasma-vault/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-vault
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-workspace-wallpapers/DETAILS b/plasma/plasma-workspace-wallpapers/DETAILS
index 80c585f44a..6ad2da4c55 100755
--- a/plasma/plasma-workspace-wallpapers/DETAILS
+++ b/plasma/plasma-workspace-wallpapers/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-workspace-wallpapers
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/plasma-workspace/DETAILS b/plasma/plasma-workspace/DETAILS
index c39e25a43c..f5ccfd1e85 100755
--- a/plasma/plasma-workspace/DETAILS
+++ b/plasma/plasma-workspace/DETAILS
@@ -1,8 +1,9 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=plasma-workspace
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION%.?}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION%.?}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/polkit-kde-agent-1/DETAILS b/plasma/polkit-kde-agent-1/DETAILS
index da201ca673..e6ae8b95f3 100755
--- a/plasma/polkit-kde-agent-1/DETAILS
+++ b/plasma/polkit-kde-agent-1/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=polkit-kde-agent-1
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE="${SPELL}-${VERSION}.tar.xz"
- SOURCE_URL[0]=https://download.kde.org/stable/plasma/$VERSION/${SOURCE}
+ SOURCE_URL[0]=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/powerdevil/DETAILS b/plasma/powerdevil/DETAILS
index a6eff20cc7..b4c2e05d42 100755
--- a/plasma/powerdevil/DETAILS
+++ b/plasma/powerdevil/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=powerdevil
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/sddm-kcm/DETAILS b/plasma/sddm-kcm/DETAILS
index d63e23f03d..e74b95c7ea 100755
--- a/plasma/sddm-kcm/DETAILS
+++ b/plasma/sddm-kcm/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=sddm-kcm
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/systemsettings/DETAILS b/plasma/systemsettings/DETAILS
index 72df43abfb..10e2ef84a5 100755
--- a/plasma/systemsettings/DETAILS
+++ b/plasma/systemsettings/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=systemsettings
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/plasma/$VERSION/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/plasma/xdg-desktop-portal-kde/DETAILS b/plasma/xdg-desktop-portal-kde/DETAILS
index b6cdd9a233..21de2adb31 100755
--- a/plasma/xdg-desktop-portal-kde/DETAILS
+++ b/plasma/xdg-desktop-portal-kde/DETAILS
@@ -1,8 +1,9 @@
+source $GRIMOIRE/KDE_VERSIONS
SPELL=xdg-desktop-portal-kde
- VERSION=5.26.5
+ VERSION=$PLASMA_VERSION
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSION}"
- SOURCE_URL=https://download.kde.org/stable/plasma/${VERSION}/$SOURCE
+ SOURCE_URL=https://download.kde.org/$PLASMA_BRANCH/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY