diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/sboui/README | 8 | ||||
-rw-r--r-- | system/sboui/sboui.info | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/system/sboui/README b/system/sboui/README index dafb1bdd8f..8ee825d36b 100644 --- a/system/sboui/README +++ b/system/sboui/README @@ -6,13 +6,19 @@ 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): + +python-requests (for system tray notifier) +gksu, ktsuss (instead of kdesu to launch from the desktop) +ninja (to build with ninja instead of make) + 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. + window manager. If this is enabled, python-requests 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 diff --git a/system/sboui/sboui.info b/system/sboui/sboui.info index 1b90df3644..4c2475cd11 100644 --- a/system/sboui/sboui.info +++ b/system/sboui/sboui.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/montagdude/sboui/archive/2.0.1/sboui-2.0.1.tar.gz" MD5SUM="2a0170abe92d3505f116fae9b2029543" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libconfig python-requests" +REQUIRES="libconfig" MAINTAINER="Daniel Prosser" EMAIL="dpross1100@msn.com" |