summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2021-12-31Update to 0.15.0 gitk3d3
2021-11-23Switch wlroots dev repo to freedesktop.org GitLabk3d3
2021-10-31Create patched wlroots-git without the argb8888/xrgb8888 check (for nvidia ↵k3d3
driver)
2021-10-18Depend on glslang, vulkan-icd-loader, vulkan-headersAntonin Décimo
2021-09-24Update Meson build options, remove systemd depAdrian Perez de Castro
2021-09-16Remove old build optionsAntonin Décimo
2021-09-15Switch dependency from libseat to seatdAdrian Perez de Castro
2021-07-02Fix version info for libwlroots.so and wlrootsFerdinand 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-01Provide wlrootsAntonin Décimo
*-git package should provide the original package too. Reported by primalmotion. https://aur.archlinux.org/packages/wlroots-git/#comment-815351
2021-06-29Bump versionAntonin Décimo
2021-06-29Provide libwlroots.so instead of wlrootsAntonin Décimo
2021-06-29Depend on libseat instead of seatdAntonin Décimo
2021-04-12Depend on libseat/seatdAntonin Décimo
2021-04-10Bump version and provide numbersAntonin Décimo
2021-03-16Update dependencies and use only mesonAntonin Décimo
2020-10-31Do not pass -Dlibcap option to MesonAdrian Perez de Castro
2020-10-07Disable examples to avoid needing ffmpeg as makedepends, remove libcapAdrian Perez de Castro
2020-01-16Remove !strip optionAdrian Perez de Castro
2020-01-14Remove unneeded dependencies due to removal of RDP backendAdrian 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-02Add missing xorgproto makedependsAdrian Perez de Castro
2019-10-17Add missing freerdp dependencyAdrian Perez de Castro
2019-09-25Use most recent tag as provided versionAdrian Perez de Castro
2019-08-09Do not build and install rootstonAdrian Perez de Castro
The example rootston compositor is gone from the upstream repository.
2019-03-05The meson "xcb-xkb" option is no longerAdrian Perez de Castro
2018-12-26Add dependencies for dmabuf-capture and screencopyAdrian Perez de Castro
2018-09-05Update to new upstream meson_options.txtAdrian Perez de Castro
2018-06-28Manually install rootston inside package()Adrian Perez de Castro
The rootston example compositor is not installed by "ninja install".
2018-05-20Use debug build by default, as per upstream requestAdrian Perez de Castro
2018-05-08Add missing depends: git, wayland-protocolsAdrian Perez de Castro
2018-04-09Adapt to new names of Meson options, add xcb-errors dependencyAdrian Perez de Castro
2018-02-21Fix pkgver() function and use the one from Arch WikiAdrian 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-20Revbump to r1924Adrian Perez de Castro
2018-01-29Initial importAdrian Perez de Castro