Skip to Content.
Sympa Menu

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

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 (44dda9c6aaafb09d1c064a52da2e6fb0be84ee53)
  • Date: Thu, 11 Jun 2026 09:03:38 +0000

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

devel/rapidyaml/DETAILS | 4 ++--
devel/rapidyaml/HISTORY | 3 +++
qt-cmake/qcoro/BUILD | 6 ------
qt-cmake/qcoro/DEPENDS | 11 +++--------
qt-cmake/qcoro/HISTORY | 4 ++++
qt-cmake/scribus/DETAILS | 2 +-
qt-cmake/scribus/HISTORY | 3 +++
x11-toolkits/gtk+3/DEPENDS | 11 +++++++----
x11-toolkits/gtk+3/HISTORY | 3 +++
9 files changed, 26 insertions(+), 21 deletions(-)

New commits:
commit 44dda9c6aaafb09d1c064a52da2e6fb0be84ee53
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

scribus: => 1.7.3

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

qcoro - drop qt5 support

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

gtk+3 - support libcups3

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

rapidyaml: => 0.15.2

diff --git a/devel/rapidyaml/DETAILS b/devel/rapidyaml/DETAILS
index f3fc0a6..88c1560 100755
--- a/devel/rapidyaml/DETAILS
+++ b/devel/rapidyaml/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=rapidyaml
- VERSION=0.14.0
-
SOURCE_HASH=sha512:8e80b8456923dd3ddbd6ef6aec95f0d3d53d7f795e984c4b6a05befe9e9a655bb603b5bd82ef28dae018ff37ea451646b98efe1818a6374920a86d0445f62ee7
+ VERSION=0.15.2
+
SOURCE_HASH=sha512:dc667fe59f393c84b6c39ddae5a76b62c7f68bddab5b046ffc62ca4d75f8e9e22b53ba81036ced35d38948baad4a0df2592eea94a2e1f169c7c11b272dd60937
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/biojppm/rapidyaml
diff --git a/devel/rapidyaml/HISTORY b/devel/rapidyaml/HISTORY
index 241393b..cd3d1ad 100644
--- a/devel/rapidyaml/HISTORY
+++ b/devel/rapidyaml/HISTORY
@@ -1,3 +1,6 @@
+2026-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.15.2
+
2026-06-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.14.0

diff --git a/qt-cmake/qcoro/BUILD b/qt-cmake/qcoro/BUILD
deleted file mode 100755
index 1a5ce9e..0000000
--- a/qt-cmake/qcoro/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-if is_depends_enabled $SPELL qt6base;then
- OPTS+=" -DUSE_QT_VERSION=6"
-else
- OPTS+=" -DUSE_QT_VERSION=5"
-fi &&
-default_build
diff --git a/qt-cmake/qcoro/DEPENDS b/qt-cmake/qcoro/DEPENDS
index 852593e..328f0cd 100755
--- a/qt-cmake/qcoro/DEPENDS
+++ b/qt-cmake/qcoro/DEPENDS
@@ -1,8 +1,3 @@
-source $GRIMOIRE/QT_DEPENDS &&
-if is_depends_enabled $SPELL qt6base;then
- depends qt6declarative &&
- depends qt6websockets
-else
- depends qtdeclarative &&
- depends qtwebsockets
-fi
+source $GRIMOIRE/QT6_DEPENDS &&
+depends qt6declarative &&
+depends qt6websockets
diff --git a/qt-cmake/qcoro/HISTORY b/qt-cmake/qcoro/HISTORY
index 8727b49..ac842cc 100644
--- a/qt-cmake/qcoro/HISTORY
+++ b/qt-cmake/qcoro/HISTORY
@@ -1,3 +1,7 @@
+2026-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: drop qt5 support
+ * BUILD: deleted
+
2026-04-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.13.0

diff --git a/qt-cmake/scribus/DETAILS b/qt-cmake/scribus/DETAILS
index cd660d9..713dd33 100755
--- a/qt-cmake/scribus/DETAILS
+++ b/qt-cmake/scribus/DETAILS
@@ -1,6 +1,6 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=scribus
- VERSION=1.7.2
+ VERSION=1.7.3
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION

SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/${SPELL}/$SOURCE
diff --git a/qt-cmake/scribus/HISTORY b/qt-cmake/scribus/HISTORY
index d564e79..8e8fc70 100644
--- a/qt-cmake/scribus/HISTORY
+++ b/qt-cmake/scribus/HISTORY
@@ -1,3 +1,6 @@
+2026-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.7.3
+
2026-03-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.2

diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index be4b275..3d7a4d5 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -30,10 +30,13 @@ optional_depends gtk-doc \
# - cloudprint, depends on oauth
# - papi?
# - lpr
-optional_depends cups \
- "print_backends=cups,file" \
- "print_backends=file" \
- "Enable CUPS print backend support?" &&
+source $GRIMOIRE/depends_one_of.function &&
+# prefers cups
+optional_depends_one_of GTK_CUP \
+ cups 'print_backends=cups,file' \
+ libcups 'print_backends=cups,file' \
+ 'print_backends=file' \
+ 'Enable CUPS(2/3) print backend support?' &&

if is_depends_enabled "${SPELL}" "cups"; then
optional_depends colord \
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index ef11a09..cb9d9f9 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2026-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: support libcups 3
+
2026-03-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.24.52
* DEPENDS: needs zlib for broadway backend


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (44dda9c6aaafb09d1c064a52da2e6fb0be84ee53), Treeve Jelbert, 06/11/2026

Archive powered by MHonArc 2.6.24.

Top of Page