[arch-commits] CVS update of extra/devel/eclipse (PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Dec 5 07:20:52 UTC 2007


    Date: Wednesday, December 5, 2007 @ 02:20:52
  Author: eric
    Path: /home/cvs-extra/extra/devel/eclipse

Modified: PKGBUILD (1.24 -> 1.25)

upgpkg: eclipse 3.3.1.1-1
fixed build issue on x86_64


----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)


Index: extra/devel/eclipse/PKGBUILD
diff -u extra/devel/eclipse/PKGBUILD:1.24 extra/devel/eclipse/PKGBUILD:1.25
--- extra/devel/eclipse/PKGBUILD:1.24	Tue Nov 27 16:27:40 2007
+++ extra/devel/eclipse/PKGBUILD	Wed Dec  5 02:20:51 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.24 2007/11/27 21:27:40 paul Exp $
+# $Id: PKGBUILD,v 1.25 2007/12/05 07:20:51 eric Exp $
 # Contributor: Andrew Wright <andreww at photism.org>
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
@@ -15,9 +15,8 @@
 source=(ftp://ftp.osuosl.org/pub/$pkgname/$pkgname/downloads/drops/R-$pkgver-200710231652/$pkgname-sourceBuild-srcIncluded-$pkgver.zip
 	eclipse.sh \
 	eclipse.desktop)
-md5sums=('593b56fce7d1f1f799e87365cafefbef' \
-	 '78db5f9dfd844288afd49e0f357dd539' \
-	 '5a908647b7a9c9bb4467a499ec68b2e2')
+md5sums=('593b56fce7d1f1f799e87365cafefbef' '78db5f9dfd844288afd49e0f357dd539'\
+         '5a908647b7a9c9bb4467a499ec68b2e2')
 
 build() {
   cd $startdir/src || return 1
@@ -28,11 +27,11 @@
   if [ "$CARCH" = "x86_64" ]; then
      # export MAKEFLAGS="-j1"
      # no warnings / java5 - http://gcc.gnu.org/ml/java/2007-02/msg00117.html
-     find $startdir/src -type f -name '*.xml' -exec sed -r \
-            -e "s/(\"compilerArg\" value=\")/\1-nowarn /g" \
-            -e "s/(-encoding ISO-8859-1)/\1 -nowarn/g" \
-            -e "s:(<property name=\"javacSource\" value=)\".*\":\1\"1.5\":" \
-            -e "s:(<property name=\"javacTarget\" value=)\".*\":\1\"1.5\":" -i {} \; 
+#     find $startdir/src -type f -name '*.xml' -exec sed -r \
+#            -e "s/(\"compilerArg\" value=\")/\1-nowarn /g" \
+#            -e "s/(-encoding ISO-8859-1)/\1 -nowarn/g" \
+#            -e "s:(<property name=\"javacSource\" value=)\".*\":\1\"1.5\":" \
+#            -e "s:(<property name=\"javacTarget\" value=)\".*\":\1\"1.5\":" -i {} \; 
          ./build -os linux -ws gtk -arch x86_64 || return 1
     else ./build -os linux -ws gtk -arch x86 || return 1
   fi




More information about the arch-commits mailing list