crispy-doom: update to 5.12.0.
This commit is contained in:
parent
2e70ee7f53
commit
a37d440547
@ -1,20 +1,28 @@
|
|||||||
# Template file for 'crispy-doom'
|
# Template file for 'crispy-doom'
|
||||||
pkgname=crispy-doom
|
pkgname=crispy-doom
|
||||||
version=5.11.1
|
version=5.12.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="crispy-doom-crispy-doom-${version}"
|
wrksrc="crispy-doom-crispy-doom-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf automake pkg-config"
|
hostmakedepends="autoconf automake pkg-config python3"
|
||||||
makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel libsamplerate-devel libpng-devel"
|
makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel libsamplerate-devel libpng-devel"
|
||||||
short_desc="Limit-removing enhanced-resolution Doom source port"
|
short_desc="Limit-removing enhanced-resolution Doom source port"
|
||||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/fabiangreffrath/crispy-doom"
|
homepage="https://github.com/fabiangreffrath/crispy-doom"
|
||||||
distfiles="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-${version}.tar.gz"
|
distfiles="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-${version}.tar.gz"
|
||||||
checksum=7c5bb36393dec39b9732e53963dadd6bcc3bd193370c4ec5b1c0121df3b38faa
|
checksum=d85d6e76aa949385458b7702e6fb594996745b94032ffb13e1790376eeecb462
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
#Rename default.cfg(5), hexen.cfg(5) and heretic.cfg(5) man pages to avoid conflict
|
||||||
|
#with chocolate-doom
|
||||||
|
mv ${DESTDIR}/usr/share/man/man5/default.cfg.5 ${DESTDIR}/usr/share/man/man5/crispy_default.cfg.5
|
||||||
|
mv ${DESTDIR}/usr/share/man/man5/hexen.cfg.5 ${DESTDIR}/usr/share/man/man5/crispy_hexen.cfg.5
|
||||||
|
mv ${DESTDIR}/usr/share/man/man5/heretic.cfg.5 ${DESTDIR}/usr/share/man/man5/crispy_heretic.cfg.5
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user