diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 64786ca3f8..c3748bceb4 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -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 " 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" } }