Skip to Content.
Sympa Menu

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

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 (d1cefa7ef55c17655424074e5c6c6c84dc984caf)
  • Date: Sun, 13 Apr 2008 17:21:32 -0500

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

gnu/gcj/DEPENDS | 16 +++++++++++-----
gnu/gcj/HISTORY | 4 ++++
2 files changed, 15 insertions(+), 5 deletions(-)

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

gcj: Depend on libxtst if AWT is requested and using xorg-modular (Bug
#13975)

diff --git a/gnu/gcj/DEPENDS b/gnu/gcj/DEPENDS
index 7d0ccca..a8f12d4 100755
--- a/gnu/gcj/DEPENDS
+++ b/gnu/gcj/DEPENDS
@@ -1,9 +1,15 @@
-. $GRIMOIRE/libcompat &&
-depends gcc &&
+. $GRIMOIRE/libcompat &&
+depends gcc &&
+
if [ "$GCJ_AWT" = "y" ]; then
- depends gtk+2 '--enable-java-awt=gtk' &&
- depends libart_lgpl
-fi &&
+ depends gtk+2 '--enable-java-awt=gtk' &&
+ depends libart_lgpl &&
+ . $GRIMOIRE/FUNCTIONS &&
+ if check_if_xorg_modular_libs gtk+2; then
+ depends libxtst
+ fi
+fi &&
+
if [[ $VERSION != $(installed_version gcc) ]]; then
force_depends gcc
fi &&
diff --git a/gnu/gcj/HISTORY b/gnu/gcj/HISTORY
index 5312255..4f48445 100644
--- a/gnu/gcj/HISTORY
+++ b/gnu/gcj/HISTORY
@@ -1,3 +1,7 @@
+2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: AWT support depends on libxtst if using xorg-modular
+ Bug #13975
+
2008-03-15 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.3.0
* DEPENDS: Depends on gmp and mpfr



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d1cefa7ef55c17655424074e5c6c6c84dc984caf), Eric Sandall, 04/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page