mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/sboui: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a959b0df5c
commit
e28cf6415a
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue