Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit fc2a51cf62
240 changed files with 2747 additions and 855 deletions

15
assets/var/gnu/wayland.md Normal file
View File

@ -0,0 +1,15 @@
wayland 1.24.0
=
https://github.com/wayland-mirror/wayland/archive/refs/tags/1.23.1.tar.gz
``` sh *** build ***
mkdir -p build
cd build
meson setup --prefix=/pkg/gnu/wayland --buildtype=release -Ddocumentation=false ..
ninja
ninja install
```
``` cfg *** build deps ***
libxml2
```