diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-09 09:29:16 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-09 09:29:16 -0300 |
commit | bf27698570c0232bdabb1f9d4636e13829648264 (patch) | |
tree | c5f6187b28bd8e011583c4d24979054af2136839 /community/mygui | |
parent | 8b82a3250aa4e181b97e7faeb055a00e718bdadb (diff) | |
parent | 2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/open-vm-tools-modules/PKGBUILD
community/virtualbox/PKGBUILD
core/lilo/PKGBUILD
core/lilo/lilo.conf
core/pam/PKGBUILD
core/syslinux/PKGBUILD
core/syslinux/syslinux.cfg
extra/ethtool/PKGBUILD
extra/libksba/PKGBUILD
extra/lirc/PKGBUILD
Diffstat (limited to 'community/mygui')
-rw-r--r-- | community/mygui/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index 2dea0401e..7dc26edb8 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 53635 2011-08-07 03:07:13Z svenstaro $ +# $Id: PKGBUILD 53640 2011-08-07 04:39:00Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Andrew Belitsky <belitsky.a@gmail.com> pkgbase=mygui pkgname=('mygui' 'mygui-docs') pkgver=3.2.0rc1 -pkgrel=7 +pkgrel=8 pkgdesc="A multilayer and overlappable GUI System for OGRE" arch=('i686' 'x86_64' 'mips64el') url="http://mygui.info/" license=('LGPL') depends=('boost-libs' 'ogre' 'ois') -makedepends=('boost' 'cmake' 'doxygen' 'graphviz') +makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu') install=mygui.install source=("http://downloads.sourceforge.net/my-gui/MyGUI_3.2.0_RC1.zip") md5sums=('1ac1340148e81ad49a26c8a87acefc6b') |