mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/tbsm: Updated for version 0.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b210816906
commit
be77e9517b
3 changed files with 7 additions and 7 deletions
|
@ -2,12 +2,12 @@ tbsm is a pure bash session or application launcher, inspired by cdm,
|
|||
tdm and krunner. It supports X and Wayland sessions.
|
||||
|
||||
Autostart tbsm upon login by adding the following to $HOME/.profile
|
||||
(Reference: https://wiki.gentoo.org/wiki/Start_X_on_login):
|
||||
(Information taken from tbsm manual):
|
||||
|
||||
# Autostart tbsm on tty1
|
||||
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||
if [[ ! ${DISPLAY} && ${XDG_VTNR} == 1 ]]; then
|
||||
exec tbsm
|
||||
fi
|
||||
|
||||
/usr/doc/tbsm-0.6/doc/01_Manual.txt contains instructions.
|
||||
/usr/doc/tbsm-0.7/doc/01_Manual.txt contains instructions.
|
||||
README.SLACKWARE contains additional tips.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tbsm
|
||||
VERSION=${VERSION:-0.6}
|
||||
VERSION=${VERSION:-0.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tbsm"
|
||||
VERSION="0.6"
|
||||
VERSION="0.7"
|
||||
HOMEPAGE="https://github.com/loh-tar/tbsm"
|
||||
DOWNLOAD="https://github.com/loh-tar/tbsm/archive/v0.6/tbsm-0.6.tar.gz"
|
||||
MD5SUM="72dcbc361a74f6a883b20309f8265342"
|
||||
DOWNLOAD="https://github.com/loh-tar/tbsm/archive/v0.7/tbsm-0.7.tar.gz"
|
||||
MD5SUM="093066bf3733d7fd2ca8a94397a9e7a2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue