summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-10-26Add provides and conflicts fieldsEmil Velikov
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2022-10-26Drop prepare(), build removal, install man pageEmil Velikov
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2021-10-11Add xorgproto makedependsEmil Velikov
XCB itself depends on Xau and Xdmcp. Where each of those depends on xorgproto. Without that, `pkg-config --cflags xcb` fails. Fixing that properly in Arch might be a little involving and potentially controversial, so add the dependency locally for now. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2021-10-11Update pkggver, fixup makedependsEmil Velikov
Upstream has merged a few build-specific patches, so bump that. Also remove the duplicate makedepends line that I've added earlier. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2021-10-05Make wayland/xcb-util-wm optdependsEmil Velikov
The program has separate backends for each platform - X11, Wayland. As such it does not need both to run. Demote these to optdepends.
2021-10-05remove libpng and mesa dependenciesEmil Velikov
AFAICT libpng was never required - the project uses separate project stb_image for it's PNG handling. Originally Mesa was required for the gbm/kms backend. In part due to the GBM dependency, in part due to the vulkan_intel.h (and respective extension) used. The header and the respective extension have been removed with Mesa 21.1 See this upstream report for more: https://github.com/vkmark/vkmark/issues/33
2021-10-02add wayland depdendencyChristoph Haag
2021-10-02remove vulkan-hpp dep, add wayland-protocols makedepChristoph Haag
2021-08-03fix licenseChristoph Haag
2021-07-16update dependenciesChristoph Haag
2017-12-18add maintainerChristoph Haag
2017-12-18add some makedependsChristoph Haag
2017-08-01initialChristoph Haag