diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 3fd1407d39c..71b293112e0 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -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 " 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"