Skip to Content.
Sympa Menu

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

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 (b76aad3aba0fd38f7bd0325e4e0a3cc83c6bcdc9)
  • Date: Sun, 4 Dec 2022 10:39:07 +0000

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

xorg-app/xcursorgen/DETAILS | 4 ++--
xorg-app/xcursorgen/HISTORY | 3 +++
xorg-app/xdm/DETAILS | 2 +-
xorg-app/xdm/HISTORY | 3 +++
xorg-app/xfd/DETAILS | 4 ++--
xorg-app/xfd/HISTORY | 3 +++
xorg-app/xgamma/DETAILS | 14 ++++++++------
xorg-app/xgamma/HISTORY | 4 ++++
xorg-app/xinit/DETAILS | 4 ++--
xorg-app/xinit/HISTORY | 3 +++
xorg-app/xprop/DETAILS | 4 ++--
xorg-app/xprop/HISTORY | 3 +++
xorg-app/xrandr/DETAILS | 2 +-
xorg-app/xrandr/HISTORY | 3 +++
xorg-app/xset/DETAILS | 4 ++--
xorg-app/xset/HISTORY | 3 +++
xorg-lib/libice/DETAILS | 4 ++--
xorg-lib/libice/HISTORY | 3 +++
18 files changed, 50 insertions(+), 20 deletions(-)

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

xgamma: => 1.0.7

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

xfd: => 1.1.4

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

xdm: => 1.1.14

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

xcursorgen: => 1.0.8

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

xinit: => 1.4.2

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

xprop: => 1.2.6

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

xset: => 1.2.5

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

libice: => 1.1.0

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

xrandr: => 1.5.2

diff --git a/xorg-app/xcursorgen/DETAILS b/xorg-app/xcursorgen/DETAILS
index 160fb75..983c2bb 100755
--- a/xorg-app/xcursorgen/DETAILS
+++ b/xorg-app/xcursorgen/DETAILS
@@ -1,6 +1,6 @@
SPELL=xcursorgen
- VERSION=1.0.7
- SOURCE=$SPELL-$VERSION.tar.bz2
+ 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
diff --git a/xorg-app/xcursorgen/HISTORY b/xorg-app/xcursorgen/HISTORY
index 592d96a..4e4bda6 100644
--- a/xorg-app/xcursorgen/HISTORY
+++ b/xorg-app/xcursorgen/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.8
+
2019-01-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.7
* DETAILS: add gpg checking
diff --git a/xorg-app/xdm/DETAILS b/xorg-app/xdm/DETAILS
index 26ec865..766cfef 100755
--- a/xorg-app/xdm/DETAILS
+++ b/xorg-app/xdm/DETAILS
@@ -1,5 +1,5 @@
SPELL=xdm
- VERSION=1.1.13
+ VERSION=1.1.14
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
diff --git a/xorg-app/xdm/HISTORY b/xorg-app/xdm/HISTORY
index 1b74b8c..1065463 100644
--- a/xorg-app/xdm/HISTORY
+++ b/xorg-app/xdm/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.14
+
2022-05-22 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS, PRE_BUILD, 0001-Use-dbus-launcher-to-start-xsession.patch:
launch dbus session if dbus is installed
diff --git a/xorg-app/xfd/DETAILS b/xorg-app/xfd/DETAILS
index a679a63..2d6b2cc 100755
--- a/xorg-app/xfd/DETAILS
+++ b/xorg-app/xfd/DETAILS
@@ -1,7 +1,7 @@
SPELL=xfd
PKG=xfd
- VERSION=1.1.3
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.1.4
+ SOURCE=${PKG}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=https://xorg.freedesktop.org
SOURCE_URL[0]="${WEB_SITE}/individual/app/${SOURCE}"
diff --git a/xorg-app/xfd/HISTORY b/xorg-app/xfd/HISTORY
index a122c7c..f1785e4 100644
--- a/xorg-app/xfd/HISTORY
+++ b/xorg-app/xfd/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.4
+
2019-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.3
* DETAILS: add gpg checking
diff --git a/xorg-app/xgamma/DETAILS b/xorg-app/xgamma/DETAILS
index 7b8b182..a5acbb2 100755
--- a/xorg-app/xgamma/DETAILS
+++ b/xorg-app/xgamma/DETAILS
@@ -1,11 +1,13 @@
SPELL=xgamma
- VERSION=1.0.6
- SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-#
SOURCE_HASH=sha512:09e68810b137e941d855ac4618e3239a0ca608082d83f79ea9758f3ab794d629864698544865f9df7cd66a9204d821e66f7069369feec17ff08600df772e543e
+ 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="Alter a monitor's gamma correction through the X server"
diff --git a/xorg-app/xgamma/HISTORY b/xorg-app/xgamma/HISTORY
index 4b06f90..7571871 100644
--- a/xorg-app/xgamma/HISTORY
+++ b/xorg-app/xgamma/HISTORY
@@ -1,3 +1,7 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 1.0.7
+
2019-06-04 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.0.6

