diff options
author | Daniel Prosser <dpross1100@msn.com> | 2019-11-22 22:57:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-22 22:57:50 +0700 |
commit | ca63ddbe59842d366fa26ad4f67c17e6cac0200a (patch) | |
tree | fff732095a13d6029d1a9e2f9ca15e6268683687 /system/sboui | |
parent | ab09c8a6f6a5d4d93dcc6b6f26c931d2a27099ef (diff) | |
download | slackbuilds-ca63ddbe59842d366fa26ad4f67c17e6cac0200a.tar.gz |
system/sboui: Updated for version 2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sboui')
-rw-r--r-- | system/sboui/README | 4 | ||||
-rw-r--r-- | system/sboui/sboui.SlackBuild | 4 | ||||
-rw-r--r-- | system/sboui/sboui.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/system/sboui/README b/system/sboui/README index 8ee825d36b..bd84518b26 100644 --- a/system/sboui/README +++ b/system/sboui/README @@ -9,6 +9,7 @@ a menu bar, full mouse and keyboard support, and more. Optional dependencies (see build options for more information): python-requests (for system tray notifier) +psutil (for system tray notifier) gksu, ktsuss (instead of kdesu to launch from the desktop) ninja (to build with ninja instead of make) @@ -18,7 +19,8 @@ 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, python-requests becomes a dependency. + window manager. If this is enabled, python-requests and psutil become + dependencies. 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.SlackBuild b/system/sboui/sboui.SlackBuild index dc6d83c204..28076d324b 100644 --- a/system/sboui/sboui.SlackBuild +++ b/system/sboui/sboui.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sboui -# Copyright 2018 | Daniel Prosser | Lexington Park, MD +# Copyright 2019 | Daniel Prosser | Lexington Park, MD # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sboui -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/sboui/sboui.info b/system/sboui/sboui.info index 4c2475cd11..c5abbd71c2 100644 --- a/system/sboui/sboui.info +++ b/system/sboui/sboui.info @@ -1,8 +1,8 @@ PRGNAM="sboui" -VERSION="2.0.1" +VERSION="2.1" HOMEPAGE="https://github.com/montagdude/sboui" -DOWNLOAD="https://github.com/montagdude/sboui/archive/2.0.1/sboui-2.0.1.tar.gz" -MD5SUM="2a0170abe92d3505f116fae9b2029543" +DOWNLOAD="https://github.com/montagdude/sboui/archive/2.1/sboui-2.1.tar.gz" +MD5SUM="c4f7c1c757efc1d7523cace75c1c1078" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libconfig" |