Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-14 | feat: rebuild wlroots 0.19 | GreyXor | |
2024-05-30 | fix missing lib prefix in provides | GreyXor | |
2024-05-30 | remove version after minor | GreyXor | |
2024-05-30 | feat: version provided | GreyXor | |
2024-05-15 | add lcms2 dependency | GreyXor | |
2024-05-15 | add lcms2 dependency | GreyXor | |
2024-01-28 | fix: xwayland makedepends | GreyXor | |
2024-01-28 | fix: xwayland makedepends | GreyXor | |
2024-01-25 | refactor: namcap issues, optdeps and message | GreyXor | |
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-25 | Support new wlroots versionning scheme (-dev suffix) | Antonin Décimo | |
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/078d8dd472259f341f5efc7ac8f38347b3732cc0 | |||
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-12 | cd into ${pkgname} | 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 | |
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 | 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 | 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 | |||
2018-02-20 | Revbump to r1924 | Adrian Perez de Castro | |
2018-01-29 | Initial import | Adrian Perez de Castro | |