system/tilda: Updated for version 0.09.4
This commit is contained in:
parent
f8feb78f3d
commit
2c47221a99
|
@ -3,4 +3,4 @@ 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.
|
||||
|
||||
Required deps: VTE and libConfuse, available at slackbuilds.org
|
||||
Required deps: libConfuse (also available at SlackBuilds.org)
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
tilda: tilda - an FPS-style terminal
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----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
|
||||
|
|
|
@ -9,7 +9,7 @@ VERSION=0.9.4
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -39,10 +39,6 @@ CFLAGS="$SLKCFLAGS" \
|
|||
make || exit 1
|
||||
make install-strip DESTDIR=$PKG || exit 1
|
||||
|
||||
# Fix icon path in .desktop file
|
||||
sed -i 's|Icon=tilda.png|Icon=/usr/share/pixmaps/tilda.png|' \
|
||||
$PKG/usr/share/applications/tilda.desktop || exit 1
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
@ -54,4 +50,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/tilda/tilda-0.9.4.tar.gz"
|
|||
MD5SUM="773d47e3985f7e778b662a38b053c1df"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="elohim,robw810"
|
||||
APPROVED="elohim,rworkman"
|
||||
|
|
Loading…
Reference in New Issue