From 8e9e6f080675690252af283c609636512a346c1c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 23 Sep 2015 07:17:50 +0200 Subject: [PATCH] wayland: update to 1.9.0. --- srcpkgs/wayland/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"