From a7b4adb898752c634283d4bdfed291def360cb1e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jun 2016 07:26:37 +0200 Subject: [PATCH] wayland: update to 1.11.0. --- srcpkgs/wayland/patches/musl.patch | 11 +++++++++++ srcpkgs/wayland/template | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/wayland/patches/musl.patch diff --git a/srcpkgs/wayland/patches/musl.patch b/srcpkgs/wayland/patches/musl.patch new file mode 100644 index 00000000000..9e49a56ddce --- /dev/null +++ b/srcpkgs/wayland/patches/musl.patch @@ -0,0 +1,11 @@ +--- src/scanner.c.orig 2016-06-01 07:24:27.293294492 +0200 ++++ src/scanner.c 2016-06-01 07:25:01.861658088 +0200 +@@ -808,7 +808,7 @@ find_enumeration(struct protocol *protoc + struct interface *i; + struct enumeration *e; + char *enum_name; +- uint idx = 0, j; ++ unsigned int idx = 0, j; + + for (j = 0; j + 1 < strlen(enum_attribute); j++) { + if (enum_attribute[j] == '.') { diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 14cbd24b76a..2535471265a 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,7 +1,7 @@ # Template file for 'wayland'. pkgname=wayland -version=1.10.0 -revision=3 +version=1.11.0 +revision=1 build_style=gnu-configure configure_args="--disable-documentation --disable-static" hostmakedepends="automake libtool 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=4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc +checksum=9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0 pre_configure() { autoreconf -fi