aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mutter/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-01 09:28:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-01 09:28:41 +0000
commit64a0857633612750462620d5f53845fab773dfb5 (patch)
tree992d7fab6035c23b594718d3c1e85a200390a5b0 /testing/mutter/APKBUILD
parentb61454f1b86bbe0787af9c48d2bc03b67b1cc277 (diff)
testing/mutter: rebuild against mesa-8.0
Diffstat (limited to 'testing/mutter/APKBUILD')
-rw-r--r--testing/mutter/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/mutter/APKBUILD b/testing/mutter/APKBUILD
index d11454b56f7..2bb75bef1db 100644
--- a/testing/mutter/APKBUILD
+++ b/testing/mutter/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=mutter
pkgver=2.31.5
-pkgrel=4
+pkgrel=5
pkgdesc="clutter-based window manager for GNOME"
url="http://www.gnome.org/"
arch="all"
@@ -11,7 +11,7 @@ depends="zenity"
depends_dev="clutter-dev libcanberra-dev gconf-dev startup-notification-dev python-dev"
makedepends="$depends_dev gobject-introspection-dev intltool gnome-doc-utils"
install="$pkgname.pre-deinstall $pkgname.post-install $pkgname.post-upgrade"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
mutter-gtk2.patch"
@@ -31,6 +31,7 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --enable-compile-warnings=no \
--disable-static || return 1
make || return 1
}