Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f65e424a801f9f9aaabe2070a85f39c1786afa2c

commit f65e424a801f9f9aaabe2070a85f39c1786afa2c
Author: DeX77 <de...@frugalware.org>
Date:   Tue Aug 22 15:16:27 2017 +0200

xmlgraphics-commons-2.2-1-x86_64

* version bump

diff --git a/source/devel-extra/xmlgraphics-commons/FrugalBuild 
b/source/devel-extra/xmlgraphics-commons/FrugalBuild
index be306bc..9159b0e 100644
--- a/source/devel-extra/xmlgraphics-commons/FrugalBuild
+++ b/source/devel-extra/xmlgraphics-commons/FrugalBuild
@@ -3,14 +3,15 @@
# Contibutor: Miklos Vajna <vmik...@frugalware.org>

pkgname=xmlgraphics-commons
-pkgver=1.5
+pkgver=2.2
pkgrel=1
pkgdesc="A library of several reusable components used by Apache Batik and 
Apache FOP."
url="http://xmlgraphics.apache.org/commons/index.html";
depends=(${depends[@]} 'commons-io' 'commons-logging')
Finclude openjava
+makedepends+=('maven')
groups=('devel-extra')
-archs=('i686' 'x86_64')
+archs=('x86_64')
up2date="Flastarchive http://www.apache.org/dist/xmlgraphics/commons/source/ 
-src.tar.gz"
source=(http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-$pkgver-src.tar.gz)
signatures=($source.asc)
@@ -18,9 +19,6 @@ signatures=($source.asc)
build()
{
Fcd
-       Fjavacleanup
-       mkdir -p lib/build || Fdie
-       Fant
-       mv build/xmlgraphics-commons{-$pkgver,}.jar
-       Fjar build/xmlgraphics-commons.jar
+       Fexec mvn -Dmaven.repo.local=$Fsrcdir/repo -DskipTests=true clean 
package || Fdie
+       Fjar target/xmlgraphics-commons-$pkgver.jar
}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to