forked from hasufell/hasufell-repository
games-fps/alienarena: initial import of version 20130827
This commit is contained in:
parent
496cd9098d
commit
bdf8f68b09
73
packages/games-fps/alienarena/alienarena-20130827.exheres-0
Normal file
73
packages/games-fps/alienarena/alienarena-20130827.exheres-0
Normal file
@ -0,0 +1,73 @@
|
||||
# Copyright 2016 Julian Ospald <hasufell@poste.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require gtk-icon-cache
|
||||
|
||||
MY_PN=alienarena-7.66
|
||||
SUMMARY="Fast-paced multiplayer deathmatch game"
|
||||
HOMEPAGE="http://red.planetarena.org/"
|
||||
DOWNLOADS="http://icculus.org/alienarena/Files/${MY_PN}-linux${PV}.tar.gz
|
||||
http://red.planetarena.org/files/${MY_PN}-linux${PV}.tar.gz"
|
||||
|
||||
LICENCES="GPL-2 free-noncomm"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS="
|
||||
( providers: ijg-jpeg jpeg-turbo ) [[ number-selected = exactly-one ]]
|
||||
"
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
virtual/pkg-config
|
||||
x11-proto/xf86dgaproto
|
||||
x11-proto/xf86vidmodeproto
|
||||
build+run:
|
||||
media-libs/freetype:2
|
||||
media-libs/libvorbis
|
||||
media-libs/openal
|
||||
net-misc/curl
|
||||
sys-libs/zlib
|
||||
x11-dri/glu
|
||||
x11-dri/mesa
|
||||
x11-libs/libXxf86dga
|
||||
x11-libs/libXxf86vm
|
||||
providers:ijg-jpeg? ( media-libs/jpeg:= )
|
||||
providers:jpeg-turbo? ( media-libs/libjpeg-turbo )
|
||||
"
|
||||
|
||||
WORK=${WORKBASE}/${MY_PN/_/.}
|
||||
|
||||
DEFAULT_SRC_PREPARE_PATCHES=(
|
||||
-p0 "${FILES}"/${PNV}-format.patch
|
||||
)
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||
--disable-documents
|
||||
--enable-client
|
||||
--with-icondir=/usr/share/icons/hicolor/48x48/apps/
|
||||
--with-xf86dga
|
||||
--with-xf86vm
|
||||
--with-zlib
|
||||
--without-system-libode
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
emake AR=${AR}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
insinto /usr/share/applications/
|
||||
hereins ${PN}.desktop << EOF
|
||||
[Desktop Entry]
|
||||
Name=Alien Arena
|
||||
Type=Application
|
||||
Comment=${SUMMARY}
|
||||
Exec=${PN}
|
||||
TryExec=${PN}
|
||||
Icon=${PN}
|
||||
Categories=Game;ActionGame;
|
||||
EOF
|
||||
}
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- source/game/p_client.c.old 2016-01-18 20:13:25.147714704 +0100
|
||||
+++ source/game/p_client.c 2016-01-18 20:13:38.776476727 +0100
|
||||
@@ -2123,7 +2123,7 @@
|
||||
#else
|
||||
ent->ctype = 0; //alien is default
|
||||
sprintf(modelpath, "players/%s/human", playermodel);
|
||||
- sprintf(ent->charModel, playermodel);
|
||||
+ sprintf(ent->charModel, "%s", playermodel);
|
||||
Q2_FindFile (modelpath, &file);
|
||||
if(file)
|
||||
{
|
Loading…
Reference in New Issue
Block a user