```
Gromit-MPX (GRaphics Over MIscellaneous Things) is a small tool to make
annotations on the screen. Its main use is for making presentations of some
application. Normally, you would have to move the mouse pointer around the
point of interest until hopefully everybody noticed it. With Gromit-MPX, you
can draw everywhere onto the screen, highlighting some button or area.
```
We hacked gromit-mpx to remove the dependency on lib{app,}indicator. Although
we had planned to use those (previously imported) dependencies, it became clear
that lots of in-tree ports would start picking them up and now isn't the time
for full-tree changes.
x11/lib{app,}indicator remain in-tree, but unlinked as per landry@'s request.
Sent in from Laurie Tratt. OK sthen@ and landry@.
A code search suggests that lots of packages may starting picking these up, so
until we've checked, it's safer to unlink them.
Spotted by landry@, OK landry@ and sthen@.
"libappindicator is a library to allow applications to export a menu into the
Unity Menu bar. Based on KSNI it also works in KDE and will fallback to generic
Systray support if none of those are available."
From Laurie Tratt, with input from myself and sthen@.
OK sthen@, thanks!
"libindicator is a set of symbols and convience functions that all indicators
would like to use."
From Laurie Tratt with tweaks from myself and sthen@.
OK sthen@, thanks!
Clang's RTTI support don't work here, use qobject_cast<> to avoid runtime
crashes. This patch is old but unfortunately up-to-date again.
Spotted by Vadim Zhukov, thanks!
the libc crate that doesn't get along with sparc64 (see history of
newsboat). Attempting to get it to use a newer version meant it still
didn't build. Mark it BROKEN-sparc64
ok bcallah
so add a parallel flag so they use multiple CPUs while building. this
is noticably faster at unlocking lots of buildable ports on aarch64
keep gtk+4 in sync with them
has been in arm64 package snaps for at least a year
OK ajacoutot@ (a while ago)