Make KDE applications beautiful
kdecoration-5.21.0:
plugin-based library to create KDE window decorations
Description:
KDecoration2 is a library to create window decorations. These window
decorations can be used by for example an X11 based window manager which
re-parents a Client window to a window decoration frame.
The library consists of two parts:
* Decoration API for implementing a Decoration theme
* Private API to implement the backend part (e.g. from Window Manager side)
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
breeze-5.21.0:
Breeze KDE desktop theme
Description:
Native part of KDE desktop theme Breeze.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
breeze-grub-5.21.0:
KDE Breeze grub theme
Description:
Breeze theme for GRUB 2
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
breeze-gtk-5.21.0:
GTK2 theme matching KDE Breeze
Description:
A GTK Theme Built to Match KDE's Breeze. GTK2 theme made by
ScionicSpectre, https://github.com/scionicspectre/BreezyGTK .
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
OK zhuk@
Java 11 by default, and remove lwjgl 2 runtime dependency.
Also add a pkg-readme to tell players how to install java 1.8 and lwjgl 2
so they can play older (and especially modded) versions.
OK maintainer
* AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite.
When Asterisk sends a reinvite negotiating T38 faxing, it's possible a
crash can occur if the response contains a m=image and zero port. The
reinvite callback code now checks session_media to see if it is null or
not before trying to access the udptl variable on it.
ASTERISK-29305