sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e7351b5b30fe1d490b5e21bbec7068676be683f2)
- 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 (e7351b5b30fe1d490b5e21bbec7068676be683f2)
- Date: Mon, 29 Jul 2024 07:54:04 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
crypto/scrypt/DETAILS | 4 ++--
crypto/scrypt/HISTORY | 3 +++
dev/null |binary
windowmanagers/labwc/DETAILS | 4 ++--
windowmanagers/labwc/HISTORY | 3 +++
x11/xinput_calibrator/DEPENDS | 3 ---
x11/xinput_calibrator/DETAILS | 18 ------------------
x11/xinput_calibrator/DOWNLOAD | 4 ----
x11/xinput_calibrator/HISTORY | 3 ---
xorg-app/xfs/DETAILS | 2 +-
xorg-app/xfs/HISTORY | 3 +++
xorg-app/xinput_calibrator/CONFIGURE | 1 +
xorg-app/xinput_calibrator/DEPENDS | 4 ++++
xorg-app/xinput_calibrator/DETAILS | 22 ++++++++++++++++++++++
xorg-app/xinput_calibrator/HISTORY | 9 +++++++++
xorg-lib/libx11/DETAILS | 2 +-
xorg-lib/libx11/HISTORY | 3 +++
17 files changed, 54 insertions(+), 34 deletions(-)
New commits:
commit e7351b5b30fe1d490b5e21bbec7068676be683f2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xinput_calibrator: => 0.8.0
commit efbfab9e2e17a15df32ef060e19a7f0a3fb5646f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libx11: => 1.8.10
commit 7d722b17f6cb1d85d7d4995d6d0c124ad59cf61e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xfs: => 1.2.2
commit d9d74b889080baf6a9c74cbfb23abaddcdabd5d0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
labwc: => 0.7.4
commit 8eda9e5461bbfdc0819b892b20a7fc62aab654a1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
scrypt: => 1.3.2
diff --git a/crypto/scrypt/DETAILS b/crypto/scrypt/DETAILS
index 47ca579..4904c0e 100755
--- a/crypto/scrypt/DETAILS
+++ b/crypto/scrypt/DETAILS
@@ -1,8 +1,8 @@
SPELL=scrypt
- VERSION=1.3.1
+ VERSION=1.3.2
SOURCE=${SPELL}-${VERSION}.tgz
SOURCE_URL[0]=https://www.tarsnap.com/scrypt/${SOURCE}
-
SOURCE_HASH=sha256:df2f23197c9589963267f85f9c5307ecf2b35a98b83a551bf1b1fb7a4d06d4c2
+
SOURCE_HASH=sha256:d632c1193420ac6faebf9482e65e33d3a5664eccd643b09a509d21d1c1f29be2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://www.tarsnap.com/scrypt.html
ENTERED=20100528
diff --git a/crypto/scrypt/HISTORY b/crypto/scrypt/HISTORY
index c239c87..e6c82ef 100644
--- a/crypto/scrypt/HISTORY
+++ b/crypto/scrypt/HISTORY
@@ -1,3 +1,6 @@
+2024-07-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.2
+
2021-08-27 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: removed non-existing MESON_DEPENDS
* PRE_BUILD: made to always apply patches
diff --git a/windowmanagers/labwc/DETAILS b/windowmanagers/labwc/DETAILS
index 37ab260..fc39b1b 100755
--- a/windowmanagers/labwc/DETAILS
+++ b/windowmanagers/labwc/DETAILS
@@ -1,10 +1,10 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=labwc
- VERSION=0.7.3
+ VERSION=0.7.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/labwc/labwc/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha256:72352250b2a9758a24d5766030a7c3f62c658df7b94552f3701ea86e557d0f2a
+
SOURCE_HASH=sha256:2afa1ef483863fc6217803a540b9afab6939d2324e9bb4dcf4a028281b731fb9
LICENSE[0]=GPL
WEB_SITE=https://github.com/labwc/labwc/
ENTERED=20230227
diff --git a/windowmanagers/labwc/HISTORY b/windowmanagers/labwc/HISTORY
index 6d6c464..2c71618 100644
--- a/windowmanagers/labwc/HISTORY
+++ b/windowmanagers/labwc/HISTORY
@@ -1,3 +1,6 @@
+2024-07-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.4
+
2024-07-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7.3
diff --git a/x11/xinput_calibrator/DEPENDS b/x11/xinput_calibrator/DEPENDS
deleted file mode 100755
index 9774d38..0000000
--- a/x11/xinput_calibrator/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends X11-LIBS &&
-optional_depends gtkmm2 '--with-gui=gtkmm' '--with-gui=x11' \
- 'for a gtkmm gui instead of using X11'
diff --git a/x11/xinput_calibrator/DETAILS b/x11/xinput_calibrator/DETAILS
deleted file mode 100755
index d2988bd..0000000
--- a/x11/xinput_calibrator/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- SPELL=xinput_calibrator
- VERSION=0.7.5
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://github.com/downloads/tias/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:dc022f4de6d7b57912373a571ef0598c7b9d91cdbc3f63bb2b32c6149e43f67eaf820dc0289349d527314381d5195cf8891f6bcb9847110662dd75875f76b9de
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.freedesktop.org/wiki/Software/xinput_calibrator"
- LICENSE[0]=MIT/X11
- ENTERED=20110515
- SHORT="Generic touchscreen calibration program"
-cat << EOF
-xinput_calibrator was created to fill the gap of touchscreen calibration
-software, featuring:
-- works for any standard Xorg touchscreen driver (uses XInput protocol)
-- mis-click detection (prevents bogus calibration)
-- dynamically recalibrates the evdev driver
-- outputs the calibration as xorg.conf.d snippet or HAL policy file and more
-EOF
diff --git a/x11/xinput_calibrator/DOWNLOAD b/x11/xinput_calibrator/DOWNLOAD
deleted file mode 100755
index 9ee7b15..0000000
--- a/x11/xinput_calibrator/DOWNLOAD
+++ /dev/null
@@ -1,4 +0,0 @@
-if [[ ! -e "${SOURCE_CACHE}/${SOURCE}" ]]; then
- wget -c --no-check-certificate -O ${SOURCE} ${SOURCE_URL} &&
- mv ${SOURCE} ${SOURCE_CACHE}
-fi
diff --git a/x11/xinput_calibrator/HISTORY b/x11/xinput_calibrator/HISTORY
deleted file mode 100644
index c563dcd..0000000
--- a/x11/xinput_calibrator/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2011-05-15 Arjan Bouter <abouter AT sourcemage.org>
- * DETAILS, DEPENDS, DOWNLOAD: spell created
-
diff --git a/xorg-app/xfs/DETAILS b/xorg-app/xfs/DETAILS
index 88510a6..2f100cd 100755
--- a/xorg-app/xfs/DETAILS
+++ b/xorg-app/xfs/DETAILS
@@ -1,5 +1,5 @@
SPELL=xfs
- VERSION=1.2.1
+ VERSION=1.2.2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xfs/HISTORY b/xorg-app/xfs/HISTORY
index 3cf8db9..6bf3de3 100644
--- a/xorg-app/xfs/HISTORY
+++ b/xorg-app/xfs/HISTORY
@@ -1,3 +1,6 @@
+2024-07-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.2
+
2022-07-19 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Changed SOURCE2 extension
updated spell to 1.2.1
diff --git a/xorg-app/xfs/xfs-1.1.0.tar.bz2.sig
b/xorg-app/xfs/xfs-1.1.0.tar.bz2.sig
deleted file mode 100644
index 12201af..0000000
Binary files a/xorg-app/xfs/xfs-1.1.0.tar.bz2.sig and /dev/null differ
diff --git a/xorg-app/xinput_calibrator/CONFIGURE
b/xorg-app/xinput_calibrator/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/xorg-app/xinput_calibrator/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-app/xinput_calibrator/DEPENDS
b/xorg-app/xinput_calibrator/DEPENDS
new file mode 100755
index 0000000..c95ea1c
--- /dev/null
+++ b/xorg-app/xinput_calibrator/DEPENDS
@@ -0,0 +1,4 @@
+source $GRIMOIRE/MESON_DEPENDS &&
+depends libx11 &&
+optional_depends gtkmm2 'gui=gtkmm' 'gui=x11' \
+ 'for a gtkmm gui instead of using X11'
diff --git a/xorg-app/xinput_calibrator/DETAILS
b/xorg-app/xinput_calibrator/DETAILS
new file mode 100755
index 0000000..3de5113
--- /dev/null
+++ b/xorg-app/xinput_calibrator/DETAILS
@@ -0,0 +1,22 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=xinput_calibrator
+ VERSION=0.8.0
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+
SOURCE_URL[0]=https://xorg.freedesktop.org/archive/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="https://www.freedesktop.org/wiki/Software/xinput_calibrator"
+ LICENSE[0]=MIT/X11
+ ENTERED=20110515
+ SHORT="Generic touchscreen calibration program"
+cat << EOF
+xinput_calibrator was created to fill the gap of touchscreen calibration
+software, featuring:
+- works for any standard Xorg touchscreen driver (uses XInput protocol)
+- mis-click detection (prevents bogus calibration)
+- dynamically recalibrates the evdev driver
+- outputs the calibration as xorg.conf.d snippet or HAL policy file and more
+EOF
diff --git a/xorg-app/xinput_calibrator/HISTORY
b/xorg-app/xinput_calibrator/HISTORY
new file mode 100644
index 0000000..2f1c214
--- /dev/null
+++ b/xorg-app/xinput_calibrator/HISTORY
@@ -0,0 +1,9 @@
+2024-07-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 0.8.0
+ move spell to xorg-app
+ * *: use meson build
+
+2011-05-15 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS, DEPENDS, DOWNLOAD: spell created
+
diff --git a/xorg-lib/libx11/DETAILS b/xorg-lib/libx11/DETAILS
index f25c1d9..bbedff8 100755
--- a/xorg-lib/libx11/DETAILS
+++ b/xorg-lib/libx11/DETAILS
@@ -1,7 +1,7 @@
# Watch: https://xorg.freedesktop.org/releases/individual/lib
libX11-([0-9.]+)[.]tar
SPELL=libx11
PKG=libX11
- VERSION=1.8.9
+ VERSION=1.8.10
SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index 8800401..16176f7 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,6 @@
+2024-07-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.10
+
2024-04-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.9
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e7351b5b30fe1d490b5e21bbec7068676be683f2), Treeve Jelbert, 07/29/2024
Archive powered by MHonArc 2.6.24.