Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8326779db248aa7d3731064a90dbbc082f71ac5f
commit 8326779db248aa7d3731064a90dbbc082f71ac5f Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 5 00:19:31 2007 +0100 netbeans-5.5.1-2-i686 add LIBXCB_ALLOW_SLOPPY_LOCK hack to the wrapper script, otherwise netbeans won't start (TODO: add a proper fix instead of this hack) diff --git a/source/devel-extra/netbeans/FrugalBuild b/source/devel-extra/netbeans/FrugalBuild index 2f73556..e6634ba 100644 --- a/source/devel-extra/netbeans/FrugalBuild +++ b/source/devel-extra/netbeans/FrugalBuild @@ -4,7 +4,7 @@ pkgname=netbeans pkgver=5.5.1 pkgdate=200704122300 -pkgrel=1 +pkgrel=2 pkgdesc="The original free Java IDE, and so much more." url="http://www.netbeans.info/" depends=('j2sdk') @@ -17,7 +17,7 @@ source=(http://us2-mirror.netbeans.info/download/${pkgver//./_}/fcs/$pkgdate/net netbeans) sha1sums=('b4235a16b0edb8048bfd4173803d65712c618ac9' \ 'd8c652541c8b91c3dcb27f507ac75311bf37b965' \ - '35ce58650d87267fb1ca1bfe9d4168c80859efdb') + '572bf826930f9f7ebac988895cc7d0465f4ebfd8') build() { diff --git a/source/devel-extra/netbeans/netbeans b/source/devel-extra/netbeans/netbeans index b0127ed..7445e84 100644 --- a/source/devel-extra/netbeans/netbeans +++ b/source/devel-extra/netbeans/netbeans @@ -1,3 +1,7 @@ #!/bin/sh +# hack! + +export LIBXCB_ALLOW_SLOPPY_LOCK=1 + /usr/lib/netbeans/bin/netbeans $@ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
