Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (c368e8066593e6897576d35f992a333e873c1475)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (c368e8066593e6897576d35f992a333e873c1475)
  • Date: Tue, 7 Oct 2008 20:58:37 -0500

GIT changes to master z-rejected grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

z-java/jre6-bin/CONFIGURE | 4 +++-
z-java/jre6-bin/DEPENDS | 11 ++++++-----
z-java/jre6-bin/HISTORY | 5 +++++
3 files changed, 14 insertions(+), 6 deletions(-)

New commits:
commit c368e8066593e6897576d35f992a333e873c1475
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

jre6-bin: Added depnds needed to use java in a broswer

diff --git a/z-java/jre6-bin/CONFIGURE b/z-java/jre6-bin/CONFIGURE
index ee38dba..7bc34db 100755
--- a/z-java/jre6-bin/CONFIGURE
+++ b/z-java/jre6-bin/CONFIGURE
@@ -4,4 +4,6 @@ source $SPELL_DIRECTORY/JAVA_WARNING &&

# Standard rejected warnings.
#
-source $GRIMOIRE/REJECTED_MSG
+source $GRIMOIRE/REJECTED_MSG &&
+
+config_query JRE6_BIN_X "Would you like to use Java with X?" n
diff --git a/z-java/jre6-bin/DEPENDS b/z-java/jre6-bin/DEPENDS
index b85a552..c394e0e 100755
--- a/z-java/jre6-bin/DEPENDS
+++ b/z-java/jre6-bin/DEPENDS
@@ -1,9 +1,10 @@
depends unixodbc &&
depends alsa-lib &&

-optional_depends X11-LIBS "" "" "To run gui applications" &&
-
-. $GRIMOIRE/FUNCTIONS &&
-if check_if_xorg_modular_libs; then
- depends libxi
+if [[ "$JRE6_BIN_X" == "y" ]]; then
+depends libxi &&
+depends libxtst &&
+depends libxext &&
+depends libx11 &&
+depends libxau
fi
diff --git a/z-java/jre6-bin/HISTORY b/z-java/jre6-bin/HISTORY
index 7a09667..d4da8d0 100644
--- a/z-java/jre6-bin/HISTORY
+++ b/z-java/jre6-bin/HISTORY
@@ -1,3 +1,8 @@
+2008-10-07 George Sherwood <gsherwood AT sourcemage.org>
+ * CONFIGURE: Added query to use java with X
+ * DEPENDS: If you want to use with X depends
+ libxi, libxtst, libxext, libx11, libxau
+
2008-08-08 Eric Sandall <sandalle AT sourcemage.org>
* JAVA_WARNING: Don't bother querying and breaking unattended casts,
but rather just check if the SOURCE exists and complain if not



  • [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (c368e8066593e6897576d35f992a333e873c1475), George Sherwood, 10/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page