wayland-protocols: update to 1.17.

This commit is contained in:
maxice8 2018-11-15 15:43:50 -02:00 committed by maxice8
parent 1a79b041f6
commit 88ec543dda
1 changed files with 6 additions and 4 deletions

View File

@ -1,19 +1,21 @@
# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.16
version=1.17
revision=1
noarch=yes
build_style=gnu-configure
hostmakedepends="pkg-config wayland-devel"
hostmakedepends="pkg-config wayland-devel automake"
short_desc="Protocols and extensions complementing the Wayland core protocol"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://wayland.freedesktop.org"
distfiles="https://wayland.freedesktop.org/releases/wayland-protocols-${version}.tar.xz"
checksum=6b1485951fdcd36a960c870c46f28b03a3e5121fb46246916333ed07f78c98c5
distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
checksum=f35e2e3e2b0fa71a7371e8330dcbcdedf933a9da631a326459298b4f4ba54035
pre_configure() {
export wayland_scanner=wayland-scanner
NOCONFIGURE=1 ./autogen.sh
}
post_install() {