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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Feb 25 10:20:56 UTC 2014


    Date: Tuesday, February 25, 2014 @ 11:20:56
  Author: bpiotrowski
Revision: 106199

upgpkg: warsow 1.03-1

new upstream release

Modified:
  warsow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-25 10:18:17 UTC (rev 106198)
+++ PKGBUILD	2014-02-25 10:20:56 UTC (rev 106199)
@@ -10,8 +10,9 @@
 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')
+arch=('i686' 'x86_64')
+depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm'
+         'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora' 'freetype2')
 makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
 optdepends=('openal: for openal audio support')
 source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \
@@ -25,7 +26,7 @@
 
 
 prepare() {
-	gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Warsow" --categories "Game;ActionGame"
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Warsow" --categories "Game;ActionGame"
 }
 
 build() {
@@ -32,7 +33,7 @@
   # 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
+  #unset CXXFLAGS
 
   # Compile Warsow
   cd $srcdir/warsow_${pkgver}_sdk/source/
@@ -41,7 +42,7 @@
 
 package() {
   cd $srcdir/warsow_${pkgver}_sdk/source/
-  
+
   # Create Destination Directories
   install -d $pkgdir/opt/warsow/
 




More information about the arch-commits mailing list