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

Alexander Rødseth arodseth at archlinux.org
Tue Apr 12 21:50:27 UTC 2016


    Date: Tuesday, April 12, 2016 @ 23:50:27
  Author: arodseth
Revision: 170802

Builds, but not in a chroot. Add TODO comment.

Modified:
  jedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-12 21:39:46 UTC (rev 170801)
+++ PKGBUILD	2016-04-12 21:50:27 UTC (rev 170802)
@@ -6,6 +6,7 @@
 # Contributor: Dusty Phillips <dusty at buchuki.com>
 
 # Does not currently build in a chroot.
+# TODO: move apache-ivy from AUR
 
 pkgname=jedit
 pkgver=5.3.0
@@ -15,7 +16,7 @@
 url='http://www.jedit.org/'
 license=('GPL')
 depends=('java-runtime' 'desktop-file-utils')
-makedepends=('apache-ant' 'gendesk' 'unzip' 'tar')
+makedepends=('apache-ant' 'gendesk' 'unzip' 'tar' 'maven' 'java-environment')
 optdepends=('java-environment: for java development'
             'noto-fonts: usable font')
 options=('!emptydirs')
@@ -42,7 +43,7 @@
 build() {
   cd jEdit
 
-  ant dist-java
+  ant -k dist-java
 }
 
 package() {



More information about the arch-commits mailing list