Skip to Content.
Sympa Menu

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

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 (715d7d7ad32328b3ab9b95547ee11ef7a8e3b7f5)
  • Date: Thu, 10 Sep 2026 14:32:49 +0000

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

Changes.kde6 | 2 ++
KDE_FW | 2 +-
KDE_GEAR | 2 +-
audio-libs/taglib/DETAILS | 4 ++--
audio-libs/taglib/HISTORY | 3 +++
kde-gear/konsole/DEPENDS | 1 +
kde-support/cxx-rust-cssparser/DETAILS | 2 +-
kde-support/cxx-rust-cssparser/HISTORY | 3 +++
kde-support/plasma-wayland-protocols/DETAILS | 2 +-
kde-support/plasma-wayland-protocols/HISTORY | 3 +++
10 files changed, 18 insertions(+), 6 deletions(-)

New commits:
commit 715d7d7ad32328b3ab9b95547ee11ef7a8e3b7f5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

taglib: => 2.3.2

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

kde/* =>26.08.1

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

plasma-wayland-protocols: => 1.22.0

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

cxx-rust-cssparser: => 1.1.0

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

kde-fw/* 6.30.0

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

konsole - depends libssh

diff --git a/Changes.kde6 b/Changes.kde6
index a844637..d959a6f 100644
--- a/Changes.kde6
+++ b/Changes.kde6
@@ -1,5 +1,7 @@
KDE6 status

+2026-09-10 kde/* =>26.08.1
+2026-09-09 kde-fw* => 6.30.0
2026-09-08 plasma/* 6.7.5
2026-09-06 add kongress 26.08.0
2026-08-20 kde/* =>26.08.0
diff --git a/KDE_FW b/KDE_FW
index 781bc7e..23fd3c1 100644
--- a/KDE_FW
+++ b/KDE_FW
@@ -3,7 +3,7 @@

# frameworks stuff
if [[ -z $VERSION ]];then
- VERSION=6.29.0
+ VERSION=6.30.0
#else
fi
VX=${VERSION%.?}
diff --git a/KDE_GEAR b/KDE_GEAR
index 1d51171..af80ee9 100644
--- a/KDE_GEAR
+++ b/KDE_GEAR
@@ -11,7 +11,7 @@ fi

# release service stuff
if [[ -z $VERSION ]];then
- VERSION=26.08.0
+ VERSION=26.08.1
VX=$VERSION
else
VX=${VERSION%.?}
diff --git a/audio-libs/taglib/DETAILS b/audio-libs/taglib/DETAILS
index c4f975e..3f87796 100755
--- a/audio-libs/taglib/DETAILS
+++ b/audio-libs/taglib/DETAILS
@@ -1,9 +1,9 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=taglib
- VERSION=2.0.1
+ VERSION=2.3.2
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:25ee89293a96d7f8dca6276f822bdaef01fd98503b78c20ffeac8e1d9821de7273a5127146aa798d304c6a995cb2b7229a205aff1cc261b5d4fa9e499dda0439
+
SOURCE_HASH=sha512:d9f68d075c24cb3535e4ae5e5b062c05d732cbcd7c8a8c0fe4935da27dc7a01e897fd3158f2059e11e46a31b18c3a9caffc66510b7459e1e8c48f29d1ae84c82
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://taglib.github.io/releases/$SOURCE
WEB_SITE=https://taglib.github.io/
diff --git a/audio-libs/taglib/HISTORY b/audio-libs/taglib/HISTORY
index 1c55307..8f7dc99 100644
--- a/audio-libs/taglib/HISTORY
+++ b/audio-libs/taglib/HISTORY
@@ -1,3 +1,6 @@
+2026-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3.2
+
2025-01-06 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: fixed typo in variable assignment

diff --git a/kde-gear/konsole/DEPENDS b/kde-gear/konsole/DEPENDS
index 11b0d29..576f5be 100755
--- a/kde-gear/konsole/DEPENDS
+++ b/kde-gear/konsole/DEPENDS
@@ -24,6 +24,7 @@ vdepends <<! &&
kwindowsystem
kxmlgui
icu
+ libssh
!
optional_depends kdoctools '' ' -DCMAKE_DISABLE_FIND_PACKAGE_KF6DocTools=1'
'build docs' &&
optional_depends libx11 ' -DWITH_X11=on' ' -DWITH_X11=off' 'X11 support'
diff --git a/kde-support/cxx-rust-cssparser/DETAILS
b/kde-support/cxx-rust-cssparser/DETAILS
index 42acf94..9d492d5 100755
--- a/kde-support/cxx-rust-cssparser/DETAILS
+++ b/kde-support/cxx-rust-cssparser/DETAILS
@@ -1,5 +1,5 @@
SPELL=cxx-rust-cssparser
- VERSION=1.0.0
+ VERSION=1.1.0
source "$GRIMOIRE/KDE_EXTRA"
LICENSE[0]=LGPL2
ENTERED=20260301
diff --git a/kde-support/cxx-rust-cssparser/HISTORY
b/kde-support/cxx-rust-cssparser/HISTORY
index 8fec903..d86811d 100644
--- a/kde-support/cxx-rust-cssparser/HISTORY
+++ b/kde-support/cxx-rust-cssparser/HISTORY
@@ -1,3 +1,6 @@
+2026-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+
2025-05-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.0
* *: spell added
diff --git a/kde-support/plasma-wayland-protocols/DETAILS
b/kde-support/plasma-wayland-protocols/DETAILS
index 21a0271..340569c 100755
--- a/kde-support/plasma-wayland-protocols/DETAILS
+++ b/kde-support/plasma-wayland-protocols/DETAILS
@@ -1,5 +1,5 @@
SPELL=plasma-wayland-protocols
- VERSION=1.21.0
+ VERSION=1.22.0
source $GRIMOIRE/KDE_EXTRA
LICENSE[0]=LGPL
ENTERED=20200429
diff --git a/kde-support/plasma-wayland-protocols/HISTORY
b/kde-support/plasma-wayland-protocols/HISTORY
index 04205ff..9c25566 100644
--- a/kde-support/plasma-wayland-protocols/HISTORY
+++ b/kde-support/plasma-wayland-protocols/HISTORY
@@ -1,3 +1,6 @@
+2026-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.22.0
+
2026-05-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.21.0



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (715d7d7ad32328b3ab9b95547ee11ef7a8e3b7f5), Treeve Jelbert, 09/10/2026

Archive powered by MHonArc 2.6.24.

Top of Page