Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-29 | bump pkgrel and update srcinfo | Ferdinand Bachmann | |
2024-01-29 | PKGBUILD: use meson's built-in sanitizer support | Ferdinand Bachmann | |
2024-01-28 | merge upstream changes | Ferdinand Bachmann | |
2023-12-04 | merge upstream changes | Ferdinand Bachmann | |
2023-03-04 | Add liblifoff and libdisplay-info dependencies | Adrian Perez de Castro | |
While at it, use "meson install" in the package() function. | |||
2022-05-30 | merge upstream changes | Ferdinand Bachmann | |
2022-05-25 | Support new wlroots versionning scheme (-dev suffix) | Antonin Décimo | |
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/078d8dd472259f341f5efc7ac8f38347b3732cc0 | |||
2022-02-25 | merge upstream changes | Ferdinand Bachmann | |
2022-02-25 | rename source directory to "wlroots" instead of "wlroots-asan-git" | Ferdinand Bachmann | |
2022-01-29 | Fix debug package by running meson setup twice | Antonin Décimo | |
Inspired by @yrlf patch. Thanks to @yrlf, @Scrumplex, @FreeFull for explanations. | |||
2022-01-23 | update SRCINFO and bump version | Ferdinand Bachmann | |
2022-01-23 | fix prepare breaking debug prefix map somehow | Ferdinand Bachmann | |
2022-01-23 | merge upstream changes | Ferdinand Bachmann | |
2022-01-12 | cd into ${pkgname} | Antonin Décimo | |
2022-01-08 | Fix version detection | Antonin Décimo | |
2022-01-06 | Extract version number using meson introspect | Antonin Décimo | |
2022-01-05 | Fix Git repo URL to avoid redirect | Adrian Perez de Castro | |
2022-01-02 | build wlroots with address sanitizer | Ferdinand Bachmann | |
2021-12-09 | Add depends=vulkan-validation-layers | Adrian Perez de Castro | |
2021-11-01 | Switch wlroots dev repo to freedesktop.org GitLab | Antonin Décimo | |
2021-10-18 | Depend on glslang, vulkan-icd-loader, vulkan-headers | Antonin Décimo | |
2021-09-24 | Update Meson build options, remove systemd dep | Adrian Perez de Castro | |
2021-09-16 | Remove old build options | Antonin Décimo | |
2021-09-15 | Switch dependency from libseat to seatd | Adrian Perez de Castro | |
2021-07-02 | Fix version info for libwlroots.so and wlroots | Ferdinand Bachmann | |
The provides version info for libwlroots.so is wrong and the version info for wlroots is missing completely. Version info for provides for .so files seems to be automatically provided by makepkg (taken from the SONAME of the library). This is also what the community package for wlroots does (wlroots currently has libwlroots.so=9-64, wlroots-git would have libwlroots.so=10-64 with the automatic versioning) Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com> | |||
2021-07-01 | Provide wlroots | Antonin Décimo | |
*-git package should provide the original package too. Reported by primalmotion. https://aur.archlinux.org/packages/wlroots-git/#comment-815351 | |||
2021-06-29 | Bump version | Antonin Décimo | |
2021-06-29 | Provide libwlroots.so instead of wlroots | Antonin Décimo | |
2021-06-29 | Depend on libseat instead of seatd | Antonin Décimo | |
2021-04-12 | Print notice about partial {sway,wlroots}-git upgrade | Antonin Décimo | |
2021-04-12 | Depend on libseat/seatd | Antonin Décimo | |
2021-04-10 | Bump version and provide numbers | Antonin Décimo | |
2021-03-16 | Update dependencies and use only meson | Antonin Décimo | |
2020-10-31 | Do not pass -Dlibcap option to Meson | Adrian Perez de Castro | |
2020-10-07 | Disable examples to avoid needing ffmpeg as makedepends, remove libcap | Adrian Perez de Castro | |
2020-01-16 | Remove !strip option | Adrian Perez de Castro | |
2020-01-14 | Remove unneeded dependencies due to removal of RDP backend | Adrian Perez de Castro | |
Remove some the dependencies which were needed by the RDP backend, as it has been removed upstream: https://github.com/swaywm/wlroots/commit/ebdbe177d62d3c8bab04f77b86326804ff185bef | |||
2020-01-02 | Add missing xorgproto makedepends | Adrian Perez de Castro | |
2019-10-17 | Add missing freerdp dependency | Adrian Perez de Castro | |
2019-09-25 | Use most recent tag as provided version | Adrian Perez de Castro | |
2019-08-09 | Invert .gitignore matches | Adrian Perez de Castro | |
Instead of matching files to ignore, ignore all and then exclude the few files which need to be tracked in version control. | |||
2019-08-09 | Do not build and install rootston | Adrian Perez de Castro | |
The example rootston compositor is gone from the upstream repository. | |||
2019-03-05 | The meson "xcb-xkb" option is no longer | Adrian Perez de Castro | |
2018-12-26 | Add dependencies for dmabuf-capture and screencopy | Adrian Perez de Castro | |
2018-09-05 | Update to new upstream meson_options.txt | Adrian Perez de Castro | |
2018-06-28 | Manually install rootston inside package() | Adrian Perez de Castro | |
The rootston example compositor is not installed by "ninja install". | |||
2018-05-20 | Use debug build by default, as per upstream request | Adrian Perez de Castro | |
2018-05-08 | Add missing depends: git, wayland-protocols | Adrian Perez de Castro | |
2018-04-09 | Adapt to new names of Meson options, add xcb-errors dependency | Adrian Perez de Castro | |
2018-02-21 | Fix pkgver() function and use the one from Arch Wiki | Adrian Perez de Castro | |
This changes the pkgver() function to use exactly the version suggested in the Arch Wiki: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git |