mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wayland: update to 1.9.0.
This commit is contained in:
parent
e3d79173c2
commit
8e9e6f0806
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'wayland'.
|
# Template file for 'wayland'.
|
||||||
pkgname=wayland
|
pkgname=wayland
|
||||||
version=1.8.1
|
version=1.9.0
|
||||||
revision=1
|
revision=1
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation --disable-static"
|
configure_args="--disable-documentation --disable-static"
|
||||||
hostmakedepends="automake libtool pkg-config flex"
|
hostmakedepends="automake libtool pkg-config flex"
|
||||||
|
@ -11,11 +12,14 @@ 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=f17c938d1c24fd0a10f650a623a2775d329db3168b5732e498b08388ec776fc8
|
checksum=9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" wayland-devel"
|
hostmakedepends+=" wayland-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue