Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=eb3a2ba2d016a12a560bc530738af435d4bb521e
commit eb3a2ba2d016a12a560bc530738af435d4bb521e Author: Marius Cirsta <[email protected]> Date: Sat Jul 7 23:02:28 2012 +0000 swingx-1.6.2-2-x86_64 * rebuild with openjava diff --git a/source/devel-extra/swingx/FrugalBuild b/source/devel-extra/swingx/FrugalBuild index 5400ff8..b4289d3 100644 --- a/source/devel-extra/swingx/FrugalBuild +++ b/source/devel-extra/swingx/FrugalBuild @@ -3,10 +3,11 @@ pkgname=swingx pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of powerful, useful, and just plain fun Swing components." -makedepends=(${makedepends[@]} 'openjdk' 'maven') -depends=(${depends[@]} 'junit' 'jmock' 'batik' 'openjre') +makedepends=('maven') +depends=('junit' 'jmock' 'batik') +Finclude openjava groups=('devel-extra') archs=('i686' 'x86_64') url="http://swinglabs.org/index.jsp" @@ -16,9 +17,7 @@ up2date="lynx -dump http://java.net/downloads/swingx/releases \ source=(http://java.net/downloads/swingx/releases/$pkgver/$pkgname-$pkgver-sources.zip) sha1sums=('228d1e82567e52100d047e5884ccbb2af095436e') - _F_cd_path=${pkgname}-${pkgver}-sources -Finclude openjava build() { Fcd _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
