From 2caad51f951a1fcc72f5cf50ea74a1c457f2c53d Mon Sep 17 00:00:00 2001 From: Daniel Prosser Date: Thu, 1 Feb 2018 05:16:06 +0700 Subject: system/sboui: Updated for version 1.0. Signed-off-by: Willy Sudiarto Raharjo --- system/sboui/README | 6 ++---- system/sboui/doinst.sh | 1 + system/sboui/sboui.SlackBuild | 5 +++-- system/sboui/sboui.info | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/system/sboui/README b/system/sboui/README index adb2c01b1fb4..c0b18491eabc 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 84500a5a57a8..338272d71790 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 e7292de5009a..73200a53854b 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 1ef8462440f5..8416fb43e735 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" -- cgit v1.2.3