From 9a447e0f244a21771242b60c6811cdcaf653a6d6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 25 Sep 2016 07:59:20 +0200 Subject: [PATCH] wayland: update to 1.12.0. --- srcpkgs/wayland/patches/musl.patch | 11 ----------- srcpkgs/wayland/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/wayland/patches/musl.patch diff --git a/srcpkgs/wayland/patches/musl.patch b/srcpkgs/wayland/patches/musl.patch deleted file mode 100644 index 9e49a56ddce..00000000000 --- a/srcpkgs/wayland/patches/musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 2535471265a..89d3d30d3f0 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,6 +1,6 @@ # Template file for 'wayland'. pkgname=wayland -version=1.11.0 +version=1.12.0 revision=1 build_style=gnu-configure configure_args="--disable-documentation --disable-static" @@ -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=9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0 +checksum=d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1 pre_configure() { autoreconf -fi