mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/swt to 4.4.2-1
This commit is contained in:
parent
2b144164b7
commit
54b54a27c7
1 changed files with 8 additions and 6 deletions
|
@ -5,9 +5,10 @@
|
|||
# - removed download choice based on architecture, this is always recompiled from source
|
||||
|
||||
pkgname=swt
|
||||
pkgver=4.4
|
||||
# http://download.eclipse.org/eclipse/downloads/drops4
|
||||
pkgver=4.4.2
|
||||
pkgrel=1
|
||||
_date=201406061215
|
||||
_date=201502041700
|
||||
pkgdesc='An open source widget toolkit for Java'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.eclipse.org/swt/'
|
||||
|
@ -15,11 +16,12 @@ license=('EPL')
|
|||
depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
|
||||
optdepends=('libgnomeui' 'glu' 'webkitgtk2')
|
||||
makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 'pkgconfig' 'webkitgtk2' 'apache-ant')
|
||||
sha256sums=('c11ba885bed2716e22291401001859404c696b3e72dafd87ea44ff99588bbd5b'
|
||||
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
|
||||
source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
|
||||
build-swt.xml)
|
||||
# To test this pkg:
|
||||
sha256sums=('48f2ff63217d20a2abe3ce083f4e04da75aa6f9fa5675b1dd2a57e3151c6fe53'
|
||||
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
|
||||
|
||||
# These examples don't even run anymore (Try Tux Guitar instead)!
|
||||
# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
|
||||
# http://download.eclipse.org/eclipse/downloads/
|
||||
|
||||
|
@ -29,7 +31,7 @@ build() {
|
|||
cd ${srcdir}
|
||||
unzip -oq src.zip -d src
|
||||
|
||||
. /etc/profile.d/jdk.sh
|
||||
export JAVA_HOME=/usr/lib/jvm/default
|
||||
. /etc/profile.d/apache-ant.sh
|
||||
|
||||
# Shared objects
|
||||
|
|
Loading…
Reference in a new issue