sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (371d8914d4b17dc354a26b4fbe93179283096682)
- 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 (371d8914d4b17dc354a26b4fbe93179283096682)
- Date: Fri, 29 Aug 2025 08:08:58 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
windowmanagers/labwc/DETAILS | 4 ++--
windowmanagers/labwc/HISTORY | 3 +++
wm-addons/wlroots/DETAILS | 2 +-
wm-addons/wlroots/HISTORY | 3 +++
x11-libs/fontconfig/DETAILS | 6 +++---
x11-libs/fontconfig/HISTORY | 4 ++++
xorg-lib/libinput/DETAILS | 4 ++--
xorg-lib/libinput/HISTORY | 3 +++
8 files changed, 21 insertions(+), 8 deletions(-)
New commits:
commit 371d8914d4b17dc354a26b4fbe93179283096682
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
fontconfig: => 2.17.1
commit 0bb959179f9744e6f14223b66487432aa7ad681a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libinput: => 1.29.1
commit f76d929ee3a849518b1affab4683cbe0cf5b82b2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
labwc: => 0.9.1
commit 3c3afd00f93b65789379073e380e52d444fbce16
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
wlroots: => 0.19.0
diff --git a/windowmanagers/labwc/DETAILS b/windowmanagers/labwc/DETAILS
index 263d8ba..6382e10 100755
--- a/windowmanagers/labwc/DETAILS
+++ b/windowmanagers/labwc/DETAILS
@@ -1,10 +1,10 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=labwc
- VERSION=0.8.4
+ VERSION=0.9.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/labwc/labwc/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha256:2d3ded90f78efb5060f7057ea802c78a79dc9b2e82ae7a2ad902af957b8b9797
+
SOURCE_HASH=sha256:bf7a245d5fc5665329b3f5c9cb589eb33e658b8eb638cf4f4c9ad68f4b5979f0
LICENSE[0]=GPL
WEB_SITE=https://github.com/labwc/labwc/
ENTERED=20230227
diff --git a/windowmanagers/labwc/HISTORY b/windowmanagers/labwc/HISTORY
index 1057ad7..5a0079e 100644
--- a/windowmanagers/labwc/HISTORY
+++ b/windowmanagers/labwc/HISTORY
@@ -1,3 +1,6 @@
+2025-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.1
+
2025-05-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.4
diff --git a/wm-addons/wlroots/DETAILS b/wm-addons/wlroots/DETAILS
index e266106..04d8328 100755
--- a/wm-addons/wlroots/DETAILS
+++ b/wm-addons/wlroots/DETAILS
@@ -18,7 +18,7 @@ case "${WLROOTS_BRANCH}" in
SOURCE_URL[0]="https://gitlab.freedesktop.org/${SPELL}/${SPELL}/-/archive/${WLROOTS_COMMIT}/${SOURCE}.tar.gz"
;;
(*)
- VERSION=0.18.2
+ VERSION=0.19.0
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$VERSION/downloads/$SOURCE"
SOURCE2=$SOURCE.sig
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 287d090..cca0c60 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,6 @@
+2025-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.19.0
+
2024-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.18.2
diff --git a/x11-libs/fontconfig/DETAILS b/x11-libs/fontconfig/DETAILS
index 19edf2e..58f0910 100755
--- a/x11-libs/fontconfig/DETAILS
+++ b/x11-libs/fontconfig/DETAILS
@@ -1,9 +1,9 @@
SPELL=fontconfig
- VERSION=2.16.0
-
SOURCE_HASH=sha512:90b5c39e5eadc56a9fbddd69b2a6eaa6bf9ee5cda003091b0896e66f87f3c1be8ab4442f54d20fca7232d72f60d9578f5e5ba3f376e39b64b8a2aa7b8f13b062
+ VERSION=2.17.1
+
SOURCE_HASH=sha512:c09c1f041f61ee0d220ff906a86b5c4b329106dc96f8c04b23f8fdeb480df626717fe3613bccb41cb39e86334078139322710377f5ddaa3abe48569e798161c9
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- SOURCE_URL[0]=https://www.fontconfig.org/release/$SOURCE
+
SOURCE_URL[0]=https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/$VERSION/$SOURCE
# Watch: https://www.freedesktop.org/software/fontconfig/release/
WEB_SITE=https://www.fontconfig.org/
LICENSE[0]=X11
diff --git a/x11-libs/fontconfig/HISTORY b/x11-libs/fontconfig/HISTORY
index 21077df..6d4ee28 100644
--- a/x11-libs/fontconfig/HISTORY
+++ b/x11-libs/fontconfig/HISTORY
@@ -1,3 +1,7 @@
+2025-08-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.17.1
+ download from gitlab
+
2025-02-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: added Watch line,, quoting++
diff --git a/xorg-lib/libinput/DETAILS b/xorg-lib/libinput/DETAILS
index 278768e..aa59a71 100755
--- a/xorg-lib/libinput/DETAILS
+++ b/xorg-lib/libinput/DETAILS
@@ -1,8 +1,8 @@
# Watch: https://gitlab.freedesktop.org/libinput/libinput/-/tags
/tags/([0-9.]+)"
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libinput
- VERSION=1.29.0
-
SOURCE_HASH=sha512:6a711330b7ea3c539c67608a080711075fcf684a106ef1630d400fceaf872b6d09ec6e839608c3400ef3fa8067bc0cb152f06e258dac9ca34eb13a8ce49b9b97
+ VERSION=1.29.1
+
SOURCE_HASH=sha512:e3772c6b2176ba743cfec814f07b2f616e67f8dc161645db6d797a10eb3201e7e4a6a515da9fb08b4f471f4d5ab59a963b511c87f214b7c2b472947fe4aa4ab1
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=https://gitlab.freedesktop.org/libinput/libinput/-/archive/$VERSION/$SOURCE
diff --git a/xorg-lib/libinput/HISTORY b/xorg-lib/libinput/HISTORY
index f35f541..dcec492 100644
--- a/xorg-lib/libinput/HISTORY
+++ b/xorg-lib/libinput/HISTORY
@@ -1,3 +1,6 @@
+2025-08-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.29.1
+
2025-07-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.29.0
* DEPENDS: mtdev now optional
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (371d8914d4b17dc354a26b4fbe93179283096682), Treeve Jelbert, 08/29/2025
Archive powered by MHonArc 2.6.24.