Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4d5fac9971e0b87216c305a29fd782d98256207)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4d5fac9971e0b87216c305a29fd782d98256207)
  • Date: Tue, 13 Oct 2009 15:13:07 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
xorg-app/xinput/DETAILS | 6 +++---
xorg-app/xinput/HISTORY | 3 +++
xorg-app/xinput/xinput-1.4.2.tar.bz2.sig | 0
xorg-data/xbitmaps/DETAILS | 14 ++++++--------
xorg-data/xbitmaps/HISTORY | 3 +++
xorg-data/xbitmaps/xbitmaps-X11R7.0-1.0.1.tar.bz2.sig | 0
xorg-proto/kbproto/DETAILS | 5 ++---
xorg-proto/kbproto/HISTORY | 3 +++
9 files changed, 20 insertions(+), 14 deletions(-)

New commits:
commit e4d5fac9971e0b87216c305a29fd782d98256207
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xinput: => 1.5.0
(cherry picked from commit d2ca140dfd35dbf58c1d46e3c4ea74003046ce49)

commit adab8821245bc1206e616e0945d62ba1ae09061c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xbitmaps: => 1.1.0
(cherry picked from commit d7d51a554167e685d3174450b20b1e59ab6cf9e2)

commit c217e2738fb2f95141a2c8c98e7929d590202a9c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kbproto: => 1.0.4
(cherry picked from commit 74b9ec5c4bca3e0d56e9ced696d3d5eecf9d352d)

diff --git a/xorg-app/xinput/DETAILS b/xorg-app/xinput/DETAILS
index 2df3beb..84ce191 100755
--- a/xorg-app/xinput/DETAILS
+++ b/xorg-app/xinput/DETAILS
@@ -1,9 +1,9 @@
SPELL=xinput
- VERSION=1.4.2
+ VERSION=1.5.0
+
SOURCE_HASH=sha512:1b1aba53848f308cbb3a43cf3f14846474b204bc347833cb600b7313401126ea0c5dc3ce266e9b8cfb4eceaf223213964e64815902d3d2847f90029772561a0c
SOURCE=${SPELL}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-#
SOURCE_HASH=sha512:d4fed0e235aff94a1402265c779f832e3e5df1db5b51359b439401cbc8cb6558eeb8270f6f0fb5688761656f995bb27a30f3604902cfc5ed5e03cf4bab84073a
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20080821
diff --git a/xorg-app/xinput/HISTORY b/xorg-app/xinput/HISTORY
index b11d2ed..7546897 100644
--- a/xorg-app/xinput/HISTORY
+++ b/xorg-app/xinput/HISTORY
@@ -1,3 +1,6 @@
+2009-10-13 Treeve Jelbert <treeve AT sdourcemage.org>
+ * DETAILS: version 1.5.0
+
2009-05-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.4.2

diff --git a/xorg-app/xinput/xinput-1.4.2.tar.bz2.sig
b/xorg-app/xinput/xinput-1.4.2.tar.bz2.sig
deleted file mode 100644
index 1745b95..0000000
Binary files a/xorg-app/xinput/xinput-1.4.2.tar.bz2.sig and /dev/null differ
diff --git a/xorg-data/xbitmaps/DETAILS b/xorg-data/xbitmaps/DETAILS
index 91494a4..769ebb5 100755
--- a/xorg-data/xbitmaps/DETAILS
+++ b/xorg-data/xbitmaps/DETAILS
@@ -1,16 +1,14 @@
SPELL=xbitmaps
PKG=xbitmaps
- 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/data/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${XORG_VER}-${VERSION}
+ VERSION=1.1.0
+
SOURCE_HASH=sha512:cf499a15adc1004354c15849bf715e6ae671b01a007fee0135642d536f35f882928ffcaa696f165415e60d5c635f6944291b96558840e3beb202d8294d6fee11
+ SOURCE=${PKG}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
- UPDATED=20051125
LICENSE[0]=XCL
- BUILD_API=2
SHORT="static graphics needed by many legacy X clients"
cat << EOF
static graphics needed by many legacy X clients.
diff --git a/xorg-data/xbitmaps/HISTORY b/xorg-data/xbitmaps/HISTORY
index e18ad63..ee9127b 100644
--- a/xorg-data/xbitmaps/HISTORY
+++ b/xorg-data/xbitmaps/HISTORY
@@ -1,3 +1,6 @@
+2009-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

diff --git a/xorg-data/xbitmaps/xbitmaps-X11R7.0-1.0.1.tar.bz2.sig
b/xorg-data/xbitmaps/xbitmaps-X11R7.0-1.0.1.tar.bz2.sig
deleted file mode 100644
index d597301..0000000
Binary files a/xorg-data/xbitmaps/xbitmaps-X11R7.0-1.0.1.tar.bz2.sig and
/dev/null differ
diff --git a/xorg-proto/kbproto/DETAILS b/xorg-proto/kbproto/DETAILS
index d0b5cdb..e5ae369 100755
--- a/xorg-proto/kbproto/DETAILS
+++ b/xorg-proto/kbproto/DETAILS
@@ -1,10 +1,9 @@
SPELL=kbproto
- VERSION=1.0.3
- XORG_VER=X11R7.0
+ VERSION=1.0.4
+
SOURCE_HASH=sha512:b2ea08772bd7d98de7ee489f7707eb3722856649f9f5f4c94ead36ec2f18a708a0d31208f92ce90fc08ab968a443ae746901e601ed6c5bb4711325e58878af91
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
-
SOURCE_HASH=sha512:5020ef05078b8e32cc258f7178bd7cfcc313a10cf6289fe64cdf110933d282416ef407d2167b8ea0730b7f2edfe55770e1d016f59706cbec477863e0d4913c70
LICENSE[0]=XCL
WEB_SITE=http://xorg.freedesktop.org/
ENTERED=20051124
diff --git a/xorg-proto/kbproto/HISTORY b/xorg-proto/kbproto/HISTORY
index fe0b6ae..52ccb6d 100644
--- a/xorg-proto/kbproto/HISTORY
+++ b/xorg-proto/kbproto/HISTORY
@@ -1,3 +1,6 @@
+2009-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.4
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4d5fac9971e0b87216c305a29fd782d98256207), Eric Sandall, 10/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page