summaryrefslogtreecommitdiff
path: root/community/freeorion
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-19 01:18:21 -0700
committerroot <root@rshg054.dnsready.net>2013-10-19 01:18:21 -0700
commitd509ac9685f4ab9eda997553a8cf4131befab417 (patch)
tree3653bd6752f910cde3329ba6cd783c6e8e311d15 /community/freeorion
parentcc1dbaab9d968ae5ace1956c3662b8b492694800 (diff)
Sat Oct 19 01:17:18 PDT 2013
Diffstat (limited to 'community/freeorion')
-rw-r--r--community/freeorion/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD
index a130e59b3..f63c1e3a5 100644
--- a/community/freeorion/PKGBUILD
+++ b/community/freeorion/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 95910 2013-08-18 16:26:52Z arodseth $
+# $Id: PKGBUILD 98796 2013-10-18 19:26:47Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Elmo Todurov <todurov@gmail.com>
# Contributor: guini <sidtrun@googlemail.com>
@@ -8,8 +8,8 @@
pkgname=freeorion
pkgver=0.4.3
-pkgrel=2
-_svnrev=6344
+pkgrel=3
+_svnrev=6454
_pyversion=2.7
pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
arch=('x86_64' 'i686')
@@ -23,14 +23,14 @@ else
fi
depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 'libgl')
makedepends=('boost' 'ogre=1.8.1' 'sdl' 'gigi>0.8.0-18' 'graphviz' 'mesa-libgl'
- 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 'libogg'
- 'addinclude')
+ 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion'
+ 'libogg' 'addinclude')
options=('!strip' '!emptydirs')
install=$pkgname.install
source=("$pkgname.sh"
"$pkgname.png::https://a.fsdn.com/con/icons/fr/freeorion@sf.net/FO_Icon_256x256.png"
'cmake_python.patch'
- "$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/#revision=6344")
+ "$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/")
sha256sums=('25b574af5397226373e24510ce59de94c5df5b31d94562fc0de387fd70731707'
'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f'
'3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a'
@@ -39,12 +39,15 @@ sha256sums=('25b574af5397226373e24510ce59de94c5df5b31d94562fc0de387fd70731707'
prepare() {
cd "$pkgname"
+ svn up -r "$_svnrev"
+
# CMake/Python fix...
patch -N -p1 -i "$srcdir/cmake_python.patch"
# Generate desktop shortcut
- gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+ gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+ # Add missing includes
addinclude -n GG/GG/adobe/once.hpp '#include <stdint.h>'
addinclude -n GG/GG/adobe/closed_hash.hpp '#include <stdint.h>'
}