1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: screen-message
Section: games
Priority: optional
Maintainer: Joachim Breitner <nomeata@debian.org>
Build-Depends:
debhelper-compat (= 13),
pkg-config,
libpango1.0-dev,
libgtk-3-dev,
imagemagick
Standards-Version: 3.8.4
Vcs-Git: https://github.com/nomeata/screen-message
Vcs-Browser: https://github.com/nomeata/screen-message
Package: sm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Displays a short text fullscreen
Screen Message will display a given multi-line message as large as
possible, fullscreen and black on white. You can specify the text either
when launching sm, or edit it while the program is running.
.
It is useful to send messages across a room, e.g. during an university
lecture. For fast startup, it is recommended to bind it to a key in your
Desktop Environment.
|