diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-26 02:13:19 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:26 +0700 |
commit | 26805cd31402dfc05575cd2cd11893f85b7a14be (patch) | |
tree | 72c3e97e3a95bab43ca1a5477047e7ce9d5cb798 /network/uget/README | |
parent | 225db693b2150536f153c5bf2c84fef03a3ad53b (diff) | |
download | slackbuilds-26805cd31402dfc05575cd2cd11893f85b7a14be.tar.gz |
network/uget: Fix build on -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/uget/README')
-rw-r--r-- | network/uget/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/network/uget/README b/network/uget/README index d69d37d419..5d0677faef 100644 --- a/network/uget/README +++ b/network/uget/README @@ -5,11 +5,11 @@ uGet is a Free and Open Source download manager. It allows for queuing downloads, file type-based classification of downloads, and is lightweight. -By default, uGet uses curl for downloads. If desired, uGet can use aria2 -instead. To do this, install aria2, then launch uGet and choose "Edit => -Settings => Plug-in => Plug-in matching order", and select "aria2". There's -no need to rebuild uGet after installing aria2: it's an optional run-time -dependency. +By default, uGet uses curl for downloads. If desired, uGet can use +aria2 instead. To do this, install aria2, then launch uGet and choose +"Edit => Settings => Plug-in => Plug-in matching order", and select +"aria2". There's no need to rebuild uGet after installing aria2: it's +an optional run-time dependency. uGet can be compiled without support for notifications, since some users find them annoying. To do this, pass LIBNOTIFY=no to the script. @@ -21,7 +21,7 @@ pass GSTREAMER=no to the script. If you're upgrading from uGet 1.x, run "uget-gtk-1to2" to convert your old settings in ~/.config/uGet to the format used by uGet 2.x. -The status line at the top of the uGet window is intended to announce new -releases of uGet, but it's currently "stuck" and claims that 2.0.8 is a -"new stable release". Upstream is working on the problem; please just -ignore the status line for now. +The status line at the top of the uGet window is intended to announce +new releases of uGet, but it's currently "stuck" and claims that 2.0.8 +is a "new stable release". Upstream is working on the problem; please +just ignore the status line for now. |