diff --git a/xorg-app/xinit/DETAILS b/xorg-app/xinit/DETAILS
index e65bb93..9612805 100755
--- a/xorg-app/xinit/DETAILS
+++ b/xorg-app/xinit/DETAILS
@@ -1,6 +1,6 @@
SPELL=xinit
- VERSION=1.4.1
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=1.4.2
+ 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/xinit/HISTORY b/xorg-app/xinit/HISTORY
index 5161a1d..3c55d23 100644
--- a/xorg-app/xinit/HISTORY
+++ b/xorg-app/xinit/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.2
+
2019-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.1

diff --git a/xorg-app/xprop/DETAILS b/xorg-app/xprop/DETAILS
index 63eed1c..a44232f 100755
--- a/xorg-app/xprop/DETAILS
+++ b/xorg-app/xprop/DETAILS
@@ -1,6 +1,6 @@
SPELL=xprop
- VERSION=1.2.5
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=1.2.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
diff --git a/xorg-app/xprop/HISTORY b/xorg-app/xprop/HISTORY
index 238e707..ba9f435 100644
--- a/xorg-app/xprop/HISTORY
+++ b/xorg-app/xprop/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.6
+
2020-11-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.5

diff --git a/xorg-app/xrandr/DETAILS b/xorg-app/xrandr/DETAILS
index af7dfde..5825e3a 100755
--- a/xorg-app/xrandr/DETAILS
+++ b/xorg-app/xrandr/DETAILS
@@ -1,5 +1,5 @@
SPELL=xrandr
- VERSION=1.5.1
+ VERSION=1.5.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/xrandr/HISTORY b/xorg-app/xrandr/HISTORY
index 4ed8d18..f08ba82 100644
--- a/xorg-app/xrandr/HISTORY
+++ b/xorg-app/xrandr/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5.2
+
2022-11-27 Conner Clere <connerclere AT gmail.com>
* DEPENDS: add xorgproto dependency

diff --git a/xorg-app/xset/DETAILS b/xorg-app/xset/DETAILS
index f6c67f4..908d739 100755
--- a/xorg-app/xset/DETAILS
+++ b/xorg-app/xset/DETAILS
@@ -1,6 +1,6 @@
SPELL=xset
- VERSION=1.2.4
- SOURCE=${SPELL}-${VERSION}.tar.bz2
+ VERSION=1.2.5
+ 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/xset/HISTORY b/xorg-app/xset/HISTORY
index 583640a..c0acf28 100644
--- a/xorg-app/xset/HISTORY
+++ b/xorg-app/xset/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.5
+
2018-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.4
* DETAILS: add gpg checking
diff --git a/xorg-lib/libice/DETAILS b/xorg-lib/libice/DETAILS
index 6387377..2c10eff 100755
--- a/xorg-lib/libice/DETAILS
+++ b/xorg-lib/libice/DETAILS
@@ -1,8 +1,8 @@
SPELL=libice
PKG=libICE
- VERSION=1.0.10
+ VERSION=1.1.0
SECURITY_PATCH=1
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
diff --git a/xorg-lib/libice/HISTORY b/xorg-lib/libice/HISTORY
index d5a2c20..ae19f0e 100644
--- a/xorg-lib/libice/HISTORY
+++ b/xorg-lib/libice/HISTORY
@@ -1,3 +1,6 @@
+2022-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b76aad3aba0fd38f7bd0325e4e0a3cc83c6bcdc9), Treeve Jelbert, 12/04/2022

Archive powered by MHonArc 2.6.24.

Top of Page