lightzone: version 4.2.0 is broken
This commit is contained in:
parent
c7f5194694
commit
7d87d59130
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'lightzone'
|
||||
pkgname=lightzone
|
||||
reverts="4.2.0_1"
|
||||
version=4.1.9
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=LightZone-${version}
|
||||
hostmakedepends="automake git openjdk8 apache-ant javahelp2 rsync pkg-config"
|
||||
makedepends="libgomp-devel lcms2-devel libX11-devel"
|
||||
|
@ -18,6 +19,7 @@ nopie=yes
|
|||
replaces="lightzone-bin>=0"
|
||||
|
||||
do_build() {
|
||||
vsed -i lightcrafts/build.xml -e "s;http://repo2.maven.org/;https://repo1.maven.org/;"
|
||||
export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
|
||||
cd linux
|
||||
ant jar
|
||||
|
|
Loading…
Reference in a new issue