mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/rxvt-unicode: Updated for verson 9.09.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
db90b42ad4
commit
1c81fea80f
2 changed files with 5 additions and 9 deletions
|
@ -25,16 +25,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rxvt-unicode
|
||||
VERSION="9.07"
|
||||
VERSION="9.09"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -87,7 +85,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-xft \
|
||||
--enable-font-styles \
|
||||
--enable-transparency \
|
||||
--enable-tinting \
|
||||
--enable-fading \
|
||||
--enable-frills \
|
||||
--enable-afterimage \
|
||||
|
@ -95,7 +92,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-next-scroll \
|
||||
--enable-xterm-scroll \
|
||||
--enable-perl \
|
||||
--enable-plain-scroll \
|
||||
--enable-xim \
|
||||
--enable-iso14755 \
|
||||
--enable-keepscrolling \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rxvt-unicode"
|
||||
VERSION="9.07"
|
||||
VERSION="9.09"
|
||||
HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
||||
DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.07.tar.bz2"
|
||||
MD5SUM="49bb52c99e002bf85eb41d8385d903b5"
|
||||
DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.09.tar.bz2"
|
||||
MD5SUM="3505887adae710382edee90ed5538a01"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Daniel LEVAI"
|
||||
EMAIL="leva@ecentrum.hu"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue