summaryrefslogtreecommitdiff
path: root/community/gigi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gigi/PKGBUILD')
-rw-r--r--community/gigi/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD
index 63772c53e..101ade4d5 100644
--- a/community/gigi/PKGBUILD
+++ b/community/gigi/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 95773 2013-08-16 17:52:10Z arodseth $
+# $Id: PKGBUILD 95912 2013-08-18 17:24:22Z svenstaro $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: fana-m <geminin@gmx.net>
@@ -7,14 +7,14 @@
pkgname=gigi
pkgver=6142
-pkgrel=2
+pkgrel=3
pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion fork)'
#url='http://gigi.sourceforge.net/'
url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
arch=('x86_64' 'i686')
license=('LGPL')
depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'addinclude' 'mesa-libgl')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/")
sha256sums=('SKIP')
@@ -31,7 +31,6 @@ prepare() {
setconf cmake/GiGiOgre.pc.in prefix /usr
setconf cmake/GiGi.pc.in prefix /usr
setconf cmake/GiGiSDL.pc.in prefix /usr
- addinclude -n GG/adobe/once.hpp '#include <stdint.h>'
}
build() {