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/fonttosfnt/HISTORY b/xorg-app/fonttosfnt/HISTORY
index 3ad7f81..439a483 100644
--- a/xorg-app/fonttosfnt/HISTORY
+++ b/xorg-app/fonttosfnt/HISTORY
@@ -1,3 +1,6 @@
+2024-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.4
+
2021-06-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.2
diff --git a/xorg-app/xcmsdb/DETAILS b/xorg-app/xcmsdb/DETAILS
index 96e98ad..9a0f1de 100755
--- a/xorg-app/xcmsdb/DETAILS
+++ b/xorg-app/xcmsdb/DETAILS
@@ -1,10 +1,13 @@
SPELL=xcmsdb
- VERSION=1.0.6
-
SOURCE_HASH=sha512:0046f98410f63c94a59174a337f51c9404c07858260f4859d56591c90adfbf88a889e3940f783152473c6a60a234e42fc853d46c7cac65d3d9d62b0dff18ec10
- SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+ 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
+ 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="Color Characterization for screens"
diff --git a/xorg-app/xcmsdb/HISTORY b/xorg-app/xcmsdb/HISTORY
index 61a9a24..29069ff 100644
--- a/xorg-app/xcmsdb/HISTORY
+++ b/xorg-app/xcmsdb/HISTORY
@@ -1,3 +1,7 @@
+2024-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 1.0.7
+
2022-07-19 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Changed SOURCE_URL[0] extension
updated spell to 1.0.6
diff --git a/xorg-app/xkbprint/DETAILS b/xorg-app/xkbprint/DETAILS
index 0268d76..a7669b7 100755
--- a/xorg-app/xkbprint/DETAILS
+++ b/xorg-app/xkbprint/DETAILS
@@ -1,6 +1,6 @@
SPELL=xkbprint
- 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/xkbprint/HISTORY b/xorg-app/xkbprint/HISTORY
index 5468e70..9a43895 100644
--- a/xorg-app/xkbprint/HISTORY
+++ b/xorg-app/xkbprint/HISTORY
@@ -1,3 +1,6 @@
+2024-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.7
+
2019-11-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
* DETAILS: version 1.0.5
diff --git a/xorg-app/xmag/DETAILS b/xorg-app/xmag/DETAILS
index 92c1742..e483559 100755
--- a/xorg-app/xmag/DETAILS
+++ b/xorg-app/xmag/DETAILS
@@ -1,25 +1,16 @@
SPELL=xmag
- VERSION=1.0.5
- SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-
SOURCE_HASH=sha512:2f17a672b4b21842ea194fb6bee387c44cff510dad70f487a13de14d6a24f5c7b8f03c06fb30f7ca62753a44827c1fed67ac4d2d3550780f16ffdd932e4a8bfa
+ VERSION=1.0.8
+ 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="Module xmag for xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+xmag displays a magnified snapshot of a portion of an X11 screen.
EOF
diff --git a/xorg-app/xmag/HISTORY b/xorg-app/xmag/HISTORY
index 52474ec..eb7e9b4 100644
--- a/xorg-app/xmag/HISTORY
+++ b/xorg-app/xmag/HISTORY
@@ -1,3 +1,8 @@
+2024-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 1.0.8
+ update desc
+
2013-07-11 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS: version 1.0.5