xaos: update to 4.0.

This commit is contained in:
Leah Neukirchen 2020-04-01 12:28:10 +02:00
parent 751d5820c4
commit 75bf61e526

View file

@ -1,21 +1,25 @@
# Template file for 'xaos' # Template file for 'xaos'
pkgname=xaos pkgname=xaos
version=3.7 version=4.0
revision=2 revision=1
wrksrc="XaoS-release-${version}" wrksrc="XaoS-release-${version}"
build_style=gnu-configure build_style=qmake
configure_args="--with-aa-driver=yes" hostmakedepends="qt5-qmake qt5-devel"
hostmakedepends="gettext" makedepends="qt5-devel gsl-devel"
makedepends="aalib-devel gsl-devel libX11-devel libpng-devel zlib-devel"
short_desc="Fast interactive real-time fractal zoomer/morpher" short_desc="Fast interactive real-time fractal zoomer/morpher"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later" license="GPL-2.0-or-later"
homepage="https://xaos-project.github.io/" homepage="https://xaos-project.github.io/"
distfiles="https://github.com/xaos-project/XaoS/archive/release-${version}.tar.gz" distfiles="https://github.com/xaos-project/XaoS/archive/release-${version}.tar.gz"
checksum=1bc357b81deb1109e8178de918823fe3512d7ae0d05a4f196400853e9653e012 checksum=2d72b38a53d975bfdb4ed828125f8e7017f70761d4f06249c5630367522f8e6f
CFLAGS+=" -DNOREGISTERS" do_install() {
vbin bin/xaos
post_install() { vman doc/xaos.6
rm -rf ${DESTDIR}/usr/share/XaoS/doc vmkdir usr/share/XaoS
vmkdir usr/share/XaoS/examples
vcopy tutorial usr/share/XaoS
# load random example doesn't work with subdirectories
vcopy "examples/*/*.xpf" usr/share/XaoS/examples
vcopy catalogs usr/share/XaoS
} }