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
# 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