summaryrefslogtreecommitdiffstats
path: root/system/tilda
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-11 19:46:42 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-11 19:46:42 +0200
commit2c47221a990bd45652eeb83df0d35f49e55afdb6 (patch)
tree78172d336ceb464a7bb8d8baa8acc0bc62842b9f /system/tilda
parentf8feb78f3d4f129c5720dcecd26574c9f8bca161 (diff)
downloadslackbuilds-2c47221a990bd45652eeb83df0d35f49e55afdb6.tar.gz
slackbuilds-2c47221a990bd45652eeb83df0d35f49e55afdb6.tar.xz
system/tilda: Updated for version 0.09.4
Diffstat (limited to 'system/tilda')
-rw-r--r--system/tilda/README2
-rw-r--r--system/tilda/slack-desc10
-rw-r--r--system/tilda/tilda.SlackBuild7
-rw-r--r--system/tilda/tilda.info2
4 files changed, 12 insertions, 9 deletions
diff --git a/system/tilda/README b/system/tilda/README
index 47eedca63b..4819a755dc 100644
--- a/system/tilda/README
+++ b/system/tilda/README
@@ -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)
diff --git a/system/tilda/slack-desc b/system/tilda/slack-desc
index f6771540c6..873b25e94e 100644
--- a/system/tilda/slack-desc
+++ b/system/tilda/slack-desc
@@ -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
diff --git a/system/tilda/tilda.SlackBuild b/system/tilda/tilda.SlackBuild
index 1ff5eb983e..c42d58957c 100644
--- a/system/tilda/tilda.SlackBuild
+++ b/system/tilda/tilda.SlackBuild
@@ -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
-
diff --git a/system/tilda/tilda.info b/system/tilda/tilda.info
index 667797c48d..2087044b45 100644
--- a/system/tilda/tilda.info
+++ b/system/tilda/tilda.info
@@ -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"