mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/aterm: Updated for version 1.0.0
This commit is contained in:
parent
6eea7026fb
commit
5c72e5392d
3 changed files with 15 additions and 8 deletions
|
@ -29,7 +29,7 @@ VERSION=1.0.0
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
CWD=`pwd`
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
@ -46,7 +46,6 @@ cd $TMP || exit 1
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
|
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
|
||||||
cd $PRGNAM-$VERSION || exit 1
|
cd $PRGNAM-$VERSION || exit 1
|
||||||
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R a-s,u+w,go+r-w .
|
chmod -R a-s,u+w,go+r-w .
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/sourceforge/aterm/aterm-1.0.0.tar.bz2"
|
||||||
MD5SUM="ceb64c62ae243a7fc3ddb0d6f9a19faa"
|
MD5SUM="ceb64c62ae243a7fc3ddb0d6f9a19faa"
|
||||||
MAINTAINER="Martin Lefebvre"
|
MAINTAINER="Martin Lefebvre"
|
||||||
EMAIL="dadexter@gmail.com"
|
EMAIL="dadexter@gmail.com"
|
||||||
APPROVED="robw810"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -1,11 +1,19 @@
|
||||||
aterm: Terminal emulator with nice visual effects
|
# 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------------------------------------------------------|
|
||||||
|
aterm: aterm (Terminal emulator with nice visual effects)
|
||||||
aterm:
|
aterm:
|
||||||
aterm: aterm is designed to provide pleasing visual effects, while
|
aterm: aterm is designed to provide pleasing visual effects, while
|
||||||
aterm: performing such a mundane function as terminal emulation under X. It is
|
aterm: performing such a mundane function as terminal emulation under X. It
|
||||||
aterm: largely based on rxvt code. Several points set it apart from other
|
aterm: is largely based on rxvt code. Several points set it apart from other
|
||||||
aterm: similar applications:
|
aterm: similar applications:
|
||||||
aterm: # fast pseudo-transparency, that does not consume any additional
|
aterm: # fast pseudo-transparency, that does not consume any additional
|
||||||
aterm: resources.
|
aterm: resources.
|
||||||
aterm: # optional off-focus fading of text - when aterm looses focus its contents
|
aterm: # optional off-focus fading of text - when aterm looses focus its
|
||||||
aterm: is dimmed.
|
aterm: contents is dimmed.
|
||||||
aterm: # NeXT-ish scrollbar
|
aterm: # NeXT-ish scrollbar
|
||||||
|
|
Loading…
Reference in a new issue