diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:49:09 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:11 -0400 |
commit | c66db588d3b9ceb0c1a6eacd26526894889de996 (patch) | |
tree | 662c2e700b36c45e1766f9273f4c271cd553eb75 /system/sboui | |
parent | df4c1a072daa50425bc9ba430c8ece1a1d93747d (diff) | |
download | slackbuilds-c66db588d3b9ceb0c1a6eacd26526894889de996.tar.gz |
system/sboui: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/sboui')
-rw-r--r-- | system/sboui/README | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/system/sboui/README b/system/sboui/README index dee4526b2a..73315f1bae 100644 --- a/system/sboui/README +++ b/system/sboui/README @@ -1,10 +1,11 @@ -sboui is a package management tool for SlackBuilds.org (SBo). It features an -ncurses user interface that combines the user-friendliness typically found in a -GUI with the efficiency, light weight, and portability of a text interface. It -can function as a stand-alone package manager or serve as a front-end to sbopkg, -sbotools, or custom package managers. Its main features include forward and -inverse dependency resolution, blacklisting, storing build options for scripts, -a menu bar, full mouse and keyboard support, and more. +sboui is a package management tool for SlackBuilds.org (SBo). It +features an ncurses user interface that combines the user-friendliness +typically found in a GUI with the efficiency, light weight, and +portability of a text interface. It can function as a stand-alone +package manager or serve as a front-end to sbopkg, sbotools, +or custom package managers. Its main features include forward and +inverse dependency resolution, blacklisting, storing build options for +scripts, a menu bar, full mouse and keyboard support, and more. Optional dependencies (see build options for more information): @@ -13,18 +14,19 @@ gksu, ktsuss (instead of kdesu to launch from the desktop) Build options: -INSTALL_SYSTRAY_NOTIFIER=yes|no (default no): install a cronjob to sync the - local repository hourly and display a system tray notification when SBo - package updates are available. To use the system tray notifier, add - sboui-update-notifier as a startup application for your desktop environment or - window manager. If this is enabled, psutil becomes a dependency. +INSTALL_SYSTRAY_NOTIFIER=yes|no (default no): install a cronjob to sync + the local repository hourly and display a system tray notification + when SBo package updates are available. To use the system tray + notifier, add sboui-update-notifier as a startup application for + your desktop environment or window manager. If this is enabled, + psutil becomes a dependency. -GRAPHICAL_SU=kdesu|gksu|ktsuss (default kdesu): change the graphical su command - for launching sboui from the .desktop file and system tray notifier. gksu or - ktsuss becomes a dependency if selected here. +GRAPHICAL_SU=kdesu|gksu|ktsuss (default kdesu): change the graphical su + command for launching sboui from the .desktop file and system tray + notifier. gksu or ktsuss becomes a dependency if selected here. -TERMINAL_EMULATOR=(user choice; default xterm) set the terminal emulator to run - sboui via the .desktop file and system tray notifier. +TERMINAL_EMULATOR=(user choice; default xterm) set the terminal emulator + to run sboui via the .desktop file and system tray notifier. -USE_NINJA=yes|no (default no): use ninja instead of GNU Make for the build. If - enabled, ninja becomes a dependency. +USE_NINJA=yes|no (default no): use ninja instead of GNU Make for the + build. If enabled, ninja becomes a dependency. |