Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (9eb91c82128f935079decd6d288226d587ee3f4d)

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 devel-xorg-modular grimoire by Eric Sandall (9eb91c82128f935079decd6d288226d587ee3f4d)
  • Date: Thu, 2 Jul 2009 17:31:22 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

xorg-lib/libxaw/DEPENDS | 20 ++++++++++++++------
xorg-lib/libxaw/DETAILS | 5 +++--
xorg-lib/libxaw/HISTORY | 7 +++++++
xorg-lib/libxaw/libXaw-1.0.6.tar.bz2.sig |binary
xorg-lib/libxt/DETAILS | 5 +++--
xorg-lib/libxt/HISTORY | 14 +++++++++-----
xorg-lib/libxt/libXt-1.0.6.tar.bz2.sig |binary
7 files changed, 36 insertions(+), 15 deletions(-)

New commits:
commit 9eb91c82128f935079decd6d288226d587ee3f4d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libxaw: xproto libx11 libxext libxt libxmu xextproto are needed for
Xaw6 and Xaw7, libxpm is only needed for Xaw7. None of them
are needed if neither Xaw6 nor Xaw7 are enabled

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

libxaw: pdated to 1.0.6
SOURCE matches upstream posted MD5

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

libxt: Removed whitespace

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

libxt: Updated to 1.0.6
SOURCE matches upstream posted MD5

diff --git a/xorg-lib/libxaw/DEPENDS b/xorg-lib/libxaw/DEPENDS
index 8c2d23d..6b4a520 100755
--- a/xorg-lib/libxaw/DEPENDS
+++ b/xorg-lib/libxaw/DEPENDS
@@ -2,9 +2,17 @@ depends gawk &&
depends pkgconfig &&
depends libtool &&
depends util-macros &&
-depends xproto &&
-depends libx11 &&
-depends libxext &&
-depends libxt &&
-depends libxmu &&
-depends libxpm
+
+if list_find "$LIBXAW_OPTS" "--enable-xaw6" ||
+ list_find "$LIBXAW_OPTS" "--enable-xaw7"; then
+ depends xproto &&
+ depends libx11 &&
+ depends libxext &&
+ depends libxt &&
+ depends libxmu &&
+ depends xextproto
+fi &&
+
+if list_find "$LIBXAW_OPTS" "--enable-xaw7"; then
+ depends libxpm
+fi
diff --git a/xorg-lib/libxaw/DETAILS b/xorg-lib/libxaw/DETAILS
index 241dd1f..c210239 100755
--- a/xorg-lib/libxaw/DETAILS
+++ b/xorg-lib/libxaw/DETAILS
@@ -1,10 +1,11 @@
SPELL=libxaw
PKG=libXaw
- VERSION=1.0.5
+ VERSION=1.0.6
XORG_VER=X11R7.1
SOURCE=${PKG}-${VERSION}.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-
SOURCE_HASH=sha512:bdb996fece89dd570b8fde4c53ab11948f04505be3ffec38d9a7e6fdaebacca1378388c87814c1d8ea010b1713af77fb30bb3303118363a43315091b89b1118c
+#
SOURCE_HASH=sha512:bdb996fece89dd570b8fde4c53ab11948f04505be3ffec38d9a7e6fdaebacca1378388c87814c1d8ea010b1713af77fb30bb3303118363a43315091b89b1118c
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
diff --git a/xorg-lib/libxaw/HISTORY b/xorg-lib/libxaw/HISTORY
index ccbcfea..3fa4f02 100644
--- a/xorg-lib/libxaw/HISTORY
+++ b/xorg-lib/libxaw/HISTORY
@@ -1,3 +1,10 @@
+2009-07-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.6
+ SOURCE matches upstream posted MD5
+ * DEPENDS: xproto libx11 libxext libxt libxmu xextproto are needed for
+ Xaw6 and Xaw7, libxpm is only needed for Xaw7. None of them are
needed
+ if neither Xaw6 nor Xaw7 are enabled.
+
2009-01-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: xprint no longer supported
* PRE_SUB_DEPENDS: no more XAW8
diff --git a/xorg-lib/libxaw/libXaw-1.0.6.tar.bz2.sig
b/xorg-lib/libxaw/libXaw-1.0.6.tar.bz2.sig
new file mode 100644
index 0000000..8f563c9
Binary files /dev/null and b/xorg-lib/libxaw/libXaw-1.0.6.tar.bz2.sig differ
diff --git a/xorg-lib/libxt/DETAILS b/xorg-lib/libxt/DETAILS
index ef23245..5fe1eff 100755
--- a/xorg-lib/libxt/DETAILS
+++ b/xorg-lib/libxt/DETAILS
@@ -1,10 +1,11 @@
SPELL=libxt
PKG=libXt
- VERSION=1.0.5
+ VERSION=1.0.6
XORG_VER=X11R7.1
SOURCE=${PKG}-${VERSION}.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-
SOURCE_HASH=sha512:f5dd29b96b6ab459d2cfc36a0014408ae5c449a7e96523127478764b86b8328ae5fc05f4b1fecd7a538497340640c58030586cac0823ae78e6cee29b80447a9c
+#
SOURCE_HASH=sha512:f5dd29b96b6ab459d2cfc36a0014408ae5c449a7e96523127478764b86b8328ae5fc05f4b1fecd7a538497340640c58030586cac0823ae78e6cee29b80447a9c
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
diff --git a/xorg-lib/libxt/HISTORY b/xorg-lib/libxt/HISTORY
index 458bb41..f5f44e4 100644
--- a/xorg-lib/libxt/HISTORY
+++ b/xorg-lib/libxt/HISTORY
@@ -1,3 +1,7 @@
+2009-07-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.6
+ SOURCE matches upstream posted MD5
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

@@ -13,7 +17,7 @@
2006-10-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version 1.0.3

-2006-05-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+2006-05-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update xorg 7.1

2005-12-22 Robin Cook <rcook AT wyrms.net>
@@ -39,11 +43,11 @@
2005-11-25 Karsten Behrmann <BearPerson AT sourcemage.org>
* DEPENDS: auto-created or updated

-2005-11-24 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DEPENDS: added various depends
+2005-11-24 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: added various depends

-2005-11-24 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS: fix broken SOURCE_URL
+2005-11-24 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: fix broken SOURCE_URL

2005-11-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, HISTORY: created spell
diff --git a/xorg-lib/libxt/libXt-1.0.6.tar.bz2.sig
b/xorg-lib/libxt/libXt-1.0.6.tar.bz2.sig
new file mode 100644
index 0000000..8beedd7
Binary files /dev/null and b/xorg-lib/libxt/libXt-1.0.6.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (9eb91c82128f935079decd6d288226d587ee3f4d), Eric Sandall, 07/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page