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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Feb 6 01:35:19 UTC 2014


    Date: Thursday, February 6, 2014 @ 02:35:19
  Author: arodseth
Revision: 105358

upgpkg: netbeans 7.4-3, dep fix

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-05 21:59:10 UTC (rev 105357)
+++ PKGBUILD	2014-02-06 01:35:19 UTC (rev 105358)
@@ -6,12 +6,13 @@
 pkgname=netbeans
 pkgver=7.4
 _subpkgver=201310111528
-pkgrel=2
+pkgrel=3
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
 license=('CDDL')
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'classpath')
+# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
 backup=('usr/share/netbeans/etc/netbeans.conf')
 makedepends=('gendesk' 'setconf')
 optdepends=('php: for developing programs in php'




More information about the arch-commits mailing list