mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/swt to 4.4-1
This commit is contained in:
parent
0875af2096
commit
0d34660349
1 changed files with 6 additions and 4 deletions
|
@ -5,9 +5,9 @@
|
|||
# - removed download choice based on architecture, this is always recompiled from source
|
||||
|
||||
pkgname=swt
|
||||
pkgver=4.3.2
|
||||
pkgver=4.4
|
||||
pkgrel=1
|
||||
_date=201402211700
|
||||
_date=201406061215
|
||||
pkgdesc='An open source widget toolkit for Java'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.eclipse.org/swt/'
|
||||
|
@ -15,14 +15,16 @@ 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=('49c8d6252c0027ad430a9dc5e19c99a392653e6f98ea8183d633114efca67013'
|
||||
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
|
||||
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:
|
||||
# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
|
||||
# http://download.eclipse.org/eclipse/downloads/
|
||||
|
||||
# http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
unzip -oq src.zip -d src
|
||||
|
|
Loading…
Reference in a new issue