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

Ionut Biru ibiru at archlinux.org
Thu Mar 1 19:38:55 UTC 2012


    Date: Thursday, March 1, 2012 @ 14:38:55
  Author: ibiru
Revision: 151733

add xulrunner to conflicts
is crashing eclipse when displaying tooltips. FS#28724  FS#28686 FS#27130

Modified:
  eclipse/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-01 19:24:39 UTC (rev 151732)
+++ PKGBUILD	2012-03-01 19:38:55 UTC (rev 151733)
@@ -7,7 +7,7 @@
 
 pkgname=eclipse
 pkgver=3.7.2
-pkgrel=1
+pkgrel=2
 _date=201202080800
 pkgdesc="An IDE for Java and other languages"
 arch=('i686' 'x86_64')
@@ -15,6 +15,7 @@
 depends=('java-environment' 'gtk2' 'unzip' 'libwebkit')
 install=${pkgname}.install
 makedepends=('zip')
+conflicts=('xulrunner')
 license=("EPL/1.1")
 source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz"
 	 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg')




More information about the arch-commits mailing list