sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (0b2a93b2b3d1d34d9b0c016e38591e60b09ce4b3)
- 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 (0b2a93b2b3d1d34d9b0c016e38591e60b09ce4b3)
- Date: Tue, 19 May 2026 09:15:07 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
kde-support/mpvqt/DETAILS | 2 +-
kde-support/mpvqt/HISTORY | 3 +++
qt5-cmake/kdsingleapplication/DETAILS | 2 +-
qt5-cmake/kdsingleapplication/HISTORY | 3 +++
xorg-app/xev/CONFIGURE | 1 +
xorg-app/xev/DEPENDS | 6 ++++--
xorg-app/xev/DETAILS | 3 ++-
xorg-app/xev/HISTORY | 4 ++++
xorg-lib/libxi/DETAILS | 2 +-
xorg-lib/libxi/HISTORY | 3 +++
10 files changed, 23 insertions(+), 6 deletions(-)
New commits:
commit 0b2a93b2b3d1d34d9b0c016e38591e60b09ce4b3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xev - meson build
commit d65ccaac2cedebc376add5f92b7f751b8a3f66fb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xev: => 1.2.7
commit bfc9dfabefe11eebb3832a14ce990608f7faf59f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libxi: => 1.8.3
commit 210ae3534da4c187dee468cec27d440610dd4e8e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
mpvqt: => 1.2.0
commit e7d91a59ec4b39a40993f4faeb3be8f1e6bad927
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
kdsingleapplication: => 1.2.1
diff --git a/kde-support/mpvqt/DETAILS b/kde-support/mpvqt/DETAILS
index 984a4a3..ae321d4 100755
--- a/kde-support/mpvqt/DETAILS
+++ b/kde-support/mpvqt/DETAILS
@@ -1,5 +1,5 @@
SPELL=mpvqt
- VERSION=1.1.1
+ VERSION=1.2.0
source $GRIMOIRE/KDE_EXTRA
LICENSE[0]=LGPL
KEYWORDS="kde"
diff --git a/kde-support/mpvqt/HISTORY b/kde-support/mpvqt/HISTORY
index eb94fe8..4b03b89 100644
--- a/kde-support/mpvqt/HISTORY
+++ b/kde-support/mpvqt/HISTORY
@@ -1,3 +1,6 @@
+2026-05-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.0
+
2025-04-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.1
diff --git a/qt5-cmake/kdsingleapplication/DETAILS
b/qt5-cmake/kdsingleapplication/DETAILS
index af72e02..eb6f321 100755
--- a/qt5-cmake/kdsingleapplication/DETAILS
+++ b/qt5-cmake/kdsingleapplication/DETAILS
@@ -1,7 +1,7 @@
SPELL=kdsingleapplication
SPELLX=KDSingleApplication
- VERSION=1.2.0
+ VERSION=1.2.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://github.com/KDAB/$SPELLX
diff --git a/qt5-cmake/kdsingleapplication/HISTORY
b/qt5-cmake/kdsingleapplication/HISTORY
index ca9e8e7..761e14c 100644
--- a/qt5-cmake/kdsingleapplication/HISTORY
+++ b/qt5-cmake/kdsingleapplication/HISTORY
@@ -1,3 +1,6 @@
+2026-05-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.1
+
2026-04-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.0
spell created
diff --git a/xorg-app/xev/CONFIGURE b/xorg-app/xev/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-app/xev/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-app/xev/DEPENDS b/xorg-app/xev/DEPENDS
index 199386a..6c4caf2 100755
--- a/xorg-app/xev/DEPENDS
+++ b/xorg-app/xev/DEPENDS
@@ -1,2 +1,4 @@
-depends util-macros &&
-depends libx11
+. $GRIMOIRE/MESON_DEPENDS &&
+depends libx11 &&
+depends xorgproto &&
+depends xrandr
diff --git a/xorg-app/xev/DETAILS b/xorg-app/xev/DETAILS
index 9c3bbb8..0a343e9 100755
--- a/xorg-app/xev/DETAILS
+++ b/xorg-app/xev/DETAILS
@@ -1,5 +1,6 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=xev
- VERSION=1.2.6
+ VERSION=1.2.7
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xev/HISTORY b/xorg-app/xev/HISTORY
index 749c5db..bea237b 100644
--- a/xorg-app/xev/HISTORY
+++ b/xorg-app/xev/HISTORY
@@ -1,3 +1,7 @@
+2026-05-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS DEPENDS CONFIGURE: add meson support
+ * DETAILS: version 1.2.7
+
2024-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
* DETAILS: version 1.2.6
diff --git a/xorg-lib/libxi/DETAILS b/xorg-lib/libxi/DETAILS
index ce53ed3..d5a2305 100755
--- a/xorg-lib/libxi/DETAILS
+++ b/xorg-lib/libxi/DETAILS
@@ -1,6 +1,6 @@
SPELL=libxi
PKG=libXi
- VERSION=1.8.2
+ VERSION=1.8.3
SECURITY_PATCH=1
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
diff --git a/xorg-lib/libxi/HISTORY b/xorg-lib/libxi/HISTORY
index a60c17c..f1b39a6 100644
--- a/xorg-lib/libxi/HISTORY
+++ b/xorg-lib/libxi/HISTORY
@@ -1,3 +1,6 @@
+2026-05-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.3
+
2024-09-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.2
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (0b2a93b2b3d1d34d9b0c016e38591e60b09ce4b3), Treeve Jelbert, 05/19/2026
Archive powered by MHonArc 2.6.24.