mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
xonotic: update to 0.8.0.
This commit is contained in:
parent
dc2dca2fd9
commit
ee044ec1c6
2 changed files with 9 additions and 8 deletions
|
@ -1895,3 +1895,4 @@ libssr-glinject.so ssr-0.3.1_1
|
||||||
libgdict-1.0.so.6 gnome-dictionary-3.14.1_1
|
libgdict-1.0.so.6 gnome-dictionary-3.14.1_1
|
||||||
libasignify.so.1 asignify-1.0_1
|
libasignify.so.1 asignify-1.0_1
|
||||||
libvte2_90.so.9 vte290-0.36.3_1
|
libvte2_90.so.9 vte290-0.36.3_1
|
||||||
|
libd0_blind_id.so.0 xonotic-0.8.0_1
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'xonotic'
|
# Template file for 'xonotic'
|
||||||
pkgname=xonotic
|
pkgname=xonotic
|
||||||
version=0.7.0
|
version=0.8.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="Xonotic"
|
wrksrc="Xonotic"
|
||||||
homepage="http://xonotic.org"
|
homepage="http://xonotic.org"
|
||||||
license="GPL-2, GPL-3"
|
license="GPL-2, GPL-3"
|
||||||
distfiles="http://dl.xonotic.org/xonotic-${version}-source.zip"
|
distfiles="http://dl.xonotic.org/xonotic-${version}-source.zip"
|
||||||
short_desc="A free, fast-paced crossplatform first-person shooter"
|
short_desc="A free, fast-paced crossplatform first-person shooter"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f1a527de67ab2bfd2b17414614301a783ad04e00dbd0d8abb516505e4ee9f88c
|
checksum=0ba4e05e845a0672d9c47e0ff06c6194d5eb8b2dda28ef2c90b3f2f615f4c84a
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
hostmakedepends="unzip automake libtool"
|
hostmakedepends="unzip automake libtool"
|
||||||
makedepends="gmp-devel MesaLib-devel SDL-devel libcurl-devel alsa-lib-devel
|
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
|
||||||
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel"
|
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel"
|
||||||
depends="desktop-file-utils xonotic-data>=${version}"
|
depends="desktop-file-utils xonotic-data>=${version}"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make_build_args="DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1"
|
make_build_args="SDL_CONFIG=sdl2-config DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1"
|
||||||
if [ "$XBPS_TARGET_MACHINE" != "i686" -a "$XBPS_TARGET_MACHINE" != "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" != "i686" -a "$XBPS_TARGET_MACHINE" != "x86_64" ]; then
|
||||||
make_build_args+=" CFLAGS_SSE= CFLAGS_SSE2="
|
make_build_args+=" CFLAGS_SSE= CFLAGS_SSE2="
|
||||||
fi
|
fi
|
||||||
|
@ -34,9 +34,9 @@ do_build() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# binaries
|
# binaries
|
||||||
vinstall source/darkplaces/darkplaces-dedicated 755 usr/bin xonotic-dedicated
|
vbin source/darkplaces/darkplaces-dedicated xonotic-dedicated
|
||||||
vinstall source/darkplaces/darkplaces-glx 755 usr/bin xonotic-glx
|
vbin source/darkplaces/darkplaces-glx xonotic-glx
|
||||||
vinstall source/darkplaces/darkplaces-sdl 755 usr/bin xonotic-sdl
|
vbin source/darkplaces/darkplaces-sdl xonotic-sdl
|
||||||
|
|
||||||
# convenience files
|
# convenience files
|
||||||
vmkdir usr/share/applications
|
vmkdir usr/share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue