Date: Wednesday, February 8, 2017 @ 12:41:34 Author: arodseth Revision: 211231
upgpkg: processing 3.2.4-2 Modified: processing/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-08 12:16:52 UTC (rev 211230) +++ PKGBUILD 2017-02-08 12:41:34 UTC (rev 211231) @@ -4,7 +4,7 @@ pkgname=processing pkgver=3.2.4 _rev=0256 -pkgrel=1 +pkgrel=2 arch=('x86_64' 'i686') pkgdesc='Programming environment for creating images, animations and interactions' url='http://www.processing.org/' @@ -17,6 +17,10 @@ prepare() { gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc" + + # Use the font's built-in hinting instructions + sed 's| java| _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp" java|g' \ + -i "$pkgname-$pkgname-$_rev-$pkgver/build/linux/processing" } build() {