system/tilda: New maintainer + added manpage.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P.Silva 2017-03-10 10:15:09 +00:00 committed by David Spencer
parent c860910c5c
commit c0208c3b1c
5 changed files with 125 additions and 16 deletions

View File

@ -1,4 +1,6 @@
Tilda is a Linux terminal taking after the likeness of many classic
terminals from first person shooter games, Quake, Doom and Half-Life
(to name a few), where the terminal has no border and is hidden from
tilda (an FPS-style terminal)
Tilda is a Linux terminal taking after the likeness of many classic
terminals from first person shooter games, Quake, Doom and Half-Life
(to name a few), where the terminal has no border and is hidden from
the desktop until a key is pressed (default key is F1).

View File

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
tilda: tilda (an FPS-style terminal)
tilda:
tilda: Tilda is a Linux terminal taking after the likeness of many classic
tilda: terminals from first person shooter games, Quake, Doom and Half-Life
tilda: (to name a few), where the terminal has no border and is hidden from
tilda: Tilda is a Linux terminal taking after the likeness of many classic
tilda: terminals from first person shooter games, Quake, Doom and Half-Life
tilda: (to name a few), where the terminal has no border and is hidden from
tilda: the desktop until a key is pressed.
tilda:
tilda: https://github.com/lanoxx/tilda
tilda: Home page: https://github.com/lanoxx/tilda
tilda:
tilda:
tilda:

95
system/tilda/tilda.1 Normal file
View File

@ -0,0 +1,95 @@
.TH "TILDA" "1" "June 2008" "tilda 0.09.6" "User Commands"
.SH "NAME"
tilda \- first person shooter console likeness terminal
.SH "DESCRIPTION"
\fBTilda\fR is a terminal emulator taking after the likeness of many classic
terminals from first person shooter games, Quake, Doom and Half\-Life
(to name a few), where the terminal has no border and is hidden from
the desktop until a key is pressed.
.SS "Usage:"
.IP
tilda [OPTION...]
.SS "Help Options:"
.TP
\fB\-?\fR, \fB\-\-help\fR
Show help options
.TP
\fB\-\-help\-all\fR
Show all help options
.TP
\fB\-\-help\-gtk\fR
Show GTK+ Options
.SS "Application Options:"
.TP
\fB\-a\fR, \fB\-\-antialias\fR
Use Antialiased Fonts
.TP
\fB\-b\fR, \fB\-\-background\-color\fR
Set the background color
.TP
\fB\-c\fR, \fB\-\-command\fR
Run a command at startup
.TP
\fB\-h\fR, \fB\-\-hidden\fR
Start Tilda hidden
.TP
\fB\-f\fR, \fB\-\-font\fR
Set the font to the following string
.TP
\fB\-l\fR, \fB\-\-lines\fR
Scrollback Lines
.TP
\fB\-s\fR, \fB\-\-scrollbar\fR
Use Scrollbar
.TP
\fB\-t\fR, \fB\-\-transparency\fR
Opaqueness: 0\-100%
.TP
\fB\-v\fR, \fB\-\-version\fR
Print the version, then exit
.TP
\fB\-w\fR, \fB\-\-working\-dir\fR
Set Initial Working Directory
.TP
\fB\-x\fR, \fB\-\-x\-pos\fR
X Position
.TP
\fB\-y\fR, \fB\-\-y\-pos\fR
Y Position
.TP
\fB\-B\fR, \fB\-\-image\fR
Set Background Image
.TP
\fB\-C\fR, \fB\-\-config\fR
Show Configuration Wizard
.TP
\fB\-\-display\fR=\fIDISPLAY\fR
X display to use
.SH "COPYRIGHT"
Copyright \(co 2005,2008 Tristan Sloughter (sloutri@iit.edu)
.br
Copyright \(co 2005,2008 Ira W. Snyder (tilda@irasnyder.com)
.br
Copyright \(co 2007,2008 Ken Dreyer (kdreyer@chicagolug.org)
.PP
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.
.SH "SEE ALSO"
The full documentation for
.B tilda
is maintained as a Texinfo manual. If the
.B info
and
.B tilda
programs are properly installed at your site, the command
.IP
.B info tilda
.PP
should give you access to the complete manual.
.SH "BUGS"
Please report it using
.B "reportbug tilda"
.SH "AUTHOR"
Davide Truffa <davide@catoblepa.org> wrote this manpage for
inclusion on the Debian Project but it could be used for others.

View File

@ -1,10 +1,11 @@
#!/bin/sh
#
# Slackware build script for tilda
# Slackware build script for tilda.
#
# Copyright 2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
#
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,12 +27,12 @@
PRGNAM=tilda
VERSION=${VERSION:-1.3.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -44,8 +45,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -69,15 +70,26 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--sysconfdir=/etc \
--localstatedir=/var
make
make install-strip DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/man/man1
cp -a $CWD/tilda.1 $PKG/usr/man/man1
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog *.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -6,5 +6,5 @@ MD5SUM="785b0df315135ed283715f823b78cf87"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="confuse vte3"
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryanpcmcquen@member.fsf.org"
MAINTAINER="Edinaldo P.Silva"
EMAIL="edps.mundognu@gmail.com"