DarkRadiant: update to 2.8.0.
This commit is contained in:
parent
24be62b60c
commit
d467918f98
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'DarkRadiant'
|
# Template file for 'DarkRadiant'
|
||||||
pkgname=DarkRadiant
|
pkgname=DarkRadiant
|
||||||
version=2.7.0
|
version=2.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3"
|
configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
|
||||||
|
PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"
|
||||||
hostmakedepends="automake gettext libtool pkg-config"
|
hostmakedepends="automake gettext libtool pkg-config"
|
||||||
makedepends="ftgl-devel glew-devel libjpeg-turbo-devel libsigc++-devel
|
makedepends="ftgl-devel glew-devel libjpeg-turbo-devel libsigc++-devel
|
||||||
libvorbis-devel libxml2-devel wxWidgets-gtk3-devel python-devel"
|
libvorbis-devel libxml2-devel wxWidgets-gtk3-devel python3-devel freealut-devel"
|
||||||
short_desc="Map editor for The Dark Mod and other idTech4/Doom3-based games"
|
short_desc="Map editor for The Dark Mod and other idTech4/Doom3-based games"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/codereader/DarkRadiant/"
|
homepage="https://github.com/codereader/DarkRadiant/"
|
||||||
distfiles="https://github.com/codereader/DarkRadiant/archive/${version}.tar.gz"
|
distfiles="https://github.com/codereader/DarkRadiant/archive/${version}.tar.gz"
|
||||||
checksum=1166a6d87f0a54ca661ba9be83d350d657972a2aaecdde5b92ebfb7bc80458c7
|
checksum=8f810016b5110308965dd1b47407a0a385903cd62974b2e53e84f8011786b0e5
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue