add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.
working without going up in flames on the build cluster (avail mem =
2205MB thanks to the annoying memory layout on newer intels) and
seems to save some time.
Information for inst:kwayland-5.87.0
Comment:
Qt API to interact with the wayland-client and -server
Description:
KWayland provides two libraries:
- KWayland::Client
- KWayland::Server
As the names suggest they implement a Client respectively a Server API for the
Wayland protocol. The API is Qt-styled removing the needs to interact with a
for a Qt developer uncomfortable low-level C-API. For example the callback
mechanism from the Wayland API is replaced by signals; data types are adjusted
to be what a Qt developer expects, e.g. two arguments of int are represented by
a QPoint or a QSize.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://projects.kde.org/projects/frameworks/kwayland
OK semarie@
Information for inst:qtwayland-5.15.2
Comment:
Qt5 module for Wayland support
Description:
QtWayland is a Qt 5 module that wraps the functionality of Wayland. QtWayland
is separated into a client and server side. The client side is the wayland
platform plugin, and provides a way to run Qt applications as Wayland clients.
The server side is the Qt Wayland Compositor API, and allows users to write
their own Wayland compositors.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://www.qt.io/
OK semarie@
Unmaintained, no update in 13 years, broken homepage.
Doesn't work with correct root password ("Encryption failed").
Reported by Yifei Zhan <openbsd AT zhan DOT science>, thanks.
OK sthen