[arch-commits] Commit in groovy/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Dec 13 08:13:08 UTC 2017
Date: Wednesday, December 13, 2017 @ 08:13:07
Author: arodseth
Revision: 274176
upgpkg: groovy 2.4.13-2
Modified:
groovy/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-13 07:46:09 UTC (rev 274175)
+++ PKGBUILD 2017-12-13 08:13:07 UTC (rev 274176)
@@ -6,12 +6,12 @@
pkgname=groovy
pkgver=2.4.13
-pkgrel=1
+pkgrel=2
pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk'
arch=('any')
url='http://groovy-lang.org/'
-license=('APACHE')
-depends=('bash' 'java-environment')
+license=('Apache')
+depends=('java-environment')
optdepends=('groovy-docs: html and pdf documentation for Groovy')
makedepends=('gendesk')
# .asc file is available for download, but there was no key available
@@ -31,7 +31,7 @@
# Set GROOVY_HOME correctly at the top of all the scripts.
# There are probably better ways to do this, but this works.
for f in "$pkgname-$pkgver/bin/"*; do
- sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
+ sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f"
done
cd "$pkgname-$pkgver/embeddable"
@@ -61,4 +61,4 @@
}
# getver: groovy-lang.org/changelogs.html
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list