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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Dec 22 13:33:46 UTC 2015


    Date: Tuesday, December 22, 2015 @ 14:33:46
  Author: bpiotrowski
Revision: 154202

Disable python modules

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-22 12:58:34 UTC (rev 154201)
+++ PKGBUILD	2015-12-22 13:33:46 UTC (rev 154202)
@@ -13,9 +13,8 @@
 url="http://cegui.org.uk"
 license=("MIT")
 depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 'glm' 'mesa' 'tolua++' 'mercurial')
-optdepends=("python2: python bindings"
-            "ogre: ogre module"
+makedepends=('cmake' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 'glm' 'mesa' 'tolua++' 'mercurial')
+optdepends=("ogre: ogre module"
             "gtk2: gtk2 module"
             "irrlicht: irrlicht module")
 source=("hg+https://bitbucket.org/cegui/cegui#tag=v${_tag}")
@@ -32,8 +31,9 @@
   cmake .. \
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DCEGUI_LIB_INSTALL_DIR=lib \
-      -DCEGUI_BUILD_PYTHON_MODULES=ON \
-      -DPYTHON_EXECUTABLE=/usr/bin/python2
+      -DCEGUI_BUILD_PYTHON_MODULES=OFF \
+      # -DCEGUI_BUILD_PYTHON_MODULES=ON \
+      # -DPYTHON_EXECUTABLE=/usr/bin/python2
 
   make
   make html



More information about the arch-commits mailing list