Date: Friday, August 16, 2013 @ 19:24:11 Author: arodseth Revision: 95770
upgpkg: gigi 6142-1 Modified: gigi/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-16 17:02:57 UTC (rev 95769) +++ PKGBUILD 2013-08-16 17:24:11 UTC (rev 95770) @@ -6,7 +6,7 @@ # Contributor: Manuel Gaul <[email protected]> pkgname=gigi -pkgver=6313 +pkgver=6142 pkgrel=1 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion fork)' #url='http://gigi.sourceforge.net/' @@ -14,7 +14,7 @@ arch=('x86_64' 'i686') license=('LGPL') depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python') -makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl') +makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'addinclude') #'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,6 +31,7 @@ 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() {
