sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (0af95e92780f08a4b05e2cc8b7cf9483c045265a)
- 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 (0af95e92780f08a4b05e2cc8b7cf9483c045265a)
- Date: Tue, 18 Aug 2026 07:59:14 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
xorg-app/xload/DETAILS | 2 +-
xorg-app/xload/HISTORY | 3 +++
xorg-app/xpr/CONFIGURE | 1 +
xorg-app/xpr/DEPENDS | 2 +-
xorg-app/xpr/DETAILS | 3 ++-
xorg-app/xpr/HISTORY | 4 ++++
xorg-util/lndir/CONFIGURE | 1 +
xorg-util/lndir/DEPENDS | 2 +-
xorg-util/lndir/DETAILS | 4 ++--
xorg-util/lndir/HISTORY | 5 +++++
xorg-util/lndir/PRE_BUILD | 3 ---
xorg-util/makedepend/CONFIGURE | 1 +
xorg-util/makedepend/DEPENDS | 2 +-
xorg-util/makedepend/DETAILS | 3 ++-
xorg-util/makedepend/HISTORY | 4 ++++
15 files changed, 29 insertions(+), 11 deletions(-)
New commits:
commit 0af95e92780f08a4b05e2cc8b7cf9483c045265a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xload: => 1.2.2
commit 63880cd3f27f2a69aee2af83191cbfe5ac4cad4e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xpr -meson build
commit cc9232b19ec6f76c44b8c682b714457c1c21ca54
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xpr: => 1.2.1
commit 3b3f1e03d8b6695ea72683529eb988d2d41d80b5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
makedepend - meson build
commit c086c5b75b53caf1e2ebd5227266699e19e001bf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
makedepend: => 1.0.10
commit 338942f08622ceffa8cbc6cfb034689d18707b30
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
lndir - meson build
commit c951d44976e0d19df092a0caefc8cf9c3326d42d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
lndir: => 1.0.6
diff --git a/xorg-app/xload/DETAILS b/xorg-app/xload/DETAILS
index eba5730..92bcb5c 100755
--- a/xorg-app/xload/DETAILS
+++ b/xorg-app/xload/DETAILS
@@ -1,6 +1,6 @@
. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=xload
- VERSION=1.2.1
+ VERSION=1.2.2
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xload/HISTORY b/xorg-app/xload/HISTORY
index 0549020..33ce55b 100644
--- a/xorg-app/xload/HISTORY
+++ b/xorg-app/xload/HISTORY
@@ -1,3 +1,6 @@
+2026-08-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.2
+
2026-07-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS DEPENDS CONFIGURE: add meson support
* DETAILS: version 1.2.1
diff --git a/xorg-app/xpr/CONFIGURE b/xorg-app/xpr/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-app/xpr/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-app/xpr/DEPENDS b/xorg-app/xpr/DEPENDS
index 499be0c..e65ebdf 100755
--- a/xorg-app/xpr/DEPENDS
+++ b/xorg-app/xpr/DEPENDS
@@ -1,3 +1,3 @@
-depends util-macros &&
+. $GRIMOIRE/MESON_DEPENDS &&
depends libx11 &&
depends libxmu
diff --git a/xorg-app/xpr/DETAILS b/xorg-app/xpr/DETAILS
index eec696d..cdda2c9 100755
--- a/xorg-app/xpr/DETAILS
+++ b/xorg-app/xpr/DETAILS
@@ -1,5 +1,6 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=xpr
- VERSION=1.2.0
+ VERSION=1.2.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xpr/HISTORY b/xorg-app/xpr/HISTORY
index d5b8adb..0d83d55 100644
--- a/xorg-app/xpr/HISTORY
+++ b/xorg-app/xpr/HISTORY
@@ -1,3 +1,7 @@
+2026-08-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS DEPENDS CONFIGURE: add meson support
+ * DETAILS: version 1.2.1
+
2024-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.0
diff --git a/xorg-util/lndir/CONFIGURE b/xorg-util/lndir/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-util/lndir/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-util/lndir/DEPENDS b/xorg-util/lndir/DEPENDS
index 1faef50..4281ce4 100755
--- a/xorg-util/lndir/DEPENDS
+++ b/xorg-util/lndir/DEPENDS
@@ -1,2 +1,2 @@
-depends util-macros &&
+. $GRIMOIRE/MESON_DEPENDS &&
depends xorgproto
diff --git a/xorg-util/lndir/DETAILS b/xorg-util/lndir/DETAILS
index 2673308..845e32a7 100755
--- a/xorg-util/lndir/DETAILS
+++ b/xorg-util/lndir/DETAILS
@@ -1,12 +1,12 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=lndir
- VERSION=1.0.4
+ VERSION=1.0.6
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/util/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051215
diff --git a/xorg-util/lndir/HISTORY b/xorg-util/lndir/HISTORY
index b8062e4..98e11c7 100644
--- a/xorg-util/lndir/HISTORY
+++ b/xorg-util/lndir/HISTORY
@@ -1,3 +1,8 @@
+2026-08-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS DEPENDS CONFIGURE: add meson support
+ * PRE_BUILD: deleted
+ * DETAILS: version 1.0.6
+
2022-12-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
* DETAILS: version 1.0.4
diff --git a/xorg-util/lndir/PRE_BUILD b/xorg-util/lndir/PRE_BUILD
deleted file mode 100755
index 3c8cac2..0000000
--- a/xorg-util/lndir/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/xorg-util/makedepend/CONFIGURE b/xorg-util/makedepend/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-util/makedepend/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-util/makedepend/DEPENDS b/xorg-util/makedepend/DEPENDS
index 3c9cbec..1c9ce2e 100755
--- a/xorg-util/makedepend/DEPENDS
+++ b/xorg-util/makedepend/DEPENDS
@@ -1,3 +1,3 @@
-depends util-macros &&
+. $GRIMOIRE/MESON_DEPENDS &&
depends PKG-CONFIG &&
depends xorgproto
diff --git a/xorg-util/makedepend/DETAILS b/xorg-util/makedepend/DETAILS
index 9fa2e94..fe86374 100755
--- a/xorg-util/makedepend/DETAILS
+++ b/xorg-util/makedepend/DETAILS
@@ -1,6 +1,7 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=makedepend
PKG=makedepend
- VERSION=1.0.9
+ VERSION=1.0.10
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/util/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-util/makedepend/HISTORY b/xorg-util/makedepend/HISTORY
index 6d47c9c..5f37df3 100644
--- a/xorg-util/makedepend/HISTORY
+++ b/xorg-util/makedepend/HISTORY
@@ -1,3 +1,7 @@
+2026-08-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS DEPENDS CONFIGURE: add meson support
+ * DETAILS: version 1.0.10
+
2024-02-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
* DETAILS: version 1.0.9
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (0af95e92780f08a4b05e2cc8b7cf9483c045265a), Treeve Jelbert, 08/18/2026
Archive powered by MHonArc 2.6.24.