wlclock is inspired by xclock and the default configuration has been
chosen to mimic it. However unlike xclock, wlclock is not a regular
window but a desktop-widget.
A Wayland compositor must implement the Layer-Shell and XDG-Output for
wlclock to work.
https://git.sr.ht/~leon_plickat/wlclock
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR: Found unsuitable version "1.0.2u", but required is at least "1.1" (found /usr/lib/libcrypto.so, )
CMake Error at externals/CMakeLists.txt:83 (add_subdirectory):
In file included from src/core/hle/service/bcat/backend/boxcat.cpp:6:
externals/./httplib/httplib.h:214:2: error: Sorry, OpenSSL versions prior to 1.1.1 are not supported
#error Sorry, OpenSSL versions prior to 1.1.1 are not supported
^
Reported by: pkg-fallout
Given its dependency on lang/python27, lets deprecate broccoli
itself to give ports that depend it a little warning.
(It looks like security/barnyard2 is the only one left.)
PR: 249760
Reported by: swills
Remontoire is a small (~71Kb) GTK app for presenting keybinding hints
in a compact form suitable for tiling window environments. It is
intended for use with the i3 window manager but it's also able to
display keybindings from any suitably formatted config file.
The program functions by scanning and parsing comments in a specific
format (described directly below), then displaying them in a one-layer
categorized list view. The program stores the state of which sections
are expanded, allowing for use on screens with limited resolution.
https://github.com/regolith-linux/remontoire
Upstream confirms that support for the broccoli protocol will be
removed in a future version of zeek. And given that security/broccoli
requires python2 which will be deprecated at the end of December,
lets remove broccoli support from zeek now.
- Remove download.mongodb.org. It does not work anymore.
PR: 251157
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Approved by: Vlad Galu <dev@dudu.ro> (maintainer)
Relnotes: https://docs.mongodb.com/manual/release-notes/3.6/
This brings two backports for GOMP, one for aarch64, two for powerpc (nee
rs6000) and two for x86, one for the tree optimizers, two for the C front
end and three for C++ and Fortran each, plus half a dozen for libstdc++.
Forward port part of r555542 | gerald | 2020-11-17 from lang/gcc9-devel:
Fold the PLUGINS option, which has been on by default, into standard
behavior and remove that option. It has not been causing any issues
since we enabled it 11 months ago, nor measurable overhead. [1]
PR: 242644 [1]
Sentry SDK is a Python client for Sentry (http://getsentry.com/).
It enables automatic reporting of errors and exceptions as well as
identifies performance issues in the application.
It is intended to replace Raven.
WWW: https://github.com/getsentry/sentry-python
Library to easily read single chars and key strokes. The idea is to have a
portable way to read single characters and key-strokes.
WWW: https://github.com/magmax/python-readchar
- Added noinit option to cgadm tableset start command. With the
noinit option, the configured init file will not be processed after
tableset startup, otherwise this will be processed now ( if any
configured ) All output messages are written to main log file.
- Redirected output for CegoAction and CegoOutput added to print output
to logfile. This is useful in case of tableset init file, where
several SQL action could be performed
- Fix in CegoAction::execSetCounter, new value must be checked for
null value and if so, set counter to 0. The bug caused a seg fault ..
Submitted by: Björn Lemke <lemke@lemke-it.com>