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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon May 13 22:47:12 UTC 2013


    Date: Tuesday, May 14, 2013 @ 00:47:11
  Author: svenstaro
Revision: 90789

upgpkg: cegui 0.7.9-3

Enable irrlicht support again

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 22:34:43 UTC (rev 90788)
+++ PKGBUILD	2013-05-13 22:47:11 UTC (rev 90789)
@@ -7,18 +7,18 @@
 pkgbase=cegui
 pkgname=('cegui' 'cegui-docs')
 pkgver=0.7.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
 arch=('i686' 'x86_64')
 url="http://crayzedsgui.sourceforge.net"
 #options=('!libtool')
 license=("MIT")
 depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht')
 optdepends=("python2: python bindings"
             "ogre: ogre module"
-            "gtk2: gtk2 module")
-            #"irrlicht: irrlicht module") maybe again at some point
+            "gtk2: gtk2 module"
+            "irrlicht: irrlicht module")
 options=(!libtool)
 source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
 md5sums=('a8b682daf82e383edc169c2e6eb2b321')




More information about the arch-commits mailing list