Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (ad97b13a35dc5f91b9f06e5ff26efead6d176e6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (ad97b13a35dc5f91b9f06e5ff26efead6d176e6d)
  • Date: Sun, 4 Feb 2024 12:39:05 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

dev/null |binary
python-pypi/typing-extensions/DETAILS | 6 +++---
python-pypi/typing-extensions/HISTORY | 3 +++
x11/colord/DEPENDS | 5 ++++-
x11/colord/DETAILS | 2 +-
x11/colord/HISTORY | 4 ++++
xorg-app/xditview/DETAILS | 4 ++--
xorg-app/xditview/HISTORY | 3 +++
xorg-app/xkbcomp/DETAILS | 2 +-
xorg-app/xkbcomp/HISTORY | 3 +++
xorg-app/xkbutils/DETAILS | 13 ++++++++-----
xorg-app/xkbutils/HISTORY | 5 +++++
xorg-app/xmore/DETAILS | 4 ++--
xorg-app/xmore/HISTORY | 3 +++
xorg-app/xprop/DETAILS | 2 +-
xorg-app/xprop/HISTORY | 3 +++
16 files changed, 46 insertions(+), 16 deletions(-)

New commits:
commit ad97b13a35dc5f91b9f06e5ff26efead6d176e6d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xmore: => 1.0.4

commit 1deb5b21ae43d78a020b95bbafd4f85d179b45f0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xditview: => 1.0.7

commit 8cf50b9a8327757dc711120eeb120f74d6c130b1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xprop: => 1.2.7

commit bb1828191a6194cae90ec0ba75ccf9923ba36f66
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xkbutils: => 1.0.6

commit 6ea343bc6a04eee5f89f84840fa385d1e5377fd0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xkbcomp: => 1.4.7

commit a14eb477c92eb00086c997d8f325778712729e9e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

colord: => 1.4.7

commit b862e2cfdd9c96c03846da22f078ca484a20db47
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

typing-extensions: => 4.9.0

diff --git a/python-pypi/typing-extensions/DETAILS
b/python-pypi/typing-extensions/DETAILS
index 8ec228f..8b24f9d 100755
--- a/python-pypi/typing-extensions/DETAILS
+++ b/python-pypi/typing-extensions/DETAILS
@@ -1,8 +1,8 @@
SPELL=typing-extensions
SPELLX=typing_extensions
- VERSION=4.4.0
-
VX=e3/a7/8f4e456ef0adac43f452efc2d0e4b242ab831297f1bac60ac815d37eb9cf
-
SOURCE_HASH=sha512:08286e3c997ba911570725674634bcfe3dd8ab14c88e61d8adb47755389050e714b9e87e4906c3bbcc3bde987024efcd8c4e1d2d312347fd89a4b55becb4b341
+ VERSION=4.9.0
+
VX=0c/1d/eb26f5e75100d531d7399ae800814b069bc2ed2a7410834d57374d010d96
+
SOURCE_HASH=sha512:b4faea71d6d29b5d23f920c8865edc2a891887308aea984dbae0159b722da6ef0f4062e5d89bd96a0037391e91e87f213f789209dc1f8942e551979539d3ae11
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://pypi.org/project/$SPELL
diff --git a/python-pypi/typing-extensions/HISTORY
b/python-pypi/typing-extensions/HISTORY
index d0f9e78..b09524e 100644
--- a/python-pypi/typing-extensions/HISTORY
+++ b/python-pypi/typing-extensions/HISTORY
@@ -1,3 +1,6 @@
+2024-02-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.9.0
+
2023-04-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.4.0

diff --git a/x11/colord/DEPENDS b/x11/colord/DEPENDS
index a1dbdd3..62143b5 100755
--- a/x11/colord/DEPENDS
+++ b/x11/colord/DEPENDS
@@ -8,7 +8,10 @@ depends libgudev &&
depends libgusb &&
depends policykit &&
depends sqlite &&
-depends gobject-introspection &&
+optional_depends gobject-introspection \
+ 'introspection=true' \
+ 'introspection=false' \
+ 'introspection support' &&

optional_depends gtk-doc \
'docs=true' \
diff --git a/x11/colord/DETAILS b/x11/colord/DETAILS
index 92fe13d..9ae2315 100755
--- a/x11/colord/DETAILS
+++ b/x11/colord/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=colord
- VERSION=1.4.4
+ VERSION=1.4.7
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/x11/colord/HISTORY b/x11/colord/HISTORY
index be12b0f..9bc485c 100644
--- a/x11/colord/HISTORY
+++ b/x11/colord/HISTORY
@@ -1,3 +1,7 @@
+2024-02-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.7
+ * DEPENDS: gobject-introspection is optional
+
2022-05-28 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS: use MESON_DEPENDS

diff --git a/xorg-app/xditview/DETAILS b/xorg-app/xditview/DETAILS
index f914dcc..88acf7d 100755
--- a/xorg-app/xditview/DETAILS
+++ b/xorg-app/xditview/DETAILS
@@ -1,6 +1,6 @@
SPELL=xditview
- VERSION=1.0.5
- SOURCE=${SPELL}-${VERSION}.tar.bz2
+ VERSION=1.0.7
+ SOURCE=${SPELL}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
diff --git a/xorg-app/xditview/HISTORY b/xorg-app/xditview/HISTORY
index def2ae0..d51dcac 100644
--- a/xorg-app/xditview/HISTORY
+++ b/xorg-app/xditview/HISTORY
@@ -1,3 +1,6 @@
+2024-02-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.7
+
2019-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.5
* DETAILS: add gpg checking
diff --git a/xorg-app/xkbcomp/DETAILS b/xorg-app/xkbcomp/DETAILS
index e4e9f59..8d924e6 100755
--- a/xorg-app/xkbcomp/DETAILS
+++ b/xorg-app/xkbcomp/DETAILS
@@ -1,6 +1,6 @@
SPELL=xkbcomp
PKG=xkbcomp
- VERSION=1.4.6
+ VERSION=1.4.7
SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xkbcomp/HISTORY b/xorg-app/xkbcomp/HISTORY
index b88679c..69dfd21 100644
--- a/xorg-app/xkbcomp/HISTORY
+++ b/xorg-app/xkbcomp/HISTORY
@@ -1,3 +1,6 @@
+2024-02-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.7
+
2022-12-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.6

diff --git a/xorg-app/xkbutils/DETAILS b/xorg-app/xkbutils/DETAILS
index 887b792..0fa0012 100755
--- a/xorg-app/xkbutils/DETAILS
+++ b/xorg-app/xkbutils/DETAILS
@@ -1,10 +1,13 @@
SPELL=xkbutils
- VERSION=1.0.3
- SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+ VERSION=1.0.6
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${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="additional keyboard utils"
diff --git a/xorg-app/xkbutils/HISTORY b/xorg-app/xkbutils/HISTORY
index 83c867c..1be77dc 100644
--- a/xorg-app/xkbutils/HISTORY
+++ b/xorg-app/xkbutils/HISTORY
@@ -1,3 +1,8 @@
+2024-02-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+
+ * DETAILS: version 1.0.6
+
2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto

diff --git a/xorg-app/xkbutils/xkbutils-1.0.3.tar.bz2.sig
b/xorg-app/xkbutils/xkbutils-1.0.3.tar.bz2.sig
deleted file mode 100644
index ac7cf5f..0000000
Binary files a/xorg-app/xkbutils/xkbutils-1.0.3.tar.bz2.sig and /dev/null
differ
diff --git a/xorg-app/xmore/DETAILS b/xorg-app/xmore/DETAILS
index f90c94c..cba82ae 100755
--- a/xorg-app/xmore/DETAILS
+++ b/xorg-app/xmore/DETAILS
@@ -1,6 +1,6 @@
SPELL=xmore
- VERSION=1.0.3
- SOURCE=${SPELL}-${VERSION}.tar.bz2
+ VERSION=1.0.4
+ SOURCE=${SPELL}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
diff --git a/xorg-app/xmore/HISTORY b/xorg-app/xmore/HISTORY
index 8cf9ac4..3b6df37 100644
--- a/xorg-app/xmore/HISTORY
+++ b/xorg-app/xmore/HISTORY
@@ -1,3 +1,6 @@
+2024-02-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.4
+
2019-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.3
* DETAILS: add gpg checking
diff --git a/xorg-app/xprop/DETAILS b/xorg-app/xprop/DETAILS
index a44232f..a0b0d1e 100755
--- a/xorg-app/xprop/DETAILS
+++ b/xorg-app/xprop/DETAILS
@@ -1,5 +1,5 @@
SPELL=xprop
- 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/xprop/HISTORY b/xorg-app/xprop/HISTORY
index ba9f435..58c26e0 100644
--- a/xorg-app/xprop/HISTORY
+++ b/xorg-app/xprop/HISTORY
@@ -1,3 +1,6 @@
+2024-02-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.7
+
2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.6



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (ad97b13a35dc5f91b9f06e5ff26efead6d176e6d), Treeve Jelbert, 02/04/2024

Archive powered by MHonArc 2.6.24.

Top of Page