sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c46d0ee26ea68f8a65ecdd6d6dbd93dd92d54d98)
- 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 (c46d0ee26ea68f8a65ecdd6d6dbd93dd92d54d98)
- Date: Sun, 20 Sep 2026 12:09:25 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
libs/gumbo-parser/DETAILS | 4 ++--
libs/gumbo-parser/HISTORY | 3 +++
vulkan/vulkan-headers/DETAILS | 4 ++--
vulkan/vulkan-headers/HISTORY | 3 +++
vulkan/vulkan-loader/DETAILS | 4 ++--
vulkan/vulkan-loader/HISTORY | 3 +++
vulkan/vulkan-tools/DETAILS | 4 ++--
vulkan/vulkan-tools/HISTORY | 3 +++
vulkan/vulkan-utility-libraries/DETAILS | 4 ++--
vulkan/vulkan-utility-libraries/HISTORY | 3 +++
xorg-app/xfd/CONFIGURE | 1 +
xorg-app/xfd/DEPENDS | 2 +-
xorg-app/xfd/DETAILS | 18 ++++--------------
xorg-app/xfd/HISTORY | 5 +++++
14 files changed, 36 insertions(+), 25 deletions(-)
New commits:
commit c46d0ee26ea68f8a65ecdd6d6dbd93dd92d54d98
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
vulkan-utility-libraries: => 1.4.363
commit 9f0877e6fd3d42a147ee13ecd885d3f55b69acec
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
vulkan-tools: => 1.4.363
commit 3f9aa2d723c924122393a959b3cd4bd8d578e634
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
vulkan-loader: => 1.4.363
commit 17833630bf2c6464233f0dc7cd54223a10698c3b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
vulkan-headers: => 1.4.363
commit 1a4ded3286f51f2bee6499b92c2f19136d2d7fbb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xfd - meson build
commit e4bfec86ff808c2b8f75416daab90fdef3c8b188
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xfd: => 1.1.6
commit eabf2be826887f0bd46a27a100a113859ee8fd05
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
gumbo-parser: => 0.14.0
diff --git a/libs/gumbo-parser/DETAILS b/libs/gumbo-parser/DETAILS
index e2b6d47..3ade556 100755
--- a/libs/gumbo-parser/DETAILS
+++ b/libs/gumbo-parser/DETAILS
@@ -1,7 +1,7 @@
. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=gumbo-parser
- VERSION=0.13.2
-
SOURCE_HASH=sha512:1513e88acfc3240081039b30ab63ca6fc23a85b7d1415cb8e90e9c43f9c3d99d37634a7a50d81ef7f6d43a4facac3802feea6959256a2330b26b16523a288568
+ VERSION=0.14.0
+
SOURCE_HASH=sha512:612b570bfa4029272bc4b8d4ff43f6023e03a2a2ac6ba299fa6d0818dc112df84ef98908ef9102801dbf847e93cc6e1f8c976e2f9f782199d6785cb28db8dbb5
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="https://codeberg.org/gumbo-parser/gumbo-parser"
diff --git a/libs/gumbo-parser/HISTORY b/libs/gumbo-parser/HISTORY
index 13fbd71..32bda27 100644
--- a/libs/gumbo-parser/HISTORY
+++ b/libs/gumbo-parser/HISTORY
@@ -1,3 +1,6 @@
+2026-09-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.14.0
+
2026-06-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.13.2
* DETAILS DEPENDS CONFIGURE: add meson support
diff --git a/vulkan/vulkan-headers/DETAILS b/vulkan/vulkan-headers/DETAILS
index 5c60d29..2a134e8 100755
--- a/vulkan/vulkan-headers/DETAILS
+++ b/vulkan/vulkan-headers/DETAILS
@@ -1,7 +1,7 @@
SPELL=vulkan-headers
SPELLX=Vulkan-Headers
- VERSION=1.4.362
-
SOURCE_HASH=sha512:aa5110efb3cf2b07fd6b6df99b2b81d7eaf986b16c78258d730457eb9492d7a0b9d4a5e8870c65918413458400266c5e1985c40d49770381829f992c577154c7
+ VERSION=1.4.363
+
SOURCE_HASH=sha512:92846476d5b91a60537151a89d100d0eeee1e2918ca5d928b815e200cd5a5263f867243f86ee7f38cf1623c0fa2adbc937990ca479fc37d7f5d5d806a8f5cf7d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE=https://github.com/KhronosGroup/$SPELLX
diff --git a/vulkan/vulkan-headers/HISTORY b/vulkan/vulkan-headers/HISTORY
index fa86a01..83cc51b 100644
--- a/vulkan/vulkan-headers/HISTORY
+++ b/vulkan/vulkan-headers/HISTORY
@@ -1,3 +1,6 @@
+2026-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.363
+
2026-09-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.4.362
diff --git a/vulkan/vulkan-loader/DETAILS b/vulkan/vulkan-loader/DETAILS
index 3bbfb07..cdd68d9 100755
--- a/vulkan/vulkan-loader/DETAILS
+++ b/vulkan/vulkan-loader/DETAILS
@@ -1,7 +1,7 @@
SPELL=vulkan-loader
SPELLX=Vulkan-Loader
- VERSION=1.4.362
-
SOURCE_HASH=sha512:1002a70fd0e5466ff35d297d2bb6b9d730bb86ba9bd9a2b7e354ab4c5d742e85e4edf5d0832b3af9e87b322119976692fe1cf11203dc3d115cd9827ef735dda7
+ VERSION=1.4.363
+
SOURCE_HASH=sha512:31c5fa7b9adfda7e1ab03a079bcf956ff950c3b75903b993d8dc8893dcdf1bae56273f609a6a2ee811699d06e951f2347dfc7a08846b2ec2f806b3c14503721d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE=https://github.com/KhronosGroup//$SPELLX
diff --git a/vulkan/vulkan-loader/HISTORY b/vulkan/vulkan-loader/HISTORY
index 6bf3437..0dea872 100644
--- a/vulkan/vulkan-loader/HISTORY
+++ b/vulkan/vulkan-loader/HISTORY
@@ -1,3 +1,6 @@
+2026-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.363
+
2026-09-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.4.362
diff --git a/vulkan/vulkan-tools/DETAILS b/vulkan/vulkan-tools/DETAILS
index 8d5f726..cf3d44e 100755
--- a/vulkan/vulkan-tools/DETAILS
+++ b/vulkan/vulkan-tools/DETAILS
@@ -1,7 +1,7 @@
SPELL=vulkan-tools
SPELLX=Vulkan-Tools
- VERSION=1.4.362
-
SOURCE_HASH=sha512:b1ff373e6f8882bfca653230b3a12c5c9d0dd8f859eb09591c048979c2a5f928550cd27ed91f83586119ea079b575679436b1bfc07ab1a6e2b610ff7a3c6727d
+ VERSION=1.4.363
+
SOURCE_HASH=sha512:e3654456740ea39cf5145a404ed6b84ccce3295806297f55ea84c5ca53c8b3698127728d0247d09da7293820ceeac89bf8c1603a0d5ab69c08bfc215f57f8b00
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://github.com/KhronosGroup/$SPELLX
diff --git a/vulkan/vulkan-tools/HISTORY b/vulkan/vulkan-tools/HISTORY
index 513af7a..feab729 100644
--- a/vulkan/vulkan-tools/HISTORY
+++ b/vulkan/vulkan-tools/HISTORY
@@ -1,3 +1,6 @@
+2026-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.363
+
2026-09-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.362
diff --git a/vulkan/vulkan-utility-libraries/DETAILS
b/vulkan/vulkan-utility-libraries/DETAILS
index e87e61e..6d2a8a7 100755
--- a/vulkan/vulkan-utility-libraries/DETAILS
+++ b/vulkan/vulkan-utility-libraries/DETAILS
@@ -7,8 +7,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
else
- VERSION="1.4.362"
-
SOURCE_HASH="sha512:5e4fd55ac9bd867d74b26eb266a7b7b220ad2a5110448e05793fb0d69273a44644a15d5755dbc306d7b50a8d269e22e26286e8dcec0e42d3bc91cec68ff1aeaa"
+ VERSION="1.4.363"
+
SOURCE_HASH=sha512:12e679d43af18096d8594cf9ed9be579684a88d41ef7e87e2792dc7554af9940a0db212493fbd9f0963786dc0ab02f6fe8c369b7b0b1476e546883a26bafe83c
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Vulkan-Utility-Libraries-${VERSION}"
diff --git a/vulkan/vulkan-utility-libraries/HISTORY
b/vulkan/vulkan-utility-libraries/HISTORY
index 418be34..fc808a2 100644
--- a/vulkan/vulkan-utility-libraries/HISTORY
+++ b/vulkan/vulkan-utility-libraries/HISTORY
@@ -1,3 +1,6 @@
+2026-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.363
+
2026-09-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.4.362
diff --git a/xorg-app/xfd/CONFIGURE b/xorg-app/xfd/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-app/xfd/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-app/xfd/DEPENDS b/xorg-app/xfd/DEPENDS
index d9a29d6..555dc1a 100755
--- a/xorg-app/xfd/DEPENDS
+++ b/xorg-app/xfd/DEPENDS
@@ -1,4 +1,4 @@
-depends util-macros &&
+. $GRIMOIRE/MESON_DEPENDS &&
depends -sub XAW7 libxaw &&
depends libxft &&
depends freetype2 &&
diff --git a/xorg-app/xfd/DETAILS b/xorg-app/xfd/DETAILS
index 2d6b2cc..d987402 100755
--- a/xorg-app/xfd/DETAILS
+++ b/xorg-app/xfd/DETAILS
@@ -1,6 +1,7 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=xfd
PKG=xfd
- VERSION=1.1.4
+ VERSION=1.1.6
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=https://xorg.freedesktop.org
@@ -14,17 +15,6 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
PATCHLEVEL=1
SHORT="Module xfd for xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+xfd is an application to display all the characters in a font using either
the X11 core protocol or
+libXft2.
EOF
diff --git a/xorg-app/xfd/HISTORY b/xorg-app/xfd/HISTORY
index f1785e4..260ca1d 100644
--- a/xorg-app/xfd/HISTORY
+++ b/xorg-app/xfd/HISTORY
@@ -1,3 +1,8 @@
+2026-09-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS DEPENDS CONFIGURE: add meson support
+ update desc
+ * DETAILS: version 1.1.6
+
2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.4
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (c46d0ee26ea68f8a65ecdd6d6dbd93dd92d54d98), Treeve Jelbert, 09/20/2026
Archive powered by MHonArc 2.6.24.