diff options
author | Daniel Prosser <dpross1100@msn.com> | 2018-02-01 05:16:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-01 05:16:06 +0700 |
commit | 2caad51f951a1fcc72f5cf50ea74a1c457f2c53d (patch) | |
tree | 28681fc4401d39c49f98db928f38c11665f71644 /system/sboui | |
parent | 5871f0e42514614f668a79feeb003ef9b54e68c4 (diff) |
system/sboui: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sboui')
-rw-r--r-- | system/sboui/README | 6 | ||||
-rw-r--r-- | system/sboui/doinst.sh | 1 | ||||
-rw-r--r-- | system/sboui/sboui.SlackBuild | 5 | ||||
-rw-r--r-- | system/sboui/sboui.info | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/system/sboui/README b/system/sboui/README index adb2c01b1fb49..c0b18491eabc2 100644 --- a/system/sboui/README +++ b/system/sboui/README @@ -5,7 +5,5 @@ in C++ utilizing low-level ncurses library calls. It features a two-pane listing of software groups and names, multiple filters, searching, forward and inverse dependency resolution, tagging multiple packages to apply batch changes, configurable colors, and more. In addition to supporting the well-known SBo -package managers, it is also easy to make it work with custom tools. - -Note: the only required dependency is libconfig, but you also need to have an -SBo package manager installed for it to be useful. +package managers, it also includes a built-in package manager, and it is easy to +make it work with custom tools. diff --git a/system/sboui/doinst.sh b/system/sboui/doinst.sh index 84500a5a57a85..338272d717902 100644 --- a/system/sboui/doinst.sh +++ b/system/sboui/doinst.sh @@ -11,4 +11,5 @@ config() { } config etc/sboui/sboui.conf.new +config etc/sboui/sboui-backend.conf.new config etc/sboui/package_blacklist.new diff --git a/system/sboui/sboui.SlackBuild b/system/sboui/sboui.SlackBuild index e7292de5009a1..73200a53854bf 100644 --- a/system/sboui/sboui.SlackBuild +++ b/system/sboui/sboui.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sboui -# Copyright 2017 | Daniel Prosser | Lexington Park, MD +# Copyright 2018 | 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:-0.6} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,6 +87,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mv $PKG/etc/sboui/sboui.conf $PKG/etc/sboui/sboui.conf.new +mv $PKG/etc/sboui/sboui-backend.conf $PKG/etc/sboui/sboui-backend.conf.new mv $PKG/etc/sboui/package_blacklist $PKG/etc/sboui/package_blacklist.new mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/sboui/sboui.info b/system/sboui/sboui.info index 1ef8462440f55..8416fb43e7352 100644 --- a/system/sboui/sboui.info +++ b/system/sboui/sboui.info @@ -1,8 +1,8 @@ PRGNAM="sboui" -VERSION="0.6" +VERSION="1.0" HOMEPAGE="https://github.com/montagdude/sboui" -DOWNLOAD="https://github.com/montagdude/sboui/archive/0.6/sboui-0.6.tar.gz" -MD5SUM="b7a4bf4e3c9a484007d69b9531833e07" +DOWNLOAD="https://github.com/montagdude/sboui/archive/1.0/sboui-1.0.tar.gz" +MD5SUM="38bbf9a74883eb3f117b76999063c658" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libconfig" |