You are not logged in.

#1 2024-06-20 13:01:38

alxSSDF
Member
Registered: 2024-06-20
Posts: 3

Need help with compile xorg-xwayaland on archlinux

Somebody can make pkgbuild from this issue? https://gitlab.freedesktop.org/xorg/xse … ssues/1688
I just don't know how to exactly make pkgbuild from this

Offline

#2 2024-06-20 13:13:27

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: Need help with compile xorg-xwayaland on archlinux

Just get xorg-xwayland-git from the AUR, and change the source to point to the branch of that merge request, or check it out in a prepare function with `git checkout -b 'xserver-xwayland-fix-pixmap-syncpts' FETCH_HEAD`.  Then build / install with `makepkg -si`.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2024-06-20 14:36:00

alxSSDF
Member
Registered: 2024-06-20
Posts: 3

Re: Need help with compile xorg-xwayaland on archlinux

Trilby wrote:

Just get xorg-xwayland-git from the AUR, and change the source to point to the branch of that merge request, or check it out in a prepare function with `git checkout -b 'xserver-xwayland-fix-pixmap-syncpts' FETCH_HEAD`.  Then build / install with `makepkg -si`.

thank you for help

Offline

#4 2024-06-20 18:29:57

alxSSDF
Member
Registered: 2024-06-20
Posts: 3

Re: Need help with compile xorg-xwayaland on archlinux

Trilby wrote:

Just get xorg-xwayland-git from the AUR, and change the source to point to the branch of that merge request, or check it out in a prepare function with `git checkout -b 'xserver-xwayland-fix-pixmap-syncpts' FETCH_HEAD`.  Then build / install with `makepkg -si`.

It seems to me that I'm doing it wrong, the sources are downloaded from the main branch, and not from the one I need "xserver-xwayland-fix-pixmap-syncpts"

Offline

Board footer

Powered by FluxBB