note: this update re-enables the "unified new-terminal" menu. it can be
disabled with the following command to revert to our (but not upstreams)
default behaviour:
gsettings set org.gnome.Terminal.Legacy.Settings unified-menu false
While here:
- order WANTLIB
- drop -g from CFLAGS, which is covered in DEBUG
Discussed offlist with gonzalo@ (MAINTAINER) who responded with "I think
we still need to push this upstream, BUT go ahead with the commit for
now, and then we can delete the patches."
Comment:
KDE document viewer
Description:
Okular is a universal document viewer based on KPDF for KDE 4.
It combines the excellent functionalities of KPDF with the
versatility of supporting different kind of documents, like PDF,
Postscript, DjVu, CHM, XPS, ePub and others.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://okular.kde.org/
- work based on what was in openbsd-wip earlier in 2018
(either from Jérôme Kasper or from jasper@ ?)
- bite the bullet and replace wxWidgets 2 with wxWidgets 3. Lots of
abandonware used our ancient wxWidgets version, a cleanup was due.
- big changes: gtk2->gtk3, sdl->sdl2, odbc removed,
webkit->webkitgtk4->disabled for now
- at first I added a -webview subpackage for the parts depending on
webkit, but decided that it could be done afterwards. Please think
about !(x86) before suggesting that. ;)
- soname encoding is force-disabled for now, shouldn't be problem since
symlinks aren't used in the build.
Most consumers were successfully tested; devel/codeblocks sometimes
hangs at startup, and misc/rocrail,-gui crashes.
Bulk build by ajacoutot@, ok ajacoutot@ landry@ giovanni@