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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Feb 28 00:03:28 UTC 2013


    Date: Thursday, February 28, 2013 @ 01:03:28
  Author: arodseth
Revision: 85240

upgpkg: gigi 0.8.0-18, mesa todo

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-27 22:10:46 UTC (rev 85239)
+++ PKGBUILD	2013-02-28 00:03:28 UTC (rev 85240)
@@ -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://gigi.sourceforge.net/'
 url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-#url='http://gigi.sourceforge.net/'
 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 @@
   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' \




More information about the arch-commits mailing list