summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-28fix: xwayland makedependsGreyXor
2024-01-28fix: xwayland makedependsGreyXor
2024-01-25refactor: namcap issues, optdeps and messageGreyXor
2023-03-04Add liblifoff and libdisplay-info dependenciesAdrian Perez de Castro
While at it, use "meson install" in the package() function.
2022-05-25Support new wlroots versionning scheme (-dev suffix)Antonin Décimo
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/078d8dd472259f341f5efc7ac8f38347b3732cc0
2022-01-29Fix debug package by running meson setup twiceAntonin Décimo
Inspired by @yrlf patch. Thanks to @yrlf, @Scrumplex, @FreeFull for explanations.
2022-01-12cd into ${pkgname}Antonin Décimo
2022-01-08Fix version detectionAntonin Décimo
2022-01-06Extract version number using meson introspectAntonin Décimo
2022-01-05Fix Git repo URL to avoid redirectAdrian Perez de Castro
2021-12-09Add depends=vulkan-validation-layersAdrian Perez de Castro
2021-11-01Switch wlroots dev repo to freedesktop.org GitLabAntonin Décimo
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-12Print notice about partial {sway,wlroots}-git upgradeAntonin 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-09Invert .gitignore matchesAdrian 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-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