summaryrefslogtreecommitdiff
path: root/community/gigi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-01 00:05:33 -0800
committerroot <root@rshg054.dnsready.net>2013-03-01 00:05:33 -0800
commit5ae40a63ab4c6838234db5a9da1e99d8bc27875d (patch)
treedea7d338ac603743f5a323dc8f82b76bdbf5ab2e /community/gigi
parentb56d5949c9b0c3b40a942cd83f71e4420473435b (diff)
Fri Mar 1 00:05:33 PST 2013
Diffstat (limited to 'community/gigi')
-rw-r--r--community/gigi/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD
index be9a68f2b..ed430d7b6 100644
--- a/community/gigi/PKGBUILD
+++ b/community/gigi/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83897 2013-02-06 12:43:24Z arodseth $
+# $Id: PKGBUILD 85249 2013-02-28 09:21:43Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: fana-m <geminin@gmx.net>
@@ -7,15 +7,15 @@
pkgname=gigi
pkgver=0.8.0
-pkgrel=17
-_fixedrevision=5407
+pkgrel=18
+_fixedrevision=5780 #5407
pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion fork)'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
#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' 'mesa')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
build() {
cd "$srcdir"
@@ -39,7 +39,8 @@ build() {
setconf cmake/GiGiSDL.pc.in prefix /usr
# It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
# could be re-configured in the package() function, but this works too.
- cmake -D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
+ cmake \
+ -D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
-D BUILD_TUTORIALS=OFF \
-D CPACK_GENERATOR=GiGiDevel \
-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \