[arch-commits] Commit in swt/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Nov 28 20:24:18 UTC 2018
Date: Wednesday, November 28, 2018 @ 20:24:17
Author: arojas
Revision: 340556
PIE rebuild
Modified:
swt/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-28 20:15:17 UTC (rev 340555)
+++ PKGBUILD 2018-11-28 20:24:17 UTC (rev 340556)
@@ -1,21 +1,21 @@
# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
pkgname=swt
# http://download.eclipse.org/eclipse/downloads/drops4
-pkgver=4.6.2
-pkgrel=3
-_date=201611241400
+pkgver=4.6.3
+pkgrel=1
+_date=201703010400
pkgdesc='An open source widget toolkit for Java'
arch=('x86_64')
url='http://www.eclipse.org/swt/'
license=('EPL')
depends=('java-runtime>=7' 'libxtst')
-makedepends=('jdk8-openjdk' 'glu' 'unzip' 'pkgconfig' 'gtk2' 'gtk3' 'apache-ant')
+makedepends=('jdk8-openjdk' 'glu' 'unzip' 'pkgconfig' 'gtk2' 'gtk3' 'ant')
optdepends=('glu' 'gtk2' 'gtk3')
# Source isn't distributed separately from the binaries; we're not using the latter
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
+source=(http://archive.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
build-swt.xml)
-sha256sums=('3315827460e3bbb44812ed7639743ae42886c48c96c44dd06d8d4c319f5f7d50'
+sha256sums=('005dd6bfb20919f9fe7c681864d3f30a5b3eae112da8bdab2bf418978bbbd7aa'
'3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
# These examples don't even run anymore (Try Tux Guitar instead)!
@@ -30,7 +30,6 @@
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
# SWT jar
- . /etc/profile.d/apache-ant.sh
ant -f build-swt.xml compile
ant -f build-swt.xml jar
More information about the arch-commits
mailing list