diff options
Diffstat (limited to 'community/cegui/PKGBUILD')
-rw-r--r-- | community/cegui/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index 843a5867d..26e5b4105 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93820 2013-07-10 15:57:17Z svenstaro $ +# $Id: PKGBUILD 94016 2013-07-13 12:31:10Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com>, @@ -6,13 +6,13 @@ pkgname=cegui pkgver=0.8.2 -pkgrel=1 +pkgrel=4 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" arch=('i686' 'x86_64') url="http://crayzedsgui.sourceforge.net" license=("MIT") -depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly') -makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht') +depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly' 'glfw') +makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 'glm' 'mesa') optdepends=("python2: python bindings" "ogre: ogre module" "gtk2: gtk2 module" |