wayland: update to 1.12.0.
This commit is contained in:
parent
bf95c7a6ef
commit
9a447e0f24
2 changed files with 2 additions and 13 deletions
|
@ -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] == '.') {
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wayland'.
|
# Template file for 'wayland'.
|
||||||
pkgname=wayland
|
pkgname=wayland
|
||||||
version=1.11.0
|
version=1.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation --disable-static"
|
configure_args="--disable-documentation --disable-static"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://wayland.freedesktop.org/"
|
homepage="http://wayland.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||||
checksum=9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0
|
checksum=d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue