summaryrefslogtreecommitdiffstats
path: root/network/transmission-remote-gtk/README
diff options
context:
space:
mode:
author B. Watson2021-09-26 23:34:19 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:27 +0200
commit06c4338844f513b6fcdf3794c6966352a652b41a (patch)
treeb7e5f1436d9b9a8409f5a0b72902b3929aee6d62 /network/transmission-remote-gtk/README
parent52227e6ded21e06fe7409c5faae68fb2d33e645b (diff)
downloadslackbuilds-06c4338844f513b6fcdf3794c6966352a652b41a.tar.gz
network/transmission-remote-gtk: Allow disabling libappindicator.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/transmission-remote-gtk/README')
-rw-r--r--network/transmission-remote-gtk/README12
1 files changed, 7 insertions, 5 deletions
diff --git a/network/transmission-remote-gtk/README b/network/transmission-remote-gtk/README
index b0e3bb7e03..4a983f9686 100644
--- a/network/transmission-remote-gtk/README
+++ b/network/transmission-remote-gtk/README
@@ -1,10 +1,11 @@
transmission-remote-gtk (transmission remote control GUI)
transmission-remote-gtk is a cross-platform application for remote
-management of the Transmission BitTorrent client using its RPC interface.
+management of the Transmission BitTorrent client using its RPC
+interface.
- * Remotely add (file/url), start, stop, remove, remove & delete, verify,
- reannounce torrents.
+ * Remotely add (file/url), start, stop, remove, remove & delete,
+ verify, reannounce torrents.
* Works as a .torrent handler (eg. from a web browser).
* Set torrent properties such as speed, seed, peer limits, file
priorities, add/edit/remove trackers.
@@ -17,5 +18,6 @@ Optional dependencies, detected at compile time:
GeoIP - used to display country flags next to IP addresses.
libmrss - used for built-in RSS reader.
-If you want to build without libnotify (desktop notifications) support,
-set NOTIFY=no in the script's environment.
+If you want to build without libnotify (desktop notifications) and
+libappindicator (systray) support, set NOTIFY=no in the script's
+environment.