Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/wayland-doc
16 changes: 12 additions & 4 deletions srcpkgs/wayland/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -40,3 +40,11 @@ wayland-devel_package() {
vmove "usr/lib/*.so"
}
}

wayland-doc_package() {
short_desc+=" - documentation"
pkg_install() {
vmove usr/share/doc
vmove usr/share/man/man3
}
}