[arch-commits] Commit in xonotic/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 18 21:47:49 UTC 2015


    Date: Sunday, January 18, 2015 @ 22:47:49
  Author: svenstaro
Revision: 126172

upgpkg: xonotic 0.8.0-2

use sdl2 instead of sdl

Modified:
  xonotic/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 21:46:00 UTC (rev 126171)
+++ PKGBUILD	2015-01-18 21:47:49 UTC (rev 126172)
@@ -3,13 +3,13 @@
 # Contributor: Jookia <166291 at gmail.com>
 pkgname=xonotic
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 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' 'hicolor-icon-theme'
+         'libxxf86vm' 'sdl2' 'libpng>=1.4.0' 'xonotic-data' 'hicolor-icon-theme'
          'gtk-update-icon-cache' 'desktop-file-utils')
 makedepends=('unzip' 'mesa')
 source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip"
@@ -31,7 +31,7 @@
 
   # 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 sdl2-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



More information about the arch-commits mailing list