diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
commit | 9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch) | |
tree | 06520d9024b40745b94f02d0d3419386e6496863 /extra/clutter/PKGBUILD | |
parent | 6cc893589a6bd208f2b7711f985e17df7a6df816 (diff) | |
parent | a86ff663185661ee304bb1f6d00d982102dd706d (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'extra/clutter/PKGBUILD')
-rw-r--r-- | extra/clutter/PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/clutter/PKGBUILD b/extra/clutter/PKGBUILD index 7e89f51bc..2da7dc023 100644 --- a/extra/clutter/PKGBUILD +++ b/extra/clutter/PKGBUILD @@ -1,24 +1,25 @@ -# $Id: PKGBUILD 169854 2012-10-30 22:24:23Z heftig $ +# $Id: PKGBUILD 183339 2013-04-21 22:08:40Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=clutter -pkgver=1.12.2 -pkgrel=1 +pkgver=1.14.2 +pkgrel=2 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" arch=('i686' 'x86_64' 'mips64el') url="http://clutter-project.org/" options=('!libtool') license=('LGPL') -depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi') -makedepends=('gobject-introspection' 'mesa') +depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon') +makedepends=('gobject-introspection') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('27a8c4495099ea33de39c2d9a911a2c9e00ffa4dcc8f94fafedbcc752c0ddf13') +sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8') build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr --enable-introspection + ./configure --prefix=/usr --enable-introspection \ + --enable-wayland-{backend,compositor} --enable-egl-backend --enable-evdev-input make } |