Skip to content

Commit

Permalink
wayland: update to 1.18.0.
Browse files Browse the repository at this point in the history
Switch to meson build system.
  • Loading branch information
Juan RP committed Feb 14, 2020
1 parent 8abfa0a commit 0f7885c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions srcpkgs/wayland/template
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
# Template file for 'wayland'
pkgname=wayland
version=1.17.0
version=1.18.0
revision=1
build_style=gnu-configure
configure_args="--disable-documentation --disable-static"
build_style=meson
configure_args="-Ddocumentation=false"
hostmakedepends="flex pkg-config"
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
short_desc="Wayland protocol compositor"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://wayland.freedesktop.org/"
distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
checksum=72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4
checksum=4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d

post_install() {
vlicense COPYING
}
CFLAGS="-UNDEBUG"

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-devel"
configure_args+=" --with-host-scanner"
fi

post_install() {
vlicense COPYING
}

wayland-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
Expand Down

0 comments on commit 0f7885c

Please sign in to comment.