[arch-commits] Commit in swt/repos (8 files)
Guillaume Alaux
guillaume at archlinux.org
Mon Sep 26 08:00:12 UTC 2011
Date: Monday, September 26, 2011 @ 04:00:12
Author: guillaume
Revision: 138506
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
swt/repos/extra-i686/PKGBUILD
(from rev 138505, swt/trunk/PKGBUILD)
swt/repos/extra-i686/build-swt.xml
(from rev 138505, swt/trunk/build-swt.xml)
swt/repos/extra-x86_64/PKGBUILD
(from rev 138505, swt/trunk/PKGBUILD)
swt/repos/extra-x86_64/build-swt.xml
(from rev 138505, swt/trunk/build-swt.xml)
Deleted:
swt/repos/extra-i686/PKGBUILD
swt/repos/extra-i686/build-swt.xml
swt/repos/extra-x86_64/PKGBUILD
swt/repos/extra-x86_64/build-swt.xml
----------------------------+
extra-i686/PKGBUILD | 156 ++++++++++++++++++++-----------------------
extra-i686/build-swt.xml | 34 ++++-----
extra-x86_64/PKGBUILD | 156 ++++++++++++++++++++-----------------------
extra-x86_64/build-swt.xml | 34 ++++-----
4 files changed, 184 insertions(+), 196 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-26 07:59:11 UTC (rev 138505)
+++ extra-i686/PKGBUILD 2011-09-26 08:00:12 UTC (rev 138506)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-pkgname=swt
-pkgver=3.7
-pkgrel=1
-pkgdesc="An open source widget toolkit for Java"
-_date=201106131736
-arch=(i686 x86_64)
-url="http://www.eclipse.org/swt/"
-license=('EPL')
-depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
-#optdepends=('libgnomeui' 'xulrunner' 'mesa')
-#makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.9.1' 'unzip' 'pkgconfig' 'apache-ant')
-optdepends=('libgnomeui' 'mesa')
-makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'unzip' 'pkgconfig' 'apache-ant')
-source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
- http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
- build-swt.xml)
-md5sums=('21d084526f5df4e02900b2ce4ae8b5d1'
- '60f11408bc8db299c5406a904a665a5e'
- 'f5e548bc26a0f1f3c18131be76face40')
-if [ "${CARCH}" = "i686" ]; then
- 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=('21d084526f5df4e02900b2ce4ae8b5d1'
- '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)
- md5sums=('60f11408bc8db299c5406a904a665a5e'
- 'f5e548bc26a0f1f3c18131be76face40')
- noextract=(swt-${pkgver}-gtk-linux-x86_64.zip)
-fi
-
-build() {
- cd "${srcdir}"
- . /etc/profile.d/openjdk6.sh
- . /etc/profile.d/apache-ant.sh
- unzip -jqo ${srcdir}/swt-${pkgver}-gtk-linux-*.zip "*src.zip"
- unzip -qo src.zip
- rm -rf about_files
- mkdir src
- mv org src/
- cp build-swt.xml build.xml
-
- [ "${CARCH}" = "x86_64" ] && export SWT_PTR_CFLAGS=-DJNI64
-
- make -f make_linux.mak make_awt
- make -f make_linux.mak make_swt
- make -f make_linux.mak make_atk
- make -f make_linux.mak make_gnome
-# "XULRunner >= 2.0 is not currently supported"
-# https://bugs.eclipse.org/bugs/show_bug.cgi?id=327696
-#
-# export MOZILLA_INCLUDES="`pkg-config --cflags libxul`"
-# export MOZILLA_LIBS="-Wl,-R`pkg-config libxul --variable=libdir` `pkg-config libxul --libs`"
-# export XULRUNNER_INCLUDES="${MOZILLA_INCLUDES}"
-# export XULRUNNER_LIBS="${MOZILLA_LIBS}"
-# make -f make_linux.mak make_mozilla
-# make -f make_linux.mak make_xulrunner
-
- make -f make_linux.mak make_cairo
- make -f make_linux.mak make_glx
-
- ant compile
-}
-
-package() {
- cd "${srcdir}"
- cp version.txt build/version.txt
- cp src/org/eclipse/swt/internal/SWTMessages.properties build/org/eclipse/swt/internal/
-
- ant jar
-
- install -m755 -d "${pkgdir}/usr/share/java"
- install -m755 -d "${pkgdir}/usr/lib"
- install -m644 swt.jar "${pkgdir}/usr/share/java/"
- install -m755 *.so "${pkgdir}/usr/lib/"
-}
Copied: swt/repos/extra-i686/PKGBUILD (from rev 138505, swt/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-26 08:00:12 UTC (rev 138506)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+pkgname=swt
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="An open source widget toolkit for Java"
+_date=201109091335
+arch=(i686 x86_64)
+url="http://www.eclipse.org/swt/"
+license=('EPL')
+depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
+#optdepends=('libgnomeui' 'xulrunner' 'mesa')
+#makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.9.1' 'unzip' 'pkgconfig' 'apache-ant')
+optdepends=('libgnomeui' 'mesa')
+makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'unzip' 'pkgconfig' 'apache-ant')
+if [ "${CARCH}" = "i686" ]; then
+ 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=('b7d6d24e2feb7489b0baa0ce941ea4d2'
+ '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)
+ md5sums=('8816631e7993a783a87e98ba39da7fa6'
+ 'f5e548bc26a0f1f3c18131be76face40')
+ noextract=(swt-${pkgver}-gtk-linux-x86_64.zip)
+fi
+
+build() {
+ cd "${srcdir}"
+ . /etc/profile.d/openjdk6.sh
+ . /etc/profile.d/apache-ant.sh
+ unzip -jqo ${srcdir}/swt-${pkgver}-gtk-linux-*.zip "*src.zip"
+ unzip -qo src.zip
+ rm -rf about_files
+ mkdir src
+ mv org src/
+ cp build-swt.xml build.xml
+
+ [ "${CARCH}" = "x86_64" ] && export SWT_PTR_CFLAGS=-DJNI64
+
+ make -f make_linux.mak make_awt
+ make -f make_linux.mak make_swt
+ make -f make_linux.mak make_atk
+ make -f make_linux.mak make_gnome
+# "XULRunner >= 2.0 is not currently supported"
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=327696
+#
+# export MOZILLA_INCLUDES="`pkg-config --cflags libxul`"
+# export MOZILLA_LIBS="-Wl,-R`pkg-config libxul --variable=libdir` `pkg-config libxul --libs`"
+# export XULRUNNER_INCLUDES="${MOZILLA_INCLUDES}"
+# export XULRUNNER_LIBS="${MOZILLA_LIBS}"
+# make -f make_linux.mak make_mozilla
+# make -f make_linux.mak make_xulrunner
+
+ make -f make_linux.mak make_cairo
+ make -f make_linux.mak make_glx
+
+ ant compile
+}
+
+package() {
+ cd "${srcdir}"
+ cp version.txt build/version.txt
+ cp src/org/eclipse/swt/internal/SWTMessages.properties build/org/eclipse/swt/internal/
+
+ ant jar
+
+ install -m755 -d "${pkgdir}/usr/share/java"
+ install -m755 -d "${pkgdir}/usr/lib"
+ install -m644 swt.jar "${pkgdir}/usr/share/java/"
+ install -m755 *.so "${pkgdir}/usr/lib/"
+}
Deleted: extra-i686/build-swt.xml
===================================================================
--- extra-i686/build-swt.xml 2011-09-26 07:59:11 UTC (rev 138505)
+++ extra-i686/build-swt.xml 2011-09-26 08:00:12 UTC (rev 138506)
@@ -1,17 +0,0 @@
-<project name="SWT" default="jar" basedir=".">
- <property name="src" location="."/>
- <property name="build" location="build"/>
-
- <target name="init">
- <tstamp/>
- <mkdir dir="${build}"/>
- </target>
-
- <target name="compile" depends="init" description="Compile the SWT toolset">
- <javac srcdir="${src}" destdir="${build}"/>
- </target>
-
- <target name="jar">
- <jar destfile="swt.jar" basedir="${build}"/>
- </target>
-</project>
Copied: swt/repos/extra-i686/build-swt.xml (from rev 138505, swt/trunk/build-swt.xml)
===================================================================
--- extra-i686/build-swt.xml (rev 0)
+++ extra-i686/build-swt.xml 2011-09-26 08:00:12 UTC (rev 138506)
@@ -0,0 +1,17 @@
+<project name="SWT" default="jar" basedir=".">
+ <property name="src" location="."/>
+ <property name="build" location="build"/>
+
+ <target name="init">
+ <tstamp/>
+ <mkdir dir="${build}"/>
+ </target>
+
+ <target name="compile" depends="init" description="Compile the SWT toolset">
+ <javac srcdir="${src}" destdir="${build}"/>
+ </target>
+
+ <target name="jar">
+ <jar destfile="swt.jar" basedir="${build}"/>
+ </target>
+</project>
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-26 07:59:11 UTC (rev 138505)
+++ extra-x86_64/PKGBUILD 2011-09-26 08:00:12 UTC (rev 138506)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-pkgname=swt
-pkgver=3.7
-pkgrel=1
-pkgdesc="An open source widget toolkit for Java"
-_date=201106131736
-arch=(i686 x86_64)
-url="http://www.eclipse.org/swt/"
-license=('EPL')
-depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
-#optdepends=('libgnomeui' 'xulrunner' 'mesa')
-#makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.9.1' 'unzip' 'pkgconfig' 'apache-ant')
-optdepends=('libgnomeui' 'mesa')
-makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'unzip' 'pkgconfig' 'apache-ant')
-source=(http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
- http://download.eclipse.org/eclipse/downloads/drops/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
- build-swt.xml)
-md5sums=('21d084526f5df4e02900b2ce4ae8b5d1'
- '60f11408bc8db299c5406a904a665a5e'
- 'f5e548bc26a0f1f3c18131be76face40')
-if [ "${CARCH}" = "i686" ]; then
- 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=('21d084526f5df4e02900b2ce4ae8b5d1'
- '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)
- md5sums=('60f11408bc8db299c5406a904a665a5e'
- 'f5e548bc26a0f1f3c18131be76face40')
- noextract=(swt-${pkgver}-gtk-linux-x86_64.zip)
-fi
-
-build() {
- cd "${srcdir}"
- . /etc/profile.d/openjdk6.sh
- . /etc/profile.d/apache-ant.sh
- unzip -jqo ${srcdir}/swt-${pkgver}-gtk-linux-*.zip "*src.zip"
- unzip -qo src.zip
- rm -rf about_files
- mkdir src
- mv org src/
- cp build-swt.xml build.xml
-
- [ "${CARCH}" = "x86_64" ] && export SWT_PTR_CFLAGS=-DJNI64
-
- make -f make_linux.mak make_awt
- make -f make_linux.mak make_swt
- make -f make_linux.mak make_atk
- make -f make_linux.mak make_gnome
-# "XULRunner >= 2.0 is not currently supported"
-# https://bugs.eclipse.org/bugs/show_bug.cgi?id=327696
-#
-# export MOZILLA_INCLUDES="`pkg-config --cflags libxul`"
-# export MOZILLA_LIBS="-Wl,-R`pkg-config libxul --variable=libdir` `pkg-config libxul --libs`"
-# export XULRUNNER_INCLUDES="${MOZILLA_INCLUDES}"
-# export XULRUNNER_LIBS="${MOZILLA_LIBS}"
-# make -f make_linux.mak make_mozilla
-# make -f make_linux.mak make_xulrunner
-
- make -f make_linux.mak make_cairo
- make -f make_linux.mak make_glx
-
- ant compile
-}
-
-package() {
- cd "${srcdir}"
- cp version.txt build/version.txt
- cp src/org/eclipse/swt/internal/SWTMessages.properties build/org/eclipse/swt/internal/
-
- ant jar
-
- install -m755 -d "${pkgdir}/usr/share/java"
- install -m755 -d "${pkgdir}/usr/lib"
- install -m644 swt.jar "${pkgdir}/usr/share/java/"
- install -m755 *.so "${pkgdir}/usr/lib/"
-}
Copied: swt/repos/extra-x86_64/PKGBUILD (from rev 138505, swt/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-26 08:00:12 UTC (rev 138506)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+pkgname=swt
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="An open source widget toolkit for Java"
+_date=201109091335
+arch=(i686 x86_64)
+url="http://www.eclipse.org/swt/"
+license=('EPL')
+depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
+#optdepends=('libgnomeui' 'xulrunner' 'mesa')
+#makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'xulrunner>=1.9.1' 'unzip' 'pkgconfig' 'apache-ant')
+optdepends=('libgnomeui' 'mesa')
+makedepends=('openjdk6' 'libxtst' 'mesa' 'libgnomeui' 'unzip' 'pkgconfig' 'apache-ant')
+if [ "${CARCH}" = "i686" ]; then
+ 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=('b7d6d24e2feb7489b0baa0ce941ea4d2'
+ '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)
+ md5sums=('8816631e7993a783a87e98ba39da7fa6'
+ 'f5e548bc26a0f1f3c18131be76face40')
+ noextract=(swt-${pkgver}-gtk-linux-x86_64.zip)
+fi
+
+build() {
+ cd "${srcdir}"
+ . /etc/profile.d/openjdk6.sh
+ . /etc/profile.d/apache-ant.sh
+ unzip -jqo ${srcdir}/swt-${pkgver}-gtk-linux-*.zip "*src.zip"
+ unzip -qo src.zip
+ rm -rf about_files
+ mkdir src
+ mv org src/
+ cp build-swt.xml build.xml
+
+ [ "${CARCH}" = "x86_64" ] && export SWT_PTR_CFLAGS=-DJNI64
+
+ make -f make_linux.mak make_awt
+ make -f make_linux.mak make_swt
+ make -f make_linux.mak make_atk
+ make -f make_linux.mak make_gnome
+# "XULRunner >= 2.0 is not currently supported"
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=327696
+#
+# export MOZILLA_INCLUDES="`pkg-config --cflags libxul`"
+# export MOZILLA_LIBS="-Wl,-R`pkg-config libxul --variable=libdir` `pkg-config libxul --libs`"
+# export XULRUNNER_INCLUDES="${MOZILLA_INCLUDES}"
+# export XULRUNNER_LIBS="${MOZILLA_LIBS}"
+# make -f make_linux.mak make_mozilla
+# make -f make_linux.mak make_xulrunner
+
+ make -f make_linux.mak make_cairo
+ make -f make_linux.mak make_glx
+
+ ant compile
+}
+
+package() {
+ cd "${srcdir}"
+ cp version.txt build/version.txt
+ cp src/org/eclipse/swt/internal/SWTMessages.properties build/org/eclipse/swt/internal/
+
+ ant jar
+
+ install -m755 -d "${pkgdir}/usr/share/java"
+ install -m755 -d "${pkgdir}/usr/lib"
+ install -m644 swt.jar "${pkgdir}/usr/share/java/"
+ install -m755 *.so "${pkgdir}/usr/lib/"
+}
Deleted: extra-x86_64/build-swt.xml
===================================================================
--- extra-x86_64/build-swt.xml 2011-09-26 07:59:11 UTC (rev 138505)
+++ extra-x86_64/build-swt.xml 2011-09-26 08:00:12 UTC (rev 138506)
@@ -1,17 +0,0 @@
-<project name="SWT" default="jar" basedir=".">
- <property name="src" location="."/>
- <property name="build" location="build"/>
-
- <target name="init">
- <tstamp/>
- <mkdir dir="${build}"/>
- </target>
-
- <target name="compile" depends="init" description="Compile the SWT toolset">
- <javac srcdir="${src}" destdir="${build}"/>
- </target>
-
- <target name="jar">
- <jar destfile="swt.jar" basedir="${build}"/>
- </target>
-</project>
Copied: swt/repos/extra-x86_64/build-swt.xml (from rev 138505, swt/trunk/build-swt.xml)
===================================================================
--- extra-x86_64/build-swt.xml (rev 0)
+++ extra-x86_64/build-swt.xml 2011-09-26 08:00:12 UTC (rev 138506)
@@ -0,0 +1,17 @@
+<project name="SWT" default="jar" basedir=".">
+ <property name="src" location="."/>
+ <property name="build" location="build"/>
+
+ <target name="init">
+ <tstamp/>
+ <mkdir dir="${build}"/>
+ </target>
+
+ <target name="compile" depends="init" description="Compile the SWT toolset">
+ <javac srcdir="${src}" destdir="${build}"/>
+ </target>
+
+ <target name="jar">
+ <jar destfile="swt.jar" basedir="${build}"/>
+ </target>
+</project>
More information about the arch-commits
mailing list