[arch-commits] Commit in swt/trunk (PKGBUILD build-swt.xml)

Guillaume Alaux guillaume at archlinux.org
Sat Sep 8 11:22:18 UTC 2012


    Date: Saturday, September 8, 2012 @ 07:22:17
  Author: guillaume
Revision: 166494

Upstream release - sources

Modified:
  swt/trunk/PKGBUILD
  swt/trunk/build-swt.xml

---------------+
 PKGBUILD      |   21 +++++++++------------
 build-swt.xml |    2 +-
 2 files changed, 10 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-08 11:04:55 UTC (rev 166493)
+++ PKGBUILD	2012-09-08 11:22:17 UTC (rev 166494)
@@ -1,36 +1,33 @@
 # $Id$
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 pkgname=swt
-pkgver=3.7.2
-pkgrel=2
-_date=201202080800
+pkgver=4.2
+pkgrel=1
+_date=201206081400
 pkgdesc="An open source widget toolkit for Java"
 arch=('i686' 'x86_64')
 url="http://www.eclipse.org/swt/"
 license=('EPL')
-depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
+depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
 optdepends=('libgnomeui' 'mesa' 'libwebkit')
 makedepends=('java-environment' 'libxtst' 'mesa' 'libgnomeui' 'unzip' 'pkgconfig' 'libwebkit' 'apache-ant')
 if [ "${CARCH}" = "i686" ]; then
   _carch=x86
-  md5sums=('9a858b11e66de8af41786eaf09fc9ee2'
-           'f5e548bc26a0f1f3c18131be76face40')
+  md5sums=('3efe0404f6129183abae46f7620fe14f'
+           '2f556ab534fc2488c6e8c0ee6c02825c')
 fi
 if [ "${CARCH}" = "x86_64" ]; then
   _carch=x86_64
-  md5sums=('b16ab5c9d274b9488432ebeae6e4af5a'
-           'f5e548bc26a0f1f3c18131be76face40')
+  md5sums=('9e06b576116ff409f395571603582827'
+           '2f556ab534fc2488c6e8c0ee6c02825c')
 fi
-source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
+source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
         build-swt.xml)
-noextract=(swt-${pkgver}-gtk-linux-${_carch}.zip)
 # To test this pkg:
 # http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-# http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
 
 build() {
   cd ${srcdir}
-  unzip -oq swt-${pkgver}-gtk-linux-${_carch}.zip src.zip
   unzip -oq src.zip -d src
 
   . /etc/profile.d/jdk.sh

Modified: build-swt.xml
===================================================================
--- build-swt.xml	2012-09-08 11:04:55 UTC (rev 166493)
+++ build-swt.xml	2012-09-08 11:22:17 UTC (rev 166494)
@@ -8,7 +8,7 @@
    </target>
 
    <target name="compile" depends="init" description="Compile the SWT toolset">
-      <javac srcdir="${src}" destdir="${build}"/>
+      <javac srcdir="${src}" destdir="${build}" target="1.6" />
    </target>
 
    <target name="jar">




More information about the arch-commits mailing list