sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (637e08cea593ea048650f037a6abec4b35ab1dae)
- 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 (637e08cea593ea048650f037a6abec4b35ab1dae)
- Date: Wed, 10 Sep 2025 09:25:56 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
fonts-x11/unifont/DETAILS | 2 +-
fonts-x11/unifont/HISTORY | 3 +++
xorg-lib/libxpresent/CONFIGURE | 1 +
xorg-lib/libxpresent/DEPENDS | 1 +
xorg-lib/libxpresent/DETAILS | 3 ++-
xorg-lib/libxpresent/HISTORY | 4 ++++
xorg-lib/libxres/CONFIGURE | 1 +
xorg-lib/libxres/DEPENDS | 1 +
xorg-lib/libxres/DETAILS | 3 ++-
xorg-lib/libxres/HISTORY | 4 ++++
xorg-lib/libxscrnsaver/CONFIGURE | 1 +
xorg-lib/libxscrnsaver/DEPENDS | 1 +
xorg-lib/libxscrnsaver/DETAILS | 3 ++-
xorg-lib/libxscrnsaver/HISTORY | 4 ++++
xorg-util/xorg-cf-files/05_xaw_without_xp.diff | 20 --------------------
xorg-util/xorg-cf-files/CONFIGURE | 1 +
xorg-util/xorg-cf-files/DEPENDS | 1 +
xorg-util/xorg-cf-files/DETAILS | 13 ++++++++-----
xorg-util/xorg-cf-files/HISTORY | 6 ++++++
xorg-util/xorg-cf-files/PRE_BUILD | 5 -----
xorg-util/xorg-cf-files/lib64.patch | 11 -----------
xorg-util/xorg-cf-files/man-path.patch | 11 -----------
22 files changed, 44 insertions(+), 56 deletions(-)
New commits:
commit 637e08cea593ea048650f037a6abec4b35ab1dae
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xorg-cf-files: => 1.0.9
commit 3c3f0a7294a78d4a620a1626dc616e211710e77c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libxscrnsaver: => 1.2.5
commit 8067b0c5f9eff238fec59690da16f993b0a2a1ad
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libxres - meson build
commit 648e62dffe370d2fcd2ac5a01478f17c5b68f2ed
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libxres: => 1.2.3
commit 4e66cf0d27f27e86ee09dbdf6a9278dcfc4e84cb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libxpresent - meson build
commit e0161c6ff91c6247ab182976c3605c4458e2cf02
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libxpresent: => 1.0.2
commit c2e82a12d6cc284a0ebc6ee1ff70e856514b92fe
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
unifont: => 17.0.01
diff --git a/fonts-x11/unifont/DETAILS b/fonts-x11/unifont/DETAILS
index c6f9ff8..626bee5 100755
--- a/fonts-x11/unifont/DETAILS
+++ b/fonts-x11/unifont/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://unifoundry.com/pub/unifont/ href="unifont-([^/]+)/"
SPELL=unifont
- VERSION=16.0.02
+ VERSION=17.0.01
SOURCE="${SPELL}-${VERSION}.otf"
SOURCE2=${SOURCE}.sig
SOURCE_URL[0]=https://unifoundry.com/pub/unifont/unifont-$VERSION/font-builds/$SOURCE
diff --git a/fonts-x11/unifont/HISTORY b/fonts-x11/unifont/HISTORY
index b2e9efe..248fbb3 100644
--- a/fonts-x11/unifont/HISTORY
+++ b/fonts-x11/unifont/HISTORY
@@ -1,3 +1,6 @@
+2025-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 17.0.01
+
2025-02-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 16.0.02
diff --git a/xorg-lib/libxpresent/CONFIGURE b/xorg-lib/libxpresent/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/xorg-lib/libxpresent/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-lib/libxpresent/DEPENDS b/xorg-lib/libxpresent/DEPENDS
index cc9cfb5..c3c7ac3 100755
--- a/xorg-lib/libxpresent/DEPENDS
+++ b/xorg-lib/libxpresent/DEPENDS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/MESON_DEPENDS &&
depends xorgproto &&
depends libxext &&
depends libtool &&
diff --git a/xorg-lib/libxpresent/DETAILS b/xorg-lib/libxpresent/DETAILS
index 4d139c5..ea3c099 100755
--- a/xorg-lib/libxpresent/DETAILS
+++ b/xorg-lib/libxpresent/DETAILS
@@ -1,6 +1,7 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libxpresent
SPELLX=libXpresent
- VERSION=1.0.1
+ VERSION=1.0.2
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/lib/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/libxpresent/HISTORY b/xorg-lib/libxpresent/HISTORY
index 47aadc2..4c5c5e3 100644
--- a/xorg-lib/libxpresent/HISTORY
+++ b/xorg-lib/libxpresent/HISTORY
@@ -1,3 +1,7 @@
+2025-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.2
+ * *; meson support
+
2025-01-21 Justin Boffemmyer <justin.boffemmyer AT sourcemage.org>
* DEPENDS: fix typo
diff --git a/xorg-lib/libxres/CONFIGURE b/xorg-lib/libxres/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/xorg-lib/libxres/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-lib/libxres/DEPENDS b/xorg-lib/libxres/DEPENDS
index eb4cca3..a8f57e7 100755
--- a/xorg-lib/libxres/DEPENDS
+++ b/xorg-lib/libxres/DEPENDS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/MESON_DEPENDS &&
depends xorgproto &&
depends AWK &&
depends libpthread-stubs &&
diff --git a/xorg-lib/libxres/DETAILS b/xorg-lib/libxres/DETAILS
index f932b79..f90768e 100755
--- a/xorg-lib/libxres/DETAILS
+++ b/xorg-lib/libxres/DETAILS
@@ -1,6 +1,7 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libxres
PKG=libXres
- VERSION=1.2.2
+ VERSION=1.2.3
SECURITY_PATCH=2
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
diff --git a/xorg-lib/libxres/HISTORY b/xorg-lib/libxres/HISTORY
index e3a6f77..74ad8fa 100644
--- a/xorg-lib/libxres/HISTORY
+++ b/xorg-lib/libxres/HISTORY
@@ -1,3 +1,7 @@
+2025-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.3
+ * *: meson build
+
2022-12-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.2
diff --git a/xorg-lib/libxscrnsaver/CONFIGURE
b/xorg-lib/libxscrnsaver/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/xorg-lib/libxscrnsaver/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-lib/libxscrnsaver/DEPENDS b/xorg-lib/libxscrnsaver/DEPENDS
index ae8ba08..f141dcc 100755
--- a/xorg-lib/libxscrnsaver/DEPENDS
+++ b/xorg-lib/libxscrnsaver/DEPENDS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/MESON_DEPENDS &&
depends xorgproto &&
depends AWK &&
depends PKG-CONFIG &&
diff --git a/xorg-lib/libxscrnsaver/DETAILS b/xorg-lib/libxscrnsaver/DETAILS
index e5b7f85..f8e5af8 100755
--- a/xorg-lib/libxscrnsaver/DETAILS
+++ b/xorg-lib/libxscrnsaver/DETAILS
@@ -1,6 +1,7 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libxscrnsaver
PKG=libXScrnSaver
- VERSION=1.2.4
+ VERSION=1.2.5
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/libxscrnsaver/HISTORY b/xorg-lib/libxscrnsaver/HISTORY
index b645ff2..4217242 100644
--- a/xorg-lib/libxscrnsaver/HISTORY
+++ b/xorg-lib/libxscrnsaver/HISTORY
@@ -1,3 +1,7 @@
+2025-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.5
+ * *: meson support
+
2022-12-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.4
diff --git a/xorg-util/xorg-cf-files/05_xaw_without_xp.diff
b/xorg-util/xorg-cf-files/05_xaw_without_xp.diff
deleted file mode 100644
index 79fdb18..0000000
--- a/xorg-util/xorg-cf-files/05_xaw_without_xp.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Naur xorg-cf-files-1.0.3.orig/linux.cf xorg-cf-files-1.0.3/linux.cf
---- xorg-cf-files-1.0.3.orig/linux.cf 2009-10-27 14:13:33.480912412 -0700
-+++ xorg-cf-files-1.0.3/linux.cf 2009-10-27 14:14:01.877916656 -0700
-@@ -1052,6 +1052,16 @@
- #define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)
- #define TtClientDepLibs $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
-
-+#ifndef ExtraXawClientLibs
-+# define ExtraXawClientLibs /**/
-+#endif
-+#ifndef ExtraXawClientDepLibs
-+# define ExtraXawClientDepLibs /**/
-+#endif
-+#ifndef ExtraXawReqs
-+# define ExtraXawReqs /**/
-+#endif
-+
- #if HaveLib64
- # ifndef LibDirName
- # define LibDirName lib64
diff --git a/xorg-util/xorg-cf-files/CONFIGURE
b/xorg-util/xorg-cf-files/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/xorg-util/xorg-cf-files/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-util/xorg-cf-files/DEPENDS b/xorg-util/xorg-cf-files/DEPENDS
index f8b56d0..4926ba6 100755
--- a/xorg-util/xorg-cf-files/DEPENDS
+++ b/xorg-util/xorg-cf-files/DEPENDS
@@ -1 +1,2 @@
+source $GRIMOIRE/MESON_DEPENDS &&
depends util-macros
diff --git a/xorg-util/xorg-cf-files/DETAILS b/xorg-util/xorg-cf-files/DETAILS
index b8fcb6b..748918c 100755
--- a/xorg-util/xorg-cf-files/DETAILS
+++ b/xorg-util/xorg-cf-files/DETAILS
@@ -1,11 +1,14 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=xorg-cf-files
- VERSION=1.0.8
+ VERSION=1.0.9
SOURCE=$SPELL-$VERSION.tar.xz
-# SOURCE_GPG="gurus.gpg:
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/util/${SOURCE}
-
SOURCE_HASH=sha512:cc633af889cd82346c3098df9185245c21aa9db7484343f8be9719f6e0b1fc0a9b09afb13b9b864668aa51944f2da797bbe896c807f629e89fc91506e6e63fb9
+
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_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="host.def files for X window"
diff --git a/xorg-util/xorg-cf-files/HISTORY b/xorg-util/xorg-cf-files/HISTORY
index b31fe48..e0ee4bf 100644
--- a/xorg-util/xorg-cf-files/HISTORY
+++ b/xorg-util/xorg-cf-files/HISTORY
@@ -1,3 +1,9 @@
+2025-09-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 1.0.9
+ * *: meson build
+ * PRE_BUILD patchses*: deleted
+
2023-08-07 Stephane Fontaine <esselfe16 AT gmail.com>
* DETAILS: updated to 1.0.8, bz2 -> xz
* PRE_BUILD: remove sed command that doesn't apply anymore
diff --git a/xorg-util/xorg-cf-files/PRE_BUILD
b/xorg-util/xorg-cf-files/PRE_BUILD
deleted file mode 100755
index 89ec8e3..0000000
--- a/xorg-util/xorg-cf-files/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -Np0 < "$SCRIPT_DIRECTORY/lib64.patch" &&
-patch -p1 < $SPELL_DIRECTORY/05_xaw_without_xp.diff &&
-patch -p0 < "$SPELL_DIRECTORY/man-path.patch"
diff --git a/xorg-util/xorg-cf-files/lib64.patch
b/xorg-util/xorg-cf-files/lib64.patch
deleted file mode 100644
index e53460d..0000000
--- a/xorg-util/xorg-cf-files/lib64.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- site.def.in.orig 2007-12-04 22:04:33.000000000 +0100
-+++ site.def.in 2007-12-04 22:03:51.000000000 +0100
-@@ -33,7 +33,7 @@
-
-
- #ifdef BeforeVendorCF
--
-+#define HaveLib64 NO
- /*
- * Include this for easy XFree86 customisations
- */
diff --git a/xorg-util/xorg-cf-files/man-path.patch
b/xorg-util/xorg-cf-files/man-path.patch
deleted file mode 100644
index b0e6d67..0000000
--- a/xorg-util/xorg-cf-files/man-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Imake.tmpl.orig 2009-10-17 01:45:42.000000000 +0400
-+++ Imake.tmpl 2011-08-30 15:33:37.808819997 +0400
-@@ -890,7 +890,7 @@
- #endif
- #ifndef ManDirectoryRoot
- #ifdef ProjectRoot
--#define ManDirectoryRoot Concat(ProjectRoot,/man)
-+#define ManDirectoryRoot Concat(ProjectRoot,/share/man)
- #else
- #define ManDirectoryRoot SystemManDirectory
- #endif
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (637e08cea593ea048650f037a6abec4b35ab1dae), Treeve Jelbert, 09/10/2025
Archive powered by MHonArc 2.6.24.