diff options
Diffstat (limited to 'community/warsow')
-rw-r--r-- | community/warsow/PKGBUILD | 57 | ||||
-rw-r--r-- | community/warsow/warsow.desktop | 11 | ||||
-rw-r--r-- | community/warsow/warsow.launcher | 5 | ||||
-rw-r--r-- | community/warsow/wsw-server.launcher | 5 | ||||
-rw-r--r-- | community/warsow/wswtv-server.launcher | 5 |
5 files changed, 0 insertions, 83 deletions
diff --git a/community/warsow/PKGBUILD b/community/warsow/PKGBUILD deleted file mode 100644 index 306c6e2d9..000000000 --- a/community/warsow/PKGBUILD +++ /dev/null @@ -1,57 +0,0 @@ -# $Id: PKGBUILD 78440 2012-10-18 12:10:18Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: Slash <demodevil5[at]yahoo[dot]com> -# Contributor: Babets -# Contributor: Vain - -pkgname=warsow -pkgver=1.02 -pkgrel=1 -pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine" -url="http://www.warsow.net/" -license=('GPL') -arch=('i686' 'x86_64') -depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm' 'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora') -makedepends=('mesa' 'openal' 'imagemagick' 'gendesk') -optdepends=('openal: for openal audio support') -source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \ - "http://wsw.null.so/warsow_${pkgver}_sdk.tar.gz") -_genericname=('First person shooter') -_comment=('Online Mulitiplayer Competitive FPS') -md5sums=('ec00081d81ad9802a8ca42fc2eac5498' - 'f73e10c26197178df71b941b10bf83d7' - 'd7e4a69835bbcf801e58307e9d6b951e' - 'df3dee05dd6f84b44ba131a2445a1706') - -build() { - cd "$srcdir" - gendesk -n - - # This was used to fix some crashing due to alignment problems before. Has upstream - # finally got their shit together and we don't need them anymore? - #unset CFLAGS - #unset CXXFLAGS - - # Compile Warsow - cd $srcdir/warsow_${pkgver}_sdk/source/ - make -j1 -} - -package() { - cd $srcdir/warsow_${pkgver}_sdk/source/ - - # Create Destination Directories - install -d $pkgdir/opt/warsow/ - - # Move Compiled Data to Destination Directory - cp -r $srcdir/warsow_${pkgver}_sdk/source/release/* $pkgdir/opt/warsow - - install -D -m 0755 $srcdir/warsow.launcher $pkgdir/usr/bin/warsow - install -D -m 0755 $srcdir/wsw-server.launcher $pkgdir/usr/bin/wsw-server - install -D -m 0755 $srcdir/wswtv-server.launcher $pkgdir/usr/bin/wswtv-server - install -D -m 0644 $srcdir/warsow.desktop $pkgdir/usr/share/applications/warsow.desktop - convert $srcdir/warsow_${pkgver}_sdk/source/win32/warsow.ico $srcdir/warsow.png - install -D -m 0644 $srcdir/warsow-0.png $pkgdir/usr/share/pixmaps/warsow.png -} - -# vim: ts=2:sw=2 diff --git a/community/warsow/warsow.desktop b/community/warsow/warsow.desktop deleted file mode 100644 index 839e13e02..000000000 --- a/community/warsow/warsow.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Warsow -GenericName=Warsow -Comment=Online Multiplayer Competitive FPS -Icon=/usr/share/pixmaps/warsow.ico -Exec=/usr/bin/warsow -Terminal=false -Type=Application -Categories=Application;Game -StartupNotify=true diff --git a/community/warsow/warsow.launcher b/community/warsow/warsow.launcher deleted file mode 100644 index 64dac4188..000000000 --- a/community/warsow/warsow.launcher +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd "/opt/warsow" -./warsow $* -exit $? diff --git a/community/warsow/wsw-server.launcher b/community/warsow/wsw-server.launcher deleted file mode 100644 index 5035253e6..000000000 --- a/community/warsow/wsw-server.launcher +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd "/opt/warsow" -./wsw_server $* -exit $? diff --git a/community/warsow/wswtv-server.launcher b/community/warsow/wswtv-server.launcher deleted file mode 100644 index 10f70a234..000000000 --- a/community/warsow/wswtv-server.launcher +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd "/opt/warsow" -./wswtv_server $* -exit $? |