wayland: update to 1.11.0.
This commit is contained in:
parent
2a9e8c3e2b
commit
a7b4adb898
|
@ -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] == '.') {
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue