From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/xonotic/PKGBUILD | 57 ----------------------------------- community/xonotic/xonotic-glx.desktop | 11 ------- community/xonotic/xonotic-sdl.desktop | 11 ------- 3 files changed, 79 deletions(-) delete mode 100644 community/xonotic/PKGBUILD delete mode 100644 community/xonotic/xonotic-glx.desktop delete mode 100644 community/xonotic/xonotic-sdl.desktop (limited to 'community/xonotic') diff --git a/community/xonotic/PKGBUILD b/community/xonotic/PKGBUILD deleted file mode 100644 index 46232f58b..000000000 --- a/community/xonotic/PKGBUILD +++ /dev/null @@ -1,57 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Alexander Suhoverhov -pkgname=xonotic -pkgver=0.7.0 -pkgrel=1 -pkgdesc="A free, fast-paced crossplatform first-person shooter" -arch=('i686' 'x86_64') -url="http://xonotic.org" -license=('GPL') -depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm' 'libxxf86dga' 'libxxf86vm' 'sdl' 'libpng>=1.4.0' 'xonotic-data') -makedepends=('unzip' 'mesa') -source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip" - "xonotic-glx.desktop" - "xonotic-sdl.desktop") -md5sums=('1cc50a79ac6abf27da916bfb5e066043' - '914c7b9163e92b35f0ab57fdb1653ac5' - 'da7d812ff231c9332cd694b39757adda') - -build() { - # compile Xonotic-flavored fteqcc - #make -C Xonotic/source/fteqcc - - # compile QuakeC game code - #( cd Xonotic/source/qcsrc/server && ../../fteqcc/fteqcc.bin -O3 -Ono-c -Ono-cs ) - #( cd Xonotic/source/qcsrc/client && ../../fteqcc/fteqcc.bin -O3 -Ono-c -Ono-cs ) - #( cd Xonotic/source/qcsrc/menu && ../../fteqcc/fteqcc.bin -O3 -Ono-c -Ono-cs ) - - # compile engine - make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 cl-release - make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sdl-release - make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sv-release - - cd $srcdir/Xonotic/source/d0_blind_id - sh autogen.sh - ./configure --prefix=/usr --disable-rijndael - make -} - -package() { - cd $srcdir/Xonotic - - # binaries - install -Dm755 source/darkplaces/darkplaces-dedicated $pkgdir/usr/bin/xonotic-dedicated - install -Dm755 source/darkplaces/darkplaces-glx $pkgdir/usr/bin/xonotic-glx - install -Dm755 source/darkplaces/darkplaces-sdl $pkgdir/usr/bin/xonotic-sdl - - # convenience files - mkdir -p $pkgdir/usr/share/applications - install -Dm644 $srcdir/*.desktop -t $pkgdir/usr/share/applications - install -Dm644 $srcdir/Xonotic/misc/logos/icons_png/xonotic_512.png $pkgdir/usr/share/pixmaps/xonotic.png - - # crypto stuff - cd $srcdir/Xonotic/source/d0_blind_id - make DESTDIR=$pkgdir install -} - -# vim: ts=2:sw=2 et: diff --git a/community/xonotic/xonotic-glx.desktop b/community/xonotic/xonotic-glx.desktop deleted file mode 100644 index 9f9e78cc1..000000000 --- a/community/xonotic/xonotic-glx.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=2.5 -Encoding=UTF-8 -Name=Xonotic (GLX) -Comment=a free open-source first person shooter -Icon=/usr/share/pixmaps/xonotic.png -Exec=/usr/bin/xonotic-glx -Terminal=false -StartupNotify=false -Categories=Game; diff --git a/community/xonotic/xonotic-sdl.desktop b/community/xonotic/xonotic-sdl.desktop deleted file mode 100644 index 32b37f2c5..000000000 --- a/community/xonotic/xonotic-sdl.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=2.5 -Encoding=UTF-8 -Name=Xonotic (SDL) -Comment=a free open-source first person shooter -Icon=/usr/share/pixmaps/xonotic.png -Exec=/usr/bin/xonotic-sdl -Terminal=false -StartupNotify=false -Categories=Game; -- cgit v1.2.3-54-g00ecf