freeplane: update to 1.5.15.
This commit is contained in:
parent
c423e71eec
commit
80ab93322c
1 changed files with 9 additions and 5 deletions
|
@ -1,26 +1,30 @@
|
||||||
# Template file for 'freeplane'
|
# Template file for 'freeplane'
|
||||||
pkgname=freeplane
|
pkgname=freeplane
|
||||||
version=1.3.15
|
version=1.5.15
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="apache-ant openjdk unzip"
|
hostmakedepends="apache-ant openjdk unzip gradle"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
short_desc="Application for Mind Mapping, Knowledge Management, Project Management"
|
short_desc="Application for Mind Mapping, Knowledge Management, Project Management"
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://freeplane.sourceforge.net/"
|
homepage="http://freeplane.sourceforge.net/"
|
||||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname%20stable/${pkgname}_src-$version.tar.gz"
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname%20stable/${pkgname}_src-$version.tar.gz"
|
||||||
checksum=ad7a31c1cb81759c0af0a41f14302c3f58963292db33eca4dc60eeeaac57f4fc
|
checksum=0878691a2db2781118122024a56162a211edebd3400a27019aecdf368bf347a9
|
||||||
|
|
||||||
|
make_dirs="
|
||||||
|
/usr/share/freeplane/fwdir/condperm/ 755 root root
|
||||||
|
/usr/share/freeplane/fwdir/perms/ 755 root root"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
. /etc/profile.d/apache-ant.sh
|
. /etc/profile.d/apache-ant.sh
|
||||||
. /etc/profile.d/10_openjdk.sh
|
. /etc/profile.d/10_openjdk.sh
|
||||||
|
|
||||||
ant build dist
|
gradle binZip -x test
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
unzip freeplane_framework/dist/freeplane_bin-$version.zip -d install
|
unzip DIST/freeplane_bin-$version.zip -d install
|
||||||
find install -type f -name \*.exe -delete
|
find install -type f -name \*.exe -delete
|
||||||
vmkdir usr/share/$pkgname
|
vmkdir usr/share/$pkgname
|
||||||
mv install/$pkgname-$version/* $DESTDIR/usr/share/$pkgname
|
mv install/$pkgname-$version/* $DESTDIR/usr/share/$pkgname
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue