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

Jan de Groot jgc at archlinux.org
Sun Jun 22 00:01:18 UTC 2008


    Date: Saturday, June 21, 2008 @ 20:01:18
  Author: jgc
Revision: 3322

upgpkg: swt 3.3.2-1
    Build with xulrunner 1.9

Modified:
  swt/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-21 23:55:43 UTC (rev 3321)
+++ PKGBUILD	2008-06-22 00:01:18 UTC (rev 3322)
@@ -1,29 +1,28 @@
 # $Id$
 # Maintainer: simo <simo at archlinux.org>
 pkgname=swt
-pkgver=3.3
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
 pkgdesc="An open source widget toolkit for Java"
-_date=200706251500
+_date=200802211800
 arch=(i686 x86_64)
 url="http://www.eclipse.org/swt/"
 license=('EPL')
 depends=('java-runtime')
-makedepends=('java-gcj-compat' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.8.1.11' 'unzip' \
-             'pkgconfig' 'apache-ant')
+makedepends=('java-gcj-compat' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.9' 'unzip' 'pkgconfig' 'apache-ant')
 if [ "${CARCH}" = "i686" ]; then
-  source=(http://archive.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
+  source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
           build-swt.xml)
   noextract=(swt-${pkgver}-gtk-linux-x86.zip)
-  md5sums=('7398cdf9340cb131b76ed98495239520'
-         'f5e548bc26a0f1f3c18131be76face40')
+  md5sums=('7c5019b624a7ef37376bc6039aefaae8'
+           'f5e548bc26a0f1f3c18131be76face40')
 fi
 if [ "${CARCH}" = "x86_64" ]; then
   source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
           build-swt.xml)
   noextract=(swt-${pkgver}-gtk-linux-x86_64.zip)
   md5sums=('b0a4b3442e61d2968acecfa18cdd3aa9'
-         'f5e548bc26a0f1f3c18131be76face40')
+           'f5e548bc26a0f1f3c18131be76face40')
 fi
 
 build() {
@@ -41,11 +40,11 @@
   make -f make_linux.mak make_swt || return 1
   make -f make_linux.mak make_atk || return 1
   make -f make_linux.mak make_gnome || return 1
-  MOZILLA_INCLUDES="`pkg-config --cflags xulrunner-xpcom`" \
-  MOZILLA_LIBS="`pkg-config --libs xulrunner-xpcom` -Wl,-R/opt/mozilla/lib/xulrunner" \
+  MOZILLA_INCLUDES="`pkg-config --cflags libxul`" \
+  MOZILLA_LIBS="`pkg-config --libs libxul` -Wl,-R/usr/lib/xulrunner-1.9" \
     make -f make_linux.mak make_mozilla || return 1
-  XULRUNNER_INCLUDES="`pkg-config --cflags xulrunner-xpcom`" \
-  XULRUNNER_LIBS="`pkg-config --libs xulrunner-xpcom` -Wl,-R/opt/mozilla/lib/xulrunner" \
+  XULRUNNER_INCLUDES="`pkg-config --cflags libxul`" \
+  XULRUNNER_LIBS="`pkg-config --libs libxul` -Wl,-R/usr/lib/xulrunner-1.9" \
     make -f make_linux.mak make_xulrunner || return 1
 
   make -f make_linux.mak make_cairo || return 1





More information about the arch-commits mailing list