Search Criteria
Package Details: wayland-git 1.18.0.r18.gef611a80-1
Package Actions
| 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) |
| Upstream URL: | https://wayland.freedesktop.org/ |
| Licenses: | MIT |
| Conflicts: | wayland |
| Provides: | wayland |
| Submitter: | None |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 71 |
| Popularity: | 0.001363 |
| First Submitted: | 2009-09-21 16:14 (UTC) |
| Last Updated: | 2020-06-05 14:50 (UTC) |
Dependencies (12)
- expat (expat-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libffi (libffi-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- docbook-xsl (make)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- libxslt (libxslt-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- xmlto (xmlto-gitAUR) (make)
Required by (947)
- 12to11-git (requires wayland)
- 86box (requires wayland)
- 86box-git (requires wayland)
- 86box-qt5-git (requires wayland)
- activate-linux (requires wayland)
- activate-linux-git (requires wayland)
- agertu (requires wayland)
- amdonly-gaming-mesa-git (requires wayland)
- amdonly-gaming-mesa-git (requires wayland) (make)
- amdonly-gaming-opencl-rusticl-mesa-git (requires wayland) (make)
- amdonly-gaming-vulkan-mesa-layers-git (requires wayland)
- amdonly-gaming-vulkan-mesa-layers-git (requires wayland) (make)
- amdonly-gaming-vulkan-radeon-git (requires wayland)
- amdonly-gaming-vulkan-radeon-git (requires wayland) (make)
- amdvlk (requires wayland) (make)
- amdvlk-git (requires wayland) (make)
- android_translation_layer (requires wayland)
- anthywl-git (requires wayland)
- anycubicslicernext-bin (requires wayland)
- apexsky (requires wayland)
- Show 927 more...
Latest Comments
1 2 3 4 5 6 .. 11 Next › Last »
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/6052a87c1d78d08383d4fdc9839c74ccdef653ffdbermond 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.
linkmauve commented on 2020-01-22 12:25 (UTC)
Please switch to meson, as it is now merged and the preferred build system for this package.
Lone_Wolf commented on 2018-04-04 12:44 (UTC)
updated mesa-git without wayland_egl posted.
1 2 3 4 5 6 .. 11 Next › Last »