sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f73008e0105e0e3be5640e314e29d49dcb492bb1)
- From: Ismael Luceno <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 Ismael Luceno (f73008e0105e0e3be5640e314e29d49dcb492bb1)
- Date: Mon, 24 Nov 2025 18:29:54 +0000
GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
archive/dpkg/DETAILS | 5 +++--
archive/dpkg/HISTORY | 4 ++++
archive/dpkg/PRE_BUILD | 3 ---
disk/eudev/DETAILS | 2 +-
xorg-lib/libinput/DETAILS | 2 +-
xorg-lib/libx11/DETAILS | 2 +-
6 files changed, 10 insertions(+), 8 deletions(-)
New commits:
commit f73008e0105e0e3be5640e314e29d49dcb492bb1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
dpkg 1.22.21
commit d4de4cce8c5a655e4c302a5140c5b809871df3d0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
dpkg: Add Watch line
commit 97e9af5dbcc3556d443098da2875ebbb5cddd8f2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
libinput: Simplify Watch line
commit dd87b1e80e217384241f676e3f5340c705d08e0f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
libx11: Simplify Watch line
commit 210f87217dac44996cc22af09494992f2373b44a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
eudev: Simplify Watch line
diff --git a/archive/dpkg/DETAILS b/archive/dpkg/DETAILS
index c73fed4..7f65dce 100755
--- a/archive/dpkg/DETAILS
+++ b/archive/dpkg/DETAILS
@@ -1,9 +1,10 @@
+# Watch: http://ftp.debian.org/debian/pool/main/d/dpkg/
SPELL=dpkg
- VERSION=1.19.7
+ VERSION=1.22.21
SOURCE=${SPELL}_${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://ftp.debian.org/debian/pool/main/d/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:9ca441dc265baf5359c71617aef1c57504a7097c26ea57108b88dadc511bfa9918fcc765d8c67cec9def9916c5df92d6cabe508446dbc7223a29b45260445e81
+
SOURCE_HASH=sha512:80a45a019133481f8ab54f4e3db0e776324ba49ba960bc26ef234b6032626e0ea87d439883b9b533f0a404d66391a272fd239b88b7bbf4e2cd904a985867d7ef
WEB_SITE=http://packages.debian.org/testing/admin/dpkg
ENTERED=20030725
LICENSE[0]=GPL
diff --git a/archive/dpkg/HISTORY b/archive/dpkg/HISTORY
index ce2e11e..0c42c9a 100644
--- a/archive/dpkg/HISTORY
+++ b/archive/dpkg/HISTORY
@@ -1,3 +1,7 @@
+2025-11-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.22.21
+ * PRE_BUILD: removed, no longer needed
+
2019-12-31 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.19.7
diff --git a/archive/dpkg/PRE_BUILD b/archive/dpkg/PRE_BUILD
deleted file mode 100755
index 8b827b9..0000000
--- a/archive/dpkg/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY}/dselect &&
-sed -i 's:\<ncursesw/::' dselect.h main.cc Makefile.*
diff --git a/disk/eudev/DETAILS b/disk/eudev/DETAILS
index c8df703..4c40f7a 100755
--- a/disk/eudev/DETAILS
+++ b/disk/eudev/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://github.com/eudev-project/eudev/tags
SPELL=eudev
VERSION=3.2.14
SOURCE=$SPELL-$VERSION.tar.gz
@@ -5,7 +6,6 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//v}"
WEB_SITE=https://github.com/eudev-project/eudev
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=$WEB_SITE/releases/download/v$VERSION/$SOURCE
-# Watch: https://github.com/eudev-project/eudev/tags tags/v([0-9.]+)[.]tar
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=eudev.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/xorg-lib/libinput/DETAILS b/xorg-lib/libinput/DETAILS
index 611d70e..567cd77 100755
--- a/xorg-lib/libinput/DETAILS
+++ b/xorg-lib/libinput/DETAILS
@@ -1,4 +1,4 @@
-# Watch: https://gitlab.freedesktop.org/libinput/libinput/-/tags
/tags/([0-9.]+)"
+# Watch: https://gitlab.freedesktop.org/libinput/libinput/-/tags
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libinput
VERSION=1.29.2
diff --git a/xorg-lib/libx11/DETAILS b/xorg-lib/libx11/DETAILS
index 075ea1f..33d3539 100755
--- a/xorg-lib/libx11/DETAILS
+++ b/xorg-lib/libx11/DETAILS
@@ -1,4 +1,4 @@
-# Watch: https://xorg.freedesktop.org/releases/individual/lib
libX11-([0-9.]+)[.]tar
+# Watch: https://xorg.freedesktop.org/releases/individual/lib/
SPELL=libx11
PKG=libX11
VERSION=1.8.12
- [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f73008e0105e0e3be5640e314e29d49dcb492bb1), Ismael Luceno, 11/24/2025
Archive powered by MHonArc 2.6.24.