[arch-commits] Commit in openjdk6/repos/extra-i686 (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Jul 3 19:13:00 UTC 2009


    Date: Friday, July 3, 2009 @ 15:12:59
  Author: jgc
Revision: 44737

Merge correct version

Modified:
  openjdk6/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-03 19:12:28 UTC (rev 44736)
+++ PKGBUILD	2009-07-03 19:12:59 UTC (rev 44737)
@@ -8,7 +8,7 @@
 pkgver=1.5
 _hgver=926c38e2b283 # =hg rc3 tagged, see http://icedtea.classpath.org/hg/icedtea6/summary
 _icedteaver=1.5
-pkgrel=4
+pkgrel=3
 pkgdesc='Free Java environment based on OpenJDK 6.0 with IcedTea6 replacing binary plugs.'
 url='http://icedtea.classpath.org'
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
 _openjdk_date=24_apr_2009
 _hotspotver=25a020f13592 # what it downlopads itself / remove from configure to get it
 depends=('gcc-libs' 'xdg-utils' 'hicolor-icon-theme' 'ca-certificates-java' 'libxtst')
-makedepends=('alsa-lib' 'giflib' 'libxp' 'gtk2' 'nspr' 'zlib' 'freetype2' 'libjpeg>=7' 'libx11'
-	     'libcups' 'patch' 'xalan-java' 'xulrunner>=1.9.1-2' 'apache-ant>=1.7.0-2' 'autoconf' 'unzip' 'rhino' 'mercurial' 'zip')
+makedepends=('alsa-lib' 'giflib' 'libxp' 'gtk2' 'nspr' 'zlib' 'freetype2' 'libjpeg' 'libx11'
+	     'libcups' 'patch' 'xalan-java' 'xulrunner>=1.9.0.10' 'apache-ant>=1.7.0' 'autoconf' 'unzip' 'rhino' 'mercurial' 'zip')
 optdepends=('xulrunner: for the browser plugin'
             'alsa-lib: for sound'
             'giflib: for gif format support')
@@ -58,9 +58,6 @@
 
   unset JAVA_HOME
   unset CLASSPATH
-  
-    [ -z "${ANT_HOME}" ] && . /etc/profile.d/apache-ant.sh
-  
   if [ "${CARCH}" = "x86_64" ]; then
     _arch=amd64
   else
@@ -100,7 +97,7 @@
   ./configure --with-parallel-jobs=${HOTSPOT_BUILD_JOBS} \
 	--with-xalan2-jar=/usr/share/java/xalan.jar \
 	--with-hotspot-src-zip=${_hotspotver}.tar.gz \
-	--with-ant-home=/usr/share/java/apache-ant \
+  --with-ant-home=/usr/share/java/apache-ant \
 	--with-pkgversion=ArchLinux-${pkgver}-${pkgrel}-$CARCH  $JCONF
 
 #	--enable-npplugin \




More information about the arch-commits mailing list