From ee044ec1c6007490ec5fa9408be95ef702b89496 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Jan 2015 10:17:12 +0100 Subject: [PATCH] xonotic: update to 0.8.0. --- common/shlibs | 1 + srcpkgs/xonotic/template | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/common/shlibs b/common/shlibs index 143dcb81b64..e8282362724 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1895,3 +1895,4 @@ libssr-glinject.so ssr-0.3.1_1 libgdict-1.0.so.6 gnome-dictionary-3.14.1_1 libasignify.so.1 asignify-1.0_1 libvte2_90.so.9 vte290-0.36.3_1 +libd0_blind_id.so.0 xonotic-0.8.0_1 diff --git a/srcpkgs/xonotic/template b/srcpkgs/xonotic/template index dc46a26f911..91b81f6b1d5 100644 --- a/srcpkgs/xonotic/template +++ b/srcpkgs/xonotic/template @@ -1,23 +1,23 @@ # Template file for 'xonotic' pkgname=xonotic -version=0.7.0 -revision=3 +version=0.8.0 +revision=1 wrksrc="Xonotic" homepage="http://xonotic.org" license="GPL-2, GPL-3" distfiles="http://dl.xonotic.org/xonotic-${version}-source.zip" short_desc="A free, fast-paced crossplatform first-person shooter" maintainer="Juan RP " -checksum=f1a527de67ab2bfd2b17414614301a783ad04e00dbd0d8abb516505e4ee9f88c +checksum=0ba4e05e845a0672d9c47e0ff06c6194d5eb8b2dda28ef2c90b3f2f615f4c84a nocross=yes 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" depends="desktop-file-utils xonotic-data>=${version}" 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 make_build_args+=" CFLAGS_SSE= CFLAGS_SSE2=" fi @@ -34,9 +34,9 @@ do_build() { do_install() { # binaries - vinstall source/darkplaces/darkplaces-dedicated 755 usr/bin xonotic-dedicated - vinstall source/darkplaces/darkplaces-glx 755 usr/bin xonotic-glx - vinstall source/darkplaces/darkplaces-sdl 755 usr/bin xonotic-sdl + vbin source/darkplaces/darkplaces-dedicated xonotic-dedicated + vbin source/darkplaces/darkplaces-glx xonotic-glx + vbin source/darkplaces/darkplaces-sdl xonotic-sdl # convenience files vmkdir usr/share/applications