wayland: update to 1.9.0.

This commit is contained in:
Juan RP 2015-09-23 07:17:50 +02:00
parent e3d79173c2
commit 8e9e6f0806
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'wayland'.
pkgname=wayland
version=1.8.1
version=1.9.0
revision=1
build_pie=yes
build_style=gnu-configure
configure_args="--disable-documentation --disable-static"
hostmakedepends="automake libtool pkg-config flex"
@ -11,11 +12,14 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://wayland.freedesktop.org/"
license="MIT"
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
checksum=f17c938d1c24fd0a10f650a623a2775d329db3168b5732e498b08388ec776fc8
checksum=9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-devel"