Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (49957862c838762bf602c6ad920774ec58d79be1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (49957862c838762bf602c6ad920774ec58d79be1)
  • Date: Tue, 21 Oct 2025 16:19:17 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

Changes.kde6 | 2 ++
KDE_PLASMA | 6 +++++-
crypto/ca-certificates/DETAILS | 6 +++---
crypto/ca-certificates/HISTORY | 3 +++
crypto/xmlsec/DETAILS | 4 ++--
crypto/xmlsec/HISTORY | 3 +++
kde-plasma/kdeplasma-addons/DEPENDS | 4 ++--
kde-plasma/kglobalacceld/DEPENDS | 2 +-
kde-plasma/knighttime/CONFIGURE | 1 +
kde-plasma/knighttime/DEPENDS | 10 ++++++++++
kde-plasma/knighttime/DETAILS | 14 ++++++++++++++
kde-plasma/kwayland/DEPENDS | 2 +-
kde-plasma/kwin-x11/DEPENDS | 4 ++--
kde-plasma/kwin/DEPENDS | 9 +++++----
kde-plasma/libkscreen/DEPENDS | 2 +-
kde-plasma/libplasma/DEPENDS | 4 ++--
kde-plasma/plasma-activities/DEPENDS | 1 -
kde-plasma/plasma-browser-integration/DEPENDS | 2 +-
kde-plasma/plasma-workspace/DEPENDS | 3 ++-
kde-plasma/powerdevil/DEPENDS | 1 -
kde-plasma/print-manager/DEPENDS | 2 +-
kde-plasma/systemsettings/DEPENDS | 2 +-
kde-plasma/xdg-desktop-portal-kde/DEPENDS | 2 +-
23 files changed, 63 insertions(+), 26 deletions(-)

New commits:
commit 98c9fd26e163a3cbba7186a99ecf4e03c4be7800
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ca-certificates: => 20250419 SECURITY FIX

commit 09c7d3923fbe46a8752961a1eb2958bdb613de1d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

plasma/* => 6.5.0

commit 0ccf2a020b923a9a9aa2023948c52cbee24c7a3d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

adjust plasma depends

commit abad39f81fe9974ddd1ffc36e5448518c3af6315
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add knighttime

commit 5068f0f04e84d864f5a5a200051edd4c99b57e46
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

KDE_PLASMA - set min versions

commit 156499923b0d183746b0f9ed8aa4392c37a35529
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xmlsec: => 1.3.8

diff --git a/Changes.kde6 b/Changes.kde6
index ad0f41e..8515ed2 100644
--- a/Changes.kde6
+++ b/Changes.kde6
@@ -1,9 +1,11 @@
KDE6 status

+2025-10-21 plasma/* => 6.5.0
2025-10-18 add rsibreak-0.13.0
2o25-10-17 kio => 6.19.1
2025-10-12 kde-fw* 6.19.0
2025-10-09 kde/* => 25.08.2
+2025-09-28 plasma/knighttime - added
2025-09-19 kpipewire/patches ; fix for ffmpeg8
2025-09-13 krunner - tweak depends
2025-09-12 kde-fw* 6.18.0
diff --git a/KDE_PLASMA b/KDE_PLASMA
index 7413207..7b8b508 100644
--- a/KDE_PLASMA
+++ b/KDE_PLASMA
@@ -7,7 +7,7 @@ if [[ -z $BRANCH ]];then
BRANCH=stable
fi
if [[ -z $VERSION ]];then
- VERSION=6.4.5
+ VERSION=6.5.0
VX=$VERSION
else
VX=${VERSION%.?}
@@ -20,3 +20,7 @@ fi
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://kde.org/plasma-desktop
+
+MIN_PWP='>= 1.19.0'
+MIN_QT='>= 6.9.2'
+MIN_KF='>= 6.18.0'
diff --git a/crypto/ca-certificates/DETAILS b/crypto/ca-certificates/DETAILS
index 7372d5b..334dfc1 100755
--- a/crypto/ca-certificates/DETAILS
+++ b/crypto/ca-certificates/DETAILS
@@ -1,7 +1,7 @@
SPELL=ca-certificates
- VERSION=20230311
- SECURITY_PATCH=3
-
SOURCE_HASH=sha512:32bcf040d664bf8b1fd48cc2196b16d344494b0e1d54bec02a26d4aacc7b2bfe7015e8edf448adf412e7c5a19cc3df04acaf41166b72a94ebd51193887b579b6
+ VERSION=20250419
+ SECURITY_PATCH=4
+
SOURCE_HASH=sha512:3d25ccca2d2d40adf8d101684253d86961e4aa63f237c864d973b62360b9bffcdac5610f2b8c837defebfe63ba363d694a9d694f25cba56516c79df9c6e18d29
SOURCE=${SPELL}_${VERSION}_all.deb
SOURCE_URL[0]=https://ftp.debian.org/debian/pool/main/c/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
diff --git a/crypto/ca-certificates/HISTORY b/crypto/ca-certificates/HISTORY
index c9025ce..ecdfc90 100644
--- a/crypto/ca-certificates/HISTORY
+++ b/crypto/ca-certificates/HISTORY
@@ -1,3 +1,6 @@
+2025-10-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20250419, SECURITY_PATCH++
+
2023-08-07 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update to 20230311, SECURITY_PATCH++
(all cert updates are security-relevant), also
diff --git a/crypto/xmlsec/DETAILS b/crypto/xmlsec/DETAILS
index 648b54d..9bf621b 100755
--- a/crypto/xmlsec/DETAILS
+++ b/crypto/xmlsec/DETAILS
@@ -1,6 +1,6 @@
SPELL=xmlsec
- VERSION=1.3.7
-
SOURCE_HASH=sha512:0813ad0f7821f765947a7d81d276ba479bf54430279a7b9da31988d1ec76c60b81d3d57f1088a69a2cc0d8d27fa932ce1cb051457d1c0c5a6f071a2df4395cb8
+ VERSION=1.3.8
+
SOURCE_HASH=sha512:b6dcd04c617b316d3c345634fc363e0400767ff1f8e52031fde097a9e89688efc97f30ea3d6c6350050233828cea318da60f9f2f6c7e783b19e8be62056e75ed
SECURITY_PATCH=1
SOURCE=$SPELL${VERSION%%\.*}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL${VERSION%%\.*}-$VERSION
diff --git a/crypto/xmlsec/HISTORY b/crypto/xmlsec/HISTORY
index 7f022fd..093cc5c 100644
--- a/crypto/xmlsec/HISTORY
+++ b/crypto/xmlsec/HISTORY
@@ -1,3 +1,6 @@
+2025-10-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.8
+
2025-03-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.7

diff --git a/kde-plasma/kdeplasma-addons/DEPENDS
b/kde-plasma/kdeplasma-addons/DEPENDS
index fd40b75..436fc55 100755
--- a/kde-plasma/kdeplasma-addons/DEPENDS
+++ b/kde-plasma/kdeplasma-addons/DEPENDS
@@ -16,7 +16,6 @@ vdepends <<! &&
krunner
kservice
kunitconversion
- plasma5support
libplasma
plasma-workspace
sonnet
@@ -25,4 +24,5 @@ vdepends <<! &&
optional_depends qt6webengine '' '' 'build dict/web browser applets' &&

optional_depends networkmanager-qt '' '' 'check for metered connections' &&
-suggest_depends purpose '' '' 'QuickShare support'
+suggest_depends purpose '' '' 'QuickShare support' &&
+runtime_depends plasma5support
diff --git a/kde-plasma/kglobalacceld/DEPENDS
b/kde-plasma/kglobalacceld/DEPENDS
index 119d301..b09957c 100755
--- a/kde-plasma/kglobalacceld/DEPENDS
+++ b/kde-plasma/kglobalacceld/DEPENDS
@@ -4,7 +4,7 @@ vdepends <<! &&
kcoreaddons
kcrash
kdbusaddons
- kglobalaccel
+ kglobalaccel >= 6.17
ki18n
kwindowsystem
PKG-CONFIG
diff --git a/kde-plasma/knighttime/CONFIGURE b/kde-plasma/knighttime/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde-plasma/knighttime/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde-plasma/knighttime/DEPENDS b/kde-plasma/knighttime/DEPENDS
new file mode 100755
index 0000000..dd6cd2e
--- /dev/null
+++ b/kde-plasma/knighttime/DEPENDS
@@ -0,0 +1,10 @@
+source $GRIMOIRE/KDE_DEPENDS
+vdepends <<!
+ qt6tools
+ kconfig
+ kcoreaddons
+ kdbusaddons
+ kholidays >= 6.15.0
+ ki18n
+!
+
diff --git a/kde-plasma/knighttime/DETAILS b/kde-plasma/knighttime/DETAILS
new file mode 100755
index 0000000..99c2688
--- /dev/null
+++ b/kde-plasma/knighttime/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=knighttime
+source $GRIMOIRE/KDE_PLASMA
+ LICENSE[0]=LGPL2
+ ENTERED=20250604
+ KEYWORDS="KDE"
+ SHORT="schedule the dark-light cycle"
+cat << EOF
+
+KNightTime provides helpers for scheduling the dark-light cycle. It can be
used to implement features
+such as adjusting the screen color temperature based on time of day, etc.
+
+KNightTime offers a system service that provides the schedule and a client
library to subscribe to the
+updates from the daemon
+EOF
diff --git a/kde-plasma/kwayland/DEPENDS b/kde-plasma/kwayland/DEPENDS
index e82974c..e9f4252 100755
--- a/kde-plasma/kwayland/DEPENDS
+++ b/kde-plasma/kwayland/DEPENDS
@@ -2,7 +2,7 @@ source $GRIMOIRE/KDE_DEPENDS
vdepends <<!
qt6wayland
wayland
- plasma-wayland-protocols >= 1.18
+ plasma-wayland-protocols $MIN_PWP
MESA
!

diff --git a/kde-plasma/kwin-x11/DEPENDS b/kde-plasma/kwin-x11/DEPENDS
index 00b7b7c..adf772b 100755
--- a/kde-plasma/kwin-x11/DEPENDS
+++ b/kde-plasma/kwin-x11/DEPENDS
@@ -25,9 +25,10 @@ vdepends <<! &&
kwindowsystem
breeze
kdecoration
+ knighttime
kscreenlocker
libplasma
- plasma-wayland-protocols >= 1.18
+ plasma-wayland-protocols $MIN_PWP
PKG-CONFIG
DEVICE-MANAGER
fontconfig
@@ -72,7 +73,6 @@ optional_depends libqaccessibilityclient '' '' 'enable
accessibility features' &
optional_depends kglobalacceld '' ' -DKWIN_BUILD_GLOBALSHORTCUTS=off'
'global shortcuts support' &&
optional_depends plasma-activities '' "
-DCMAKE_DISABLE_FIND_PACKAGE_PlasmaActivities=1" 'activiies support' &&
optional_depends kdoctools '' " -DCMAKE_DISABLE_FIND_PACKAGE_KF6DocTools=1"
'build documentation' &&
-optional_depends libcap '' '' 'support realtime scheduling' &&

runtime_depends hwdata &&
runtime_depends aurorae &&
diff --git a/kde-plasma/kwin/DEPENDS b/kde-plasma/kwin/DEPENDS
index e3cf2eb..dba63fe 100755
--- a/kde-plasma/kwin/DEPENDS
+++ b/kde-plasma/kwin/DEPENDS
@@ -12,7 +12,7 @@ vdepends <<! &&
kcoreaddons
kcrash
kdbusaddons
- kglobalaccel
+ kglobalaccel >= 6.17
kguiaddons >= 6.12.0
ki18n
kidletime
@@ -23,11 +23,12 @@ vdepends <<! &&
ksvg
kwindowsystem
kdecoration
+ knighttime
kpipewire
kscreenlocker
kwayland
libplasma
- plasma-wayland-protocols >= 1.18
+ plasma-wayland-protocols $MIN_PWP
PKG-CONFIG
DEVICE-MANAGER
fontconfig
@@ -39,8 +40,8 @@ vdepends <<! &&
libepoxy
libinput
libxcvt
- wayland
- wayland-protocols >= 1.41
+ wayland >= 1.24
+ wayland-protocols >= 1.45
!
#suggest_depends qt6virtualkeyboard '' '' 'virtual unlock keyboard' &&
runtime_depends breeze &&
diff --git a/kde-plasma/layer-shell-qt/NO_UNITY
b/kde-plasma/layer-shell-qt/NO_UNITY
new file mode 100644
index 0000000..e69de29
diff --git a/kde-plasma/libkscreen/DEPENDS b/kde-plasma/libkscreen/DEPENDS
index 9fb1178..ff5c37d 100755
--- a/kde-plasma/libkscreen/DEPENDS
+++ b/kde-plasma/libkscreen/DEPENDS
@@ -1,7 +1,7 @@
source $GRIMOIRE/KDE_DEPENDS &&
vdepends <<!
qt6wayland
- plasma-wayland-protocols >= 1.18
+ plasma-wayland-protocols $MIN_PWP
libxcb
wayland
!
diff --git a/kde-plasma/libplasma/DEPENDS b/kde-plasma/libplasma/DEPENDS
index 8ce808b..b651f18 100755
--- a/kde-plasma/libplasma/DEPENDS
+++ b/kde-plasma/libplasma/DEPENDS
@@ -1,6 +1,6 @@
source $GRIMOIRE/KDE_DEPENDS &&
vdepends <<! &&
- qt6declarative
+ qt6declarative >= 6.9
qtshadertools
qt6svg
qt6wayland
@@ -23,7 +23,7 @@ vdepends <<! &&
kxmlgui
kwindowsystem
wayland
- plasma-wayland-protocols >= 1.18
+ plasma-wayland-protocols $MIN_PWP
gzip
OPENGL
!
diff --git a/kde-plasma/plasma-activities/DEPENDS
b/kde-plasma/plasma-activities/DEPENDS
index 7f13f29..f67e3a8 100755
--- a/kde-plasma/plasma-activities/DEPENDS
+++ b/kde-plasma/plasma-activities/DEPENDS
@@ -1,6 +1,5 @@
source $GRIMOIRE/KDE_DEPENDS &&
vdepends <<!
- boost
kconfig
kcoreaddons
kio
diff --git a/kde-plasma/plasma-browser-integration/DEPENDS
b/kde-plasma/plasma-browser-integration/DEPENDS
index ec7dca3..8b94db5 100755
--- a/kde-plasma/plasma-browser-integration/DEPENDS
+++ b/kde-plasma/plasma-browser-integration/DEPENDS
@@ -8,7 +8,7 @@ vdepends <<!
kfilemetadata
ki18n
kio
- kjobwidgets
+ kjobwidgets >= 6.17
knotifications
kstatusnotifieritem
krunner
diff --git a/kde-plasma/plasma-workspace/DEPENDS
b/kde-plasma/plasma-workspace/DEPENDS
index bcea603..9c17ca8 100755
--- a/kde-plasma/plasma-workspace/DEPENDS
+++ b/kde-plasma/plasma-workspace/DEPENDS
@@ -39,6 +39,7 @@ vdepends <<! &&
prison
solid
plasma5support
+ knighttime
kscreenlocker
KWIN
layer-shell-qt
@@ -47,7 +48,7 @@ vdepends <<! &&
plasma-activities
plasma-activities-stats
libplasma
- plasma-wayland-protocols >= 1.18
+ plasma-wayland-protocols $MIN_PWP
icu
iso-codes
polkit-qt-1
diff --git a/kde-plasma/powerdevil/DEPENDS b/kde-plasma/powerdevil/DEPENDS
index 4251c78..85747de 100755
--- a/kde-plasma/powerdevil/DEPENDS
+++ b/kde-plasma/powerdevil/DEPENDS
@@ -27,7 +27,6 @@ vdepends <<! &&
#depends xcb-util-wm &&

optional_depends ddcutil '' '' 'Set monitor settings over DDC/CI
channe' &&
-optional_depends libcap '' '' 'for scheduled wakeup' &&
optional_depends networkmanager-qt '' '' 'manage wireless power' &&
optional_depends bluez-qt '' '' 'manage Bluetooth power' &&

diff --git a/kde-plasma/print-manager/DEPENDS
b/kde-plasma/print-manager/DEPENDS
index 4715416..f95108d 100755
--- a/kde-plasma/print-manager/DEPENDS
+++ b/kde-plasma/print-manager/DEPENDS
@@ -13,7 +13,7 @@ vdepends <<! &&
kwidgetsaddons
kwindowsystem
libplasma
- cups
+ CUPS
!

#depends kcompletion &&
diff --git a/kde-plasma/systemsettings/DEPENDS
b/kde-plasma/systemsettings/DEPENDS
index 07bba13..767b580 100755
--- a/kde-plasma/systemsettings/DEPENDS
+++ b/kde-plasma/systemsettings/DEPENDS
@@ -2,7 +2,7 @@ source $GRIMOIRE/KDE_DEPENDS &&
vdepends <<! &&
qt6declarative
kauth
- kcmutils
+ kcmutils >= 6.18
kconfig
kcoreaddons
kcrash
diff --git a/kde-plasma/xdg-desktop-portal-kde/DEPENDS
b/kde-plasma/xdg-desktop-portal-kde/DEPENDS
index cd0e103..31fc96a 100755
--- a/kde-plasma/xdg-desktop-portal-kde/DEPENDS
+++ b/kde-plasma/xdg-desktop-portal-kde/DEPENDS
@@ -16,7 +16,7 @@ vdepends <<! &&
kwidgetsaddons
kwindowsystem
libxkbcommon
- plasma-wayland-protocols >= 1.18
+ plasma-wayland-protocols $MIN_PWP
wayland
wayland-protocols
cups


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (49957862c838762bf602c6ad920774ec58d79be1), Treeve Jelbert, 10/21/2025

Archive powered by MHonArc 2.6.24.

Top of Page