Skip to Content.
Sympa Menu

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

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 (ff2ac42d3cd24575141c003734cc3aa487d2c2b8)
  • Date: Wed, 7 Mar 2018 07:59:41 +0000

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

dev/null |binary
xorg-app/mkfontscale/DETAILS | 11 +++++++----
xorg-app/mkfontscale/HISTORY | 4 ++++
xorg-app/oclock/DETAILS | 18 +++++++++---------
xorg-app/oclock/HISTORY | 4 ++++
xorg-app/twm/DETAILS | 12 +++++++-----
xorg-app/twm/HISTORY | 4 ++++
xorg-app/xdriinfo/DETAILS | 12 +++++++-----
xorg-app/xdriinfo/HISTORY | 4 ++++
9 files changed, 46 insertions(+), 23 deletions(-)

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

oclock: => 1.0.4

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

oclock: => 1.0.4

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

twm: => 1.0.10

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

xdriinfo: => 1.0.6

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

mkfontscale: => 1.1.3

diff --git a/xorg-app/mkfontscale/DETAILS b/xorg-app/mkfontscale/DETAILS
index 5ac2adb..389e089 100755
--- a/xorg-app/mkfontscale/DETAILS
+++ b/xorg-app/mkfontscale/DETAILS
@@ -1,10 +1,13 @@
SPELL=mkfontscale
- VERSION=1.1.2
-
SOURCE_HASH=sha512:5c3331f66cd523afe95347aa36440655ba8fdbc716c5987a24ad624c1fbd718c4a8d67aa36330f6d5ab2eb5a6195a409a041954568c0a3375c0e2aeb6a955601
+ VERSION=1.1.3
SOURCE=${SPELL}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+
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/wiki
+ WEB_SITE=https://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
SHORT="the X.Org scalable font directory creator"
diff --git a/xorg-app/mkfontscale/HISTORY b/xorg-app/mkfontscale/HISTORY
index 2bbe56a..b219583 100644
--- a/xorg-app/mkfontscale/HISTORY
+++ b/xorg-app/mkfontscale/HISTORY
@@ -1,3 +1,7 @@
+2018-03-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.3
+ * DETAILS: add gpg checking
+
2018-03-06 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on xorgproto, not xproto, now

diff --git a/xorg-app/oclock/DETAILS b/xorg-app/oclock/DETAILS
index 0cc6176..4089d4d 100755
--- a/xorg-app/oclock/DETAILS
+++ b/xorg-app/oclock/DETAILS
@@ -1,14 +1,14 @@
SPELL=oclock
- PKG=oclock
- VERSION=1.0.1
- XORG_VER=X11R7.0
- SOURCE=${PKG}-${XORG_VER}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/${XORG_VER}/src/app/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${XORG_VER}-${VERSION}
- WEB_SITE=http://xorg.freedesktop.org
+ VERSION=1.0.4
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+
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=https://xorg.freedesktop.org
ENTERED=20051125
- UPDATED=20051125
LICENSE[0]=XCL
BUILD_API=2
SHORT="Module oclock for xorg"
diff --git a/xorg-app/oclock/HISTORY b/xorg-app/oclock/HISTORY
index 6dfee7b..c863a24 100644
--- a/xorg-app/oclock/HISTORY
+++ b/xorg-app/oclock/HISTORY
@@ -1,3 +1,7 @@
+2018-03-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.4
+ * DETAILS: add gpg checking
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

diff --git a/xorg-app/oclock/oclock-X11R7.0-1.0.1.tar.bz2.sig
b/xorg-app/oclock/oclock-X11R7.0-1.0.1.tar.bz2.sig
deleted file mode 100644
index 0e04953..0000000
Binary files a/xorg-app/oclock/oclock-X11R7.0-1.0.1.tar.bz2.sig and /dev/null
differ
diff --git a/xorg-app/twm/DETAILS b/xorg-app/twm/DETAILS
index 4c376af..33635bc 100755
--- a/xorg-app/twm/DETAILS
+++ b/xorg-app/twm/DETAILS
@@ -1,11 +1,13 @@
SPELL=twm
- VERSION=1.0.6
+ VERSION=1.0.10
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-#
SOURCE_HASH=sha512:03e2f91d11b5acce3d8213773341e215458df04ef97bc2aa4889ee847d0baf7d9d8c4e2a9bfef96056b1a75337b51bed6cf4e1adeec9ed1206051a074dc7d0f5
+
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/wiki
+ WEB_SITE=https://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
SHORT="a simple window manager"
diff --git a/xorg-app/twm/HISTORY b/xorg-app/twm/HISTORY
index 90d346c..85149b3 100644
--- a/xorg-app/twm/HISTORY
+++ b/xorg-app/twm/HISTORY
@@ -1,3 +1,7 @@
+2018-03-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.10
+ * DETAILS: add gpg checking
+
2012-05-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* INSTALL, twm.desktop: added desktop file

diff --git a/xorg-app/twm/twm-1.0.6.tar.bz2.sig
b/xorg-app/twm/twm-1.0.6.tar.bz2.sig
deleted file mode 100644
index d2e4837..0000000
Binary files a/xorg-app/twm/twm-1.0.6.tar.bz2.sig and /dev/null differ
diff --git a/xorg-app/xdriinfo/DETAILS b/xorg-app/xdriinfo/DETAILS
index b6edcfc..5cd7081 100755
--- a/xorg-app/xdriinfo/DETAILS
+++ b/xorg-app/xdriinfo/DETAILS
@@ -1,11 +1,13 @@
SPELL=xdriinfo
- VERSION=1.0.4
+ VERSION=1.0.6
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-#
SOURCE_HASH=sha512:f6cbe9a3efd9d4040e4ac45a011dddb46958c2ff5778ea6d8138b5521792ea8846c0ab44303cf121bef09d2c1052715bc0c6d073cc9800d780bde2de03da1aca
+
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="query configuration information of DRI drivers"
diff --git a/xorg-app/xdriinfo/HISTORY b/xorg-app/xdriinfo/HISTORY
index 332ae37..8cff228 100644
--- a/xorg-app/xdriinfo/HISTORY
+++ b/xorg-app/xdriinfo/HISTORY
@@ -1,3 +1,7 @@
+2018-03-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.6
+ * DETAILS: add gpg checking
+
2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto

diff --git a/xorg-app/xdriinfo/xdriinfo-1.0.4.tar.bz2.sig
b/xorg-app/xdriinfo/xdriinfo-1.0.4.tar.bz2.sig
deleted file mode 100644
index 6522493..0000000
Binary files a/xorg-app/xdriinfo/xdriinfo-1.0.4.tar.bz2.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ff2ac42d3cd24575141c003734cc3aa487d2c2b8), Treeve Jelbert, 03/07/2018

Archive powered by MHonArc 2.6.24.

Top of Page