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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Dec 2 12:30:39 UTC 2013


    Date: Monday, December 2, 2013 @ 13:30:39
  Author: svenstaro
Revision: 101856

upgpkg: cegui 0.8.2-6

boost 1.55.0 rebuild

Modified:
  cegui/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-02 11:24:35 UTC (rev 101855)
+++ PKGBUILD	2013-12-02 12:30:39 UTC (rev 101856)
@@ -12,7 +12,7 @@
 url="http://crayzedsgui.sourceforge.net"
 license=("MIT")
 depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 'glm' 'mesa' 'mercurial')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
 optdepends=("python2: python bindings"
             "ogre: ogre module"
             "gtk2: gtk2 module"
@@ -23,9 +23,6 @@
 build() {
   cd "$srcdir/cegui"
 
-  #sed -i "s/lib64/lib/g" CMakeLists.txt
-  #sed -i "s/lib32/lib/g" CMakeLists.txt
-
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
@@ -32,7 +29,8 @@
   cmake .. \
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DCEGUI_LIB_INSTALL_DIR=lib \
-      -DPYTHON_EXECUTABLE=/usr/bin/python2
+      -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+      -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :(
 
   make
   make html




More information about the arch-commits mailing list