wayland: update to 1.2.0.

This commit is contained in:
Juan RP 2013-07-14 09:28:47 +02:00
parent cee2fd4c79
commit 2f32511e3e
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'wayland'.
pkgname=wayland
version=1.1.0
revision=2
version=1.2.0
revision=1
build_style=gnu-configure
configure_args="--disable-documentation --disable-static"
hostmakedepends="pkg-config flex"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://wayland.freedesktop.org/"
license="MIT"
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
checksum=2ef587cf1a0e52b6dee44eeb9c288110e8180819abf4e419d247dfe234867a5c
checksum=6b0439a017185bc5b2fed96c178bed3abf7f19188f3078f4d69fd3ce222d654c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" automake libtool wayland-devel"
@ -33,6 +33,7 @@ wayland-devel_package() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}