Skip to Content.
Sympa Menu

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

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 (78074ab92b2c582af8d5d27830381ceb9507ad00)
  • Date: Tue, 22 Dec 2009 13:24:42 -0600

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

dev/null |binary
xorg-app/xcalc/DETAILS | 12 +++++-------
xorg-app/xcalc/HISTORY | 6 ++++++
xorg-app/xcalc/xcalc-1.0.3.tar.bz2.sig |binary
xorg-app/xeyes/DEPENDS | 7 ++++++-
xorg-app/xeyes/DETAILS | 13 +++++--------
xorg-app/xeyes/HISTORY | 7 +++++++
xorg-app/xeyes/xeyes-1.1.0.tar.bz2.sig |binary
xorg-app/xeyes/xeyes-X11R7.0-1.0.1.tar.bz2.sig | 0
9 files changed, 29 insertions(+), 16 deletions(-)

New commits:
commit 78074ab92b2c582af8d5d27830381ceb9507ad00
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xcalc: Removed XORG_VER and PKG

commit 7557791606aa2f60d9e39e2e76bfc401b0faa856
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xeyes: Updated to 1.1.0
SOURCE matches upstream posted SHA1
Removed UPDATED, PKG, and XORG_VER
SOURCE_URL now uses individual URL
Optionally depends on xrender

commit d49a214c520c234cffe13768d2ff8e521c1d50e2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xcalc: Updated to 1.0.3
SOURCE matches upstream posted SHA1
Removed PATCHLEVEL

diff --git a/xorg-app/xcalc/DETAILS b/xorg-app/xcalc/DETAILS
index 0269c77..98370fe 100755
--- a/xorg-app/xcalc/DETAILS
+++ b/xorg-app/xcalc/DETAILS
@@ -1,15 +1,13 @@
SPELL=xcalc
- PKG=xcalc
- VERSION=1.0.2
- XORG_VER=X11R7.0
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.0.3
+ 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:292b570e2b9e4cfbf625f65c4d0ed4f2121df6e8cdb3e0007e1b5f614a91e4a782c92799406306a8bd96b7b2002fb34713a6e722aaee26d83e9867db477a6f70
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+#
SOURCE_HASH=sha512:292b570e2b9e4cfbf625f65c4d0ed4f2121df6e8cdb3e0007e1b5f614a91e4a782c92799406306a8bd96b7b2002fb34713a6e722aaee26d83e9867db477a6f70
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
- PATCHLEVEL=1
SHORT="the X.Org calculator application"
cat << EOF
xcalc is a small X windows based calculator application.
diff --git a/xorg-app/xcalc/HISTORY b/xorg-app/xcalc/HISTORY
index 797a2e7..c233425 100644
--- a/xorg-app/xcalc/HISTORY
+++ b/xorg-app/xcalc/HISTORY
@@ -1,3 +1,9 @@
+2009-12-22 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.3
+ SOURCE matches upstream posted SHA1
+ Removed PATCHLEVEL
+ Removed XORG_VER and PKG
+
2009-01-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: killing off XPrint
* DETAILS: patchlevel++
diff --git a/xorg-app/xcalc/xcalc-1.0.3.tar.bz2.sig
b/xorg-app/xcalc/xcalc-1.0.3.tar.bz2.sig
new file mode 100644
index 0000000..acef856
Binary files /dev/null and b/xorg-app/xcalc/xcalc-1.0.3.tar.bz2.sig differ
diff --git a/xorg-app/xeyes/DEPENDS b/xorg-app/xeyes/DEPENDS
index efd5580..f771ebc 100755
--- a/xorg-app/xeyes/DEPENDS
+++ b/xorg-app/xeyes/DEPENDS
@@ -2,4 +2,9 @@ depends util-macros &&
depends libx11 &&
depends libxt &&
depends libxext &&
-depends libxmu
+depends libxmu &&
+
+optional_depends libxrender \
+ '--with-xrender' \
+ '--without-xrender' \
+ 'for anti-aliased rendering'
diff --git a/xorg-app/xeyes/DETAILS b/xorg-app/xeyes/DETAILS
index 6c2d324..62fb81c 100755
--- a/xorg-app/xeyes/DETAILS
+++ b/xorg-app/xeyes/DETAILS
@@ -1,14 +1,11 @@
SPELL=xeyes
- PKG=xeyes
- 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}
+ VERSION=1.1.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
- UPDATED=20051125
LICENSE[0]=XCL
BUILD_API=2
SHORT="the X.Org xeyes application"
diff --git a/xorg-app/xeyes/HISTORY b/xorg-app/xeyes/HISTORY
index 1de1cdc..6dd3005 100644
--- a/xorg-app/xeyes/HISTORY
+++ b/xorg-app/xeyes/HISTORY
@@ -1,3 +1,10 @@
+2009-12-22 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.1.0
+ SOURCE matches upstream posted SHA1
+ Removed UPDATED, PKG, and XORG_VER
+ SOURCE_URL now uses individual URL
+ * DEPENDS: Optionally depends on xrender
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

diff --git a/xorg-app/xeyes/xeyes-1.1.0.tar.bz2.sig
b/xorg-app/xeyes/xeyes-1.1.0.tar.bz2.sig
new file mode 100644
index 0000000..7172afb
Binary files /dev/null and b/xorg-app/xeyes/xeyes-1.1.0.tar.bz2.sig differ
diff --git a/xorg-app/xeyes/xeyes-X11R7.0-1.0.1.tar.bz2.sig
b/xorg-app/xeyes/xeyes-X11R7.0-1.0.1.tar.bz2.sig
deleted file mode 100644
index 99fd682..0000000
Binary files a/xorg-app/xeyes/xeyes-X11R7.0-1.0.1.tar.bz2.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (78074ab92b2c582af8d5d27830381ceb9507ad00), Eric Sandall, 12/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page