Comment:
plugins for the KDE KIPI interface
Description:
KIPI plugins (KDE Image Plugin Interface) is an effort to develop a common
plugin structure for digiKam, KPhotoAlbum (formerly known as KimDaBa), Showimg
and Gwenview. Its aim is to share image plugins among graphic applications.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Tests and feedback from Yifei Zhan
Comment:
library for parsing and evaluating OSM data
Description:
A library for parsing and evaluating OSM opening hours expressions.
OSM opening hours expressions are used to describe when a feature is
open/available or closed. This format is not only used in OpenStreetMap itself,
but in various other data sources or APIs needing such a description as well.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Tests on amd64/arm64(RPi4) from Yifei Zhan
Comment:
kirigami component gallery application
Description:
Example application which uses all features from kirigami, including links to
the sourcecode, tips on how to use the components and links to the
corresponding HIG pages and code examples on invent.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://apps.kde.org/de/kirigami2.gallery/
Tweaks and tests from Yifei Zhan
Comment:
color contrast checker
Description:
Kontrast is a color contrast checker and tells you if your color combinations
are distinct enough to be readable and accessible.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Feedback, tweaks and tests from Yifei Zhan
Notable changes:
- this is mainly a bugfix update
- bumped major: libfm-qt, liblxqt, qtermwidget
- New patch is introduced to make lxqt-session builds on OpenBSD
- Move VERSION/DISTNAME in Makefile.inc
Update diff from Yifei Zhan <openbsd A-T zhan D-O-T science>
- add missing harfbuzz to WANTLIB-media
- backport a change from upstream: wxLogTrace isn't marked
as printf-like and tries to validate the format string at
runtime.
ok sthen
since glib 2.70 one cant create dbus msgs when being setuid ('Cannot
spawn a message bus when setuid.'), so checking the password when
unlocking the screen fails.
Remove the setuid root bit from xfce4-screensaver-dialog binary (which
was checking the passwd via bsd_auth), and make it spawn a small setgid
auth helper calling bsd_auth (helper largely inspired by code from
Natanael Copa via alpine, and also by code from ajacoutot@)
see https://gitlab.xfce.org/apps/xfce4-screensaver/-/issues/96
originally reported by Peter Hansteen
tested by matthieu@, abieber@ & Peter Hansteen
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.
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@