xaos: update to 4.3.
This commit is contained in:
parent
c2843a5f0e
commit
4984311b5e
1 changed files with 7 additions and 13 deletions
|
@ -1,24 +1,18 @@
|
||||||
# Template file for 'xaos'
|
# Template file for 'xaos'
|
||||||
pkgname=xaos
|
pkgname=xaos
|
||||||
version=4.2.1
|
version=4.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools which"
|
hostmakedepends="qt6-base qt6-tools"
|
||||||
makedepends="qt5-devel gsl-devel"
|
makedepends="qt6-base-devel gsl-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-2.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=bf21d3f50d7c1626c5c96da475f84ea24d24a164ec6cc2bbc4ee229bc4a65967
|
checksum=4f32db5220fc51cbb512d2c170101d301cdd8ee9ac64aed5c6819da38e4a44d1
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
vbin bin/xaos
|
|
||||||
vman doc/xaos.6
|
|
||||||
vmkdir usr/share/XaoS
|
|
||||||
vmkdir usr/share/XaoS/examples
|
vmkdir usr/share/XaoS/examples
|
||||||
vcopy tutorial usr/share/XaoS
|
find examples -name '*.xpf' -exec cp {} $DESTDIR/usr/share/XaoS/examples \;
|
||||||
# load random example doesn't work with subdirectories
|
|
||||||
vcopy "examples/*/*.xpf" usr/share/XaoS/examples
|
|
||||||
vcopy catalogs usr/share/XaoS
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue