mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/rxvt-unicode: Updated for version 9.07.
Thanks to new maintainer Daniel LEVAI.
This commit is contained in:
parent
7ec62a2303
commit
a4139882bc
2 changed files with 14 additions and 18 deletions
|
@ -5,6 +5,8 @@
|
|||
# Written by Dugan Chen (dugan_c@fastmail.fm)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Maintained by Daniel LEVAI <leva@ecentrum.hu>, 2010
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
|
@ -23,9 +25,9 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rxvt-unicode
|
||||
VERSION="9.06"
|
||||
VERSION="9.07"
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -100,17 +102,11 @@ make
|
|||
mkdir -p $PKG/usr/share/terminfo
|
||||
TERMINFO=$PKG/usr/share/terminfo make install DESTDIR=$PKG
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | \
|
||||
cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
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 $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rxvt-unicode"
|
||||
VERSION="9.06"
|
||||
VERSION="9.07"
|
||||
HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
||||
DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.06.tar.bz2"
|
||||
MD5SUM="4cb9330e99fc0b0b05cebf3581557dd8"
|
||||
DOWNLOAD="http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.07.tar.bz2"
|
||||
MD5SUM="49bb52c99e002bf85eb41d8385d903b5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Duane Dohrman II"
|
||||
EMAIL="d.dohrman@gmail.com"
|
||||
APPROVED="dsomero,rworkman"
|
||||
MAINTAINER="Daniel LEVAI"
|
||||
EMAIL="leva@ecentrum.hu"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue