File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ wayland
Original file line number Diff line number Diff line change 11# Template file for 'wayland'
22pkgname=wayland
3- version=1.24 .0
3+ version=1.25 .0
44revision=1
55build_style=meson
66# "Tests must not be built with NDEBUG defined, they rely on assert()."
7- configure_args="-Ddocumentation=false -Db_ndebug=false"
8- hostmakedepends="flex pkg-config"
7+ configure_args="-Ddocumentation=true -Db_ndebug=false"
8+ hostmakedepends="flex pkg-config mdBook doxygen graphviz libxslt xmlto "
99makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
1010short_desc="Core Wayland window system code and protocol"
1111maintainer="Érico Nogueira <ericonr@disroot.org>"
1212license="MIT"
1313homepage="https://wayland.freedesktop.org/"
1414distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
15- checksum=82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536
15+ checksum=c065f040afdff3177680600f249727e41a1afc22fccf27222f15f5306faa1f03
1616
1717if [ "$XBPS_CHECK_PKGS" ]; then
1818 configure_args+=" -Dtests=true"
@@ -36,7 +36,15 @@ wayland-devel_package() {
3636 vmove usr/include
3737 vmove usr/share/aclocal
3838 vmove usr/share/wayland
39+ vmove usr/share/man/man3
3940 vmove usr/lib/pkgconfig
4041 vmove "usr/lib/*.so"
4142 }
4243}
44+
45+ wayland-doc_package() {
46+ short_desc+=" - documentation"
47+ pkg_install() {
48+ vmove usr/share/doc
49+ }
50+ }
You can’t perform that action at this time.
0 commit comments