Skip to content

Commit 5f9d68d

Browse files
dogknowsnxDuncaen
authored andcommitted
wayland: update to 1.25.0
Add 'wayland-doc' subpackage (closes #55929)
1 parent da90bd9 commit 5f9d68d

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

srcpkgs/wayland-doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wayland

srcpkgs/wayland/template

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Template file for 'wayland'
22
pkgname=wayland
3-
version=1.24.0
3+
version=1.25.0
44
revision=1
55
build_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"
99
makedepends="expat-devel libffi-devel libfl-devel libxml2-devel"
1010
short_desc="Core Wayland window system code and protocol"
1111
maintainer="Érico Nogueira <ericonr@disroot.org>"
1212
license="MIT"
1313
homepage="https://wayland.freedesktop.org/"
1414
distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
15-
checksum=82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536
15+
checksum=c065f040afdff3177680600f249727e41a1afc22fccf27222f15f5306faa1f03
1616

1717
if [ "$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+
}

0 commit comments

Comments
 (0)