wayland: update to 1.25.0

Add 'wayland-doc' subpackage (closes #55929)
This commit is contained in:
dogknowsnx
2026-04-08 00:03:45 +02:00
committed by Duncan Overbruck
parent da90bd9e03
commit 5f9d68d98a
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
wayland
+12 -4
View File
@@ -1,18 +1,18 @@
# Template file for 'wayland'
pkgname=wayland
version=1.24.0
version=1.25.0
revision=1
build_style=meson
# "Tests must not be built with NDEBUG defined, they rely on assert()."
configure_args="-Ddocumentation=false -Db_ndebug=false"
hostmakedepends="flex pkg-config"
configure_args="-Ddocumentation=true -Db_ndebug=false"
hostmakedepends="flex pkg-config mdBook doxygen graphviz libxslt xmlto"
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
short_desc="Core Wayland window system code and protocol"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="https://wayland.freedesktop.org/"
distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
checksum=82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536
checksum=c065f040afdff3177680600f249727e41a1afc22fccf27222f15f5306faa1f03
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
@@ -36,7 +36,15 @@ wayland-devel_package() {
vmove usr/include
vmove usr/share/aclocal
vmove usr/share/wayland
vmove usr/share/man/man3
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
wayland-doc_package() {
short_desc+=" - documentation"
pkg_install() {
vmove usr/share/doc
}
}