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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 15 23:35:22 UTC 2017


    Date: Sunday, January 15, 2017 @ 23:35:20
  Author: svenstaro
Revision: 207526

upgpkg: cegui 0.8.7-7

re-enable python2 bindings

Modified:
  cegui/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 23:34:23 UTC (rev 207525)
+++ PKGBUILD	2017-01-15 23:35:20 UTC (rev 207526)
@@ -7,14 +7,15 @@
 pkgname=cegui
 pkgver=0.8.7
 _tag=0-8-7
-pkgrel=6
+pkgrel=7
 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
 arch=('i686' 'x86_64')
 url="http://cegui.org.uk"
 license=("MIT")
 depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly')
-makedepends=('cmake' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 'glm' 'mesa' 'tolua++' 'mercurial' 'ois')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 'glm' 'mesa' 'tolua++' 'mercurial' 'ois')
 optdepends=('ogre: ogre module'
+            'python2: python bindings'
             'ois: running samples'
             'gtk2: gtk2 module'
             'irrlicht: irrlicht module')
@@ -33,8 +34,8 @@
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DCEGUI_LIB_INSTALL_DIR=lib \
       -DCEGUI_BUILD_PYTHON_MODULES=OFF \
-      # -DCEGUI_BUILD_PYTHON_MODULES=ON \
-      # -DPYTHON_EXECUTABLE=/usr/bin/python2
+      -DCEGUI_BUILD_PYTHON_MODULES=ON \
+      -DPYTHON_EXECUTABLE=/usr/bin/python2
 
   make
   make html



More information about the arch-commits mailing list