From 1c553a0b7bc37493a673f36a9709f41e955cd350 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jun 2016 07:32:28 +0200 Subject: [PATCH] weston: update to 1.11.0. --- srcpkgs/weston/patches/musl.patch | 10 ++++++++++ srcpkgs/weston/template | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/weston/patches/musl.patch diff --git a/srcpkgs/weston/patches/musl.patch b/srcpkgs/weston/patches/musl.patch new file mode 100644 index 0000000000..8a85e9767c --- /dev/null +++ b/srcpkgs/weston/patches/musl.patch @@ -0,0 +1,10 @@ +--- shared/xalloc.h.orig 2016-06-01 07:31:00.671473482 +0200 ++++ shared/xalloc.h 2016-06-01 07:31:13.382610803 +0200 +@@ -32,6 +32,7 @@ extern "C" { + + #include + #include ++#include + + #include "zalloc.h" + diff --git a/srcpkgs/weston/template b/srcpkgs/weston/template index 84576d7c6c..fb2556a2f8 100644 --- a/srcpkgs/weston/template +++ b/srcpkgs/weston/template @@ -1,7 +1,7 @@ # Template file for 'weston'. pkgname=weston -version=1.10.0 -revision=2 +version=1.11.0 +revision=1 build_style=gnu-configure # XXX enable rdp compositor if freerdp is updated to >=1.1. configure_args="--enable-libinput-backend --disable-setuid-install @@ -13,7 +13,7 @@ maintainer="Juan RP " homepage="http://wayland.freedesktop.org/" license="MIT" distfiles="http://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz" -checksum=e0b2004d00d8293ddf7903ca283c1746afa9ccb5919ab50fd04397ff472aa5c1 +checksum=05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125 system_groups="weston-launch" lib32disabled=yes