summaryrefslogtreecommitdiff
path: root/community/cegui
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-05 10:04:45 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-05 10:04:45 -0300
commit1d7654844d03a315c45e204abf8fa44f4d750bba (patch)
tree3a009f4ec4921e4d62428d0f3da4169380dd8f7e /community/cegui
parentb6c59f3d5bcae3f0b61856c1bea145c25c02a6f7 (diff)
parent777466db27694f0cad10a7159ba66f2a2b39a516 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: gnome-unstable/folks/PKGBUILD gnome-unstable/telepathy-glib/PKGBUILD gnome-unstable/telepathy-mission-control/PKGBUILD libre/kdenetwork-kopete-libre/PKGBUILD testing/iputils/PKGBUILD testing/iputils/iputils.install testing/ypserv/PKGBUILD
Diffstat (limited to 'community/cegui')
-rw-r--r--community/cegui/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD
index 1623f8045..8fd4dd440 100644
--- a/community/cegui/PKGBUILD
+++ b/community/cegui/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 76647 2012-09-25 15:44:46Z svenstaro $
+# $Id: PKGBUILD 77052 2012-10-04 03:54:27Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>,
# Contributor: Bjorn Lindeijer <bjorn@lindeijer.nl>
pkgname=cegui
-pkgver=0.7.6
-pkgrel=6
+pkgver=0.7.7
+pkgrel=1
pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
arch=('i686' 'x86_64' 'mips64el')
url="http://crayzedsgui.sourceforge.net"
@@ -18,16 +18,12 @@ optdepends=("python2: python bindings"
"ogre: ogre module"
"irrlicht: irrlicht module")
options=(!libtool)
-source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz
- cegui-0.7.6-python-detection.patch)
-md5sums=('7ddb5145dc94fb7daf9aea1d30a6ffa3'
- '4600775f78b7349621a8a314ade8c902')
+source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
+md5sums=('8b83577f86eaa1581765dd155c7c8f24')
build() {
cd $srcdir/CEGUI-${pkgver}
- patch -Np0 < $srcdir/cegui-0.7.6-python-detection.patch
-
./bootstrap
./configure --prefix=/usr \