Package Details: wlroots-git 0.18.0.r6859.4688a371-1

Git Clone URL: https://aur.archlinux.org/wlroots-git.git (read-only, click to copy)
Package Base: wlroots-git
Description: Modular Wayland compositor library (git development version)
Upstream URL: https://gitlab.freedesktop.org/wlroots/wlroots
Keywords: compositor egl gles2 libdrm libinput library modular opengl vulkan wayland wlroots
Licenses: MIT
Conflicts: wlroots
Provides: libwlroots.so, wlroots
Submitter: aperez
Maintainer: aperez (GreyXor)
Last Packager: GreyXor
Votes: 59
Popularity: 1.00
First Submitted: 2018-02-20 16:48 (UTC)
Last Updated: 2024-01-27 23:56 (UTC)

Required by (100)

Sources (1)

Pinned Comments

aperez commented on 2018-09-28 08:31 (UTC) (edited on 2019-03-07 16:25 (UTC) by aperez)

IMPORTANT

Please do not flag this package as out-of-date if the only change you need is to update to a newer version. It is not needed because it always fetches the sources using Git and uses the most recent version without needing to modify the PKGBUILD — just rebuild the package.

Also, please try building in a clean chroot before assuming that the PKGBUILD is broken.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11

InfernoZeus commented on 2018-09-06 13:30 (UTC)

@aperez: Sure, no problem. I wasn't sure how big rootston was, or how long it took to compile. If it's small, then I'm sure it's fine.

aperez commented on 2018-09-04 23:48 (UTC)

@InfernoZeus: Updated, thanks a lot for the heads up. As for rootston, I would rather leave it as part of this package. It's small enough as to not make practically any difference...

InfernoZeus commented on 2018-09-04 13:20 (UTC)

The PKGBUILD needs to be updated after the recent changes to the Meson build options. I've used these:

    meson build \
            --prefix /usr \
            --buildtype debug \
            -Dlibcap=enabled \
            -Dlogind=enabled \
            -Dlogind-provider=systemd \
            -Dxwayland=enabled \
            -Dx11-backend=enabled \
            -Dxcb-errors=enabled \
            -Drootston=true \
            -Dexamples=false

I tried setting rootston to false, but the install step expects it to be built. Perhaps rootston should be moved to its own package?

quelotic commented on 2018-08-18 22:49 (UTC)

I think you should include pixman as a dependency.

aperez commented on 2018-06-28 11:01 (UTC)

@thx1138: Thanks for the suggestion, I have pushed a new version which installs rootston and its example configuration file.

thx1138 commented on 2018-06-28 02:35 (UTC)

"rootston", the test compositor, is being built, but it is not being installed. Maybe this has to be added "manually" to the package() function, since ninja install has failed to do this properly.

aperez commented on 2018-05-20 01:20 (UTC)

@emersion: Done! I have added options “!strip” & “debug”, and command line flag “--buildtype debug” to Meson. This should be enough, I believe. Let me know if there's anything else I can help out with in this regard.

emersion commented on 2018-05-18 14:21 (UTC)

Can you please add debug options to this package? This is an unreleased package, and we're tired of getting bug reports without readable stack traces.

References: https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces#PKGBUILD https://github.com/swaywm/sway/issues/2000

aperez commented on 2018-05-08 13:35 (UTC)

@bobsaintcool: I have pushed an update with “git” and “wayland-protocol” added as build-dependencies. The latter only contains XML protocol description files used to generate C code when building other packages, and it's not at all needed at runtime. Thanks for the heads up!

bobsaintcool commented on 2018-05-08 13:04 (UTC)

I'm running into difficulties when building wlroots with this package. Can you consider adding git (build) and wayland-protocols (run) to package dependencies?

Patch example[0] available.

[0] https://gist.github.com/bobsaintcool/8ce69d5dec57cfc72dd1c16e3643f39e