diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-05 13:09:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-06 11:43:33 +0700 |
commit | 86668c8cd2579cd096d1fa50128b188068bc7cf5 (patch) | |
tree | 91d5a3ad5e6f83b08b72b8c1a6eb0bf5b3b7e28c /system/tbsm | |
parent | 598e689369880f8d2961cea1122c11e66318d3db (diff) |
system/tbsm: Update for 0.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tbsm')
-rw-r--r-- | system/tbsm/README | 2 | ||||
-rw-r--r-- | system/tbsm/README.SLACKWARE | 8 | ||||
-rw-r--r-- | system/tbsm/tbsm.SlackBuild | 6 | ||||
-rw-r--r-- | system/tbsm/tbsm.info | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/system/tbsm/README b/system/tbsm/README index a02d5c305a17..602337139a6e 100644 --- a/system/tbsm/README +++ b/system/tbsm/README @@ -9,5 +9,5 @@ if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec tbsm fi -/usr/share/doc/tbsm-0.5/01_Manual.txt contains instructions. +/usr/doc/tbsm-0.6/doc/01_Manual.txt contains instructions. README.SLACKWARE contains additional tips. diff --git a/system/tbsm/README.SLACKWARE b/system/tbsm/README.SLACKWARE index 2a04e39c6a82..f536176c05a3 100644 --- a/system/tbsm/README.SLACKWARE +++ b/system/tbsm/README.SLACKWARE @@ -1,6 +1,6 @@ -tbsm may run desktop sessions, such as i3, without consolekit and dbus -support. Thus, given that tbsm detects available .desktop files from +tbsm may run desktop sessions, such as dwm, without dbus support. +Thus, given that tbsm detects available .desktop files from /usr/share/xsessions, create a copy of the .desktop file and modify the Name and Exec lines as such: -Name=i3-dbus -Exec=ck-launch-session dbus-launch --sh-syntax --exit-with-session i3 +Name=dwm-dbus +Exec=dbus-launch --sh-syntax --exit-with-session dwm diff --git a/system/tbsm/tbsm.SlackBuild b/system/tbsm/tbsm.SlackBuild index ca680a6cc6b4..622bfb906ab6 100644 --- a/system/tbsm/tbsm.SlackBuild +++ b/system/tbsm/tbsm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tbsm -# Copyright 2019 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tbsm -VERSION=${VERSION:-0.5} +VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr rm -r $PKG/usr/share/doc/tbsm mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a doc/ changelog license readme-install.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a doc/ themes/ changelog license readme-install.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE diff --git a/system/tbsm/tbsm.info b/system/tbsm/tbsm.info index b28e8cd25e4b..40a9c8d187ca 100644 --- a/system/tbsm/tbsm.info +++ b/system/tbsm/tbsm.info @@ -1,8 +1,8 @@ PRGNAM="tbsm" -VERSION="0.5" +VERSION="0.6" HOMEPAGE="https://github.com/loh-tar/tbsm" -DOWNLOAD="https://github.com/loh-tar/tbsm/archive/v0.5/tbsm-0.5.tar.gz" -MD5SUM="35faadd3c3cdba0c87541823cadb65f1" +DOWNLOAD="https://github.com/loh-tar/tbsm/archive/v0.6/tbsm-0.6.tar.gz" +MD5SUM="72dcbc361a74f6a883b20309f8265342" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |