Package Details: wayland-docs-git 1.24.91.r8.g25da99a-1

Git Clone URL: https://aur.archlinux.org/wayland-git.git (read-only, click to copy)
Package Base: wayland-git
Description: A computer display server protocol (git version) (documentation)
Upstream URL: https://wayland.freedesktop.org/
Licenses: MIT
Conflicts: wayland-docs
Provides: wayland-docs
Submitter: None
Maintainer: dbermond
Last Packager: dbermond
Votes: 71
Popularity: 0.000182
First Submitted: 2009-09-21 16:14 (UTC)
Last Updated: 2026-04-16 20:53 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

dbermond commented on 2026-04-16 20:54 (UTC)

@Flat package updated to match latest upstream changes. Thanks for reporting.

Flat commented on 2026-04-15 14:15 (UTC)

Missing make dependency 'mdbook'

SashaMTR commented on 2026-01-21 10:50 (UTC)

Is it possible to remove docs since most of time there are brocken ? Here is my correction i propose to fix the build.

pkgname=wayland-git pkgver=1.23.92.r32.gfc33162 pkgrel=1 pkgdesc="A computer display server protocol (Git version, no docs)" arch=('x86_64') url="https://wayland.freedesktop.org/" license=('MIT') depends=('libffi' 'expat' 'libxml2') makedepends=('git' 'meson' 'ninja') provides=("wayland=${pkgver%%.r*}") conflicts=('wayland') source=('git+https://gitlab.freedesktop.org/wayland/wayland.git') sha512sums=('SKIP')

pkgver() { cd wayland git describe --long --tags | sed 's/([^-]*-g)/r\1/;s/-/./g' }

build() { arch-meson wayland build \ -Ddocumentation=false \ -Dtests=false

meson compile -C build }

package() { meson install -C build --destdir "$pkgdir" install -Dm644 wayland/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" }

rekman commented on 2024-07-14 12:11 (UTC) (edited on 2024-07-15 01:15 (UTC) by rekman)

This package and its dependencies may fail to build with LLVM 18 until an upstream fix is merged.

Suggested interim fix to the PKGBUILD: https://github.com/rsekman/wayland-git/commit/6052a87c1d78d08383d4fdc9839c74ccdef653ff

dbermond commented on 2021-11-06 13:53 (UTC)

@VitalyR The PKGBUILD does not use autotools. No update needed.

VitalyR commented on 2021-11-05 11:41 (UTC)

Hi! Could you update the PKGBUILD since the autotools build system has been dropped? https://lists.freedesktop.org/archives/wayland-devel/2021-November/042026.html

dbermond commented on 2021-07-23 19:38 (UTC)

@tallero I cannot support pentium4 architecture, sorry. Arch Linux is currently for the x86_64 architecture only.

tallero commented on 2021-07-23 19:19 (UTC)

please add pentium4, x86_64 arch

dbermond commented on 2020-01-26 14:17 (UTC)

@linkmauve Meson support was added to master branch only 2 weeks ago. No need to rush on using it.

The commit message adding meson support says that "The goal is to maintain feature parity of the Meson build with the Autotools build", so it's clear that it's not the default build system. Just at the contrary, the current readme file instructs to use autotools.