# HG changeset patch # User Christophe Lincoln # Date 1303824406 -7200 # Node ID ad00280438a6602fe5c0b5d2598b72532eec6d82 # Parent 2a0283b9fe05c32380130a2ec35c3ce2986c36f0 Fixes: ecj, fop, rhino, xalan-xerces-j, xlogo (jre is not a package --> java-jre) diff -r 2a0283b9fe05 -r ad00280438a6 ecj/receipt --- a/ecj/receipt Tue Apr 26 15:19:31 2011 +0200 +++ b/ecj/receipt Tue Apr 26 15:26:46 2011 +0200 @@ -5,10 +5,6 @@ CATEGORY="development" SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." MAINTAINER="rcx@zoominternet.net" -DEPENDS="jre" -#DEPENDS="java-jre" -BUILD_DEPENDS="" -SUGGESTED="" TARBALL="$PACKAGE-$VERSION.jar" WEB_SITE="http://www.eclipse.org/jdt/core/" # 3.4.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" @@ -17,6 +13,9 @@ WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL" TAGS="compiler java" +DEPENDS="java-jre" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { diff -r 2a0283b9fe05 -r ad00280438a6 fop/receipt --- a/fop/receipt Tue Apr 26 15:19:31 2011 +0200 +++ b/fop/receipt Tue Apr 26 15:26:46 2011 +0200 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Open source XSL-FO implementation." MAINTAINER="paul@slitaz.org" -DEPENDS="" TARBALL="$PACKAGE-$VERSION-bin.tar.gz" WEB_SITE="http://xmlgraphics.apache.org/fop/" WGET_URL="http://apache.mirrors.timporter.net/xmlgraphics/fop/binaries/$TARBALL" -SUGGESTED="get-java6-jre" +SUGGESTED="java-jre" + +DEPENDS="" +BUILD_DEPENDS="" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2a0283b9fe05 -r ad00280438a6 rhino/receipt --- a/rhino/receipt Tue Apr 26 15:19:31 2011 +0200 +++ b/rhino/receipt Tue Apr 26 15:26:46 2011 +0200 @@ -5,15 +5,14 @@ CATEGORY="development" SHORT_DESC="JavaScript for Java." MAINTAINER="rcx@zoominternet.net" -DEPENDS="jre" -#DEPENDS="java-jre" -BUILD_DEPENDS="" -SUGGESTED="" TARBALL="${PACKAGE}1_7R2.zip" WEB_SITE="http://www.mozilla.org/rhino/" WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL" TAGS="java javascript" +DEPENDS="java-jre" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { diff -r 2a0283b9fe05 -r ad00280438a6 xalan-xerces-j/receipt --- a/xalan-xerces-j/receipt Tue Apr 26 15:19:31 2011 +0200 +++ b/xalan-xerces-j/receipt Tue Apr 26 15:26:46 2011 +0200 @@ -6,14 +6,14 @@ CATEGORY="development" SHORT_DESC="A validating XML parser and an XSLT processor written in Java." MAINTAINER="rcx@zoominternet.net" -DEPENDS="jre" -#DEPENDS="java-jre" -BUILD_DEPENDS="tar" SUGGESTED="" TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz" WEB_SITE="http://xalan.apache.org/" WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL" +DEPENDS="java-jre" +BUILD_DEPENDS="tar" + # Rules to configure and make the package. compile_rules() { diff -r 2a0283b9fe05 -r ad00280438a6 xlogo/receipt --- a/xlogo/receipt Tue Apr 26 15:19:31 2011 +0200 +++ b/xlogo/receipt Tue Apr 26 15:26:46 2011 +0200 @@ -5,8 +5,10 @@ CATEGORY="games" SHORT_DESC="A logo interpreter written in java." MAINTAINER="claudinei@slitaz.org" +WEB_SITE="http://xlogo.tuxfamily.org" + DEPENDS="java-jre" -WEB_SITE="http://xlogo.tuxfamily.org" +BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules()