[arch-commits] Commit in eclipse/trunk (PKGBUILD eclipse.sh)

Paul Mattal paul at archlinux.org
Mon Nov 30 23:46:47 UTC 2009


    Date: Monday, November 30, 2009 @ 18:46:46
  Author: paul
Revision: 60113

upgpkg: eclipse 3.5.1-2
    fix to eclipse launch script to fix FS#16618 and others

Modified:
  eclipse/trunk/PKGBUILD
  eclipse/trunk/eclipse.sh

------------+
 PKGBUILD   |    6 +++---
 eclipse.sh |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-30 23:46:31 UTC (rev 60112)
+++ PKGBUILD	2009-11-30 23:46:46 UTC (rev 60113)
@@ -6,7 +6,7 @@
 pkgname=eclipse
 pkgver=3.5.1
 _internal_pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 _date=200909170800
 pkgdesc="An IDE for Java and other languages"
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 	    eclipse.ini.patch)
 md5sums=('1c984ad4c56ffae467da874302f859c0'
          '77cff7543ccf7e177cb6667f5a20ce19'
-         '85109e54a3ea8bc39e312526e7baaa3a'
+         'a1666ff79a3c3d48e535d789d4a1b9ff'
          'd88490571b49c8ebb221ed349815d040'
          'ee66a334bc443fd23ad9bc080dc6ea69')
 else
@@ -34,7 +34,7 @@
 	    eclipse.ini.patch)
 md5sums=('c0e1c97b00e90ffde496faeb2468293c'
          '77cff7543ccf7e177cb6667f5a20ce19'
-         '85109e54a3ea8bc39e312526e7baaa3a'
+         'a1666ff79a3c3d48e535d789d4a1b9ff'
          'd88490571b49c8ebb221ed349815d040'
          'ee66a334bc443fd23ad9bc080dc6ea69')
 fi

Modified: eclipse.sh
===================================================================
--- eclipse.sh	2009-11-30 23:46:31 UTC (rev 60112)
+++ eclipse.sh	2009-11-30 23:46:46 UTC (rev 60113)
@@ -1,3 +1,4 @@
 #!/bin/bash
 export ECLIPSE_HOME=/usr/share/eclipse
+export GDK_NATIVE_WINDOWS=true
 ${ECLIPSE_HOME}/eclipse $@




More information about the arch-commits mailing list