system/sboui: Updated for version 2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Daniel Prosser 2019-11-22 22:57:50 +07:00 committed by Willy Sudiarto Raharjo
parent ab09c8a6f6
commit ca63ddbe59
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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}

View file

@ -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"