development/tkcvs: Updated for version 8.2

This commit is contained in:
Ferenc Deak 2010-05-12 17:39:00 +02:00 committed by Robby Workman
parent d37523cfbf
commit f4cf3a94e7
4 changed files with 13 additions and 22 deletions

View File

@ -1,3 +1,4 @@
if [ -x usr/bin/update-desktop-database ]; then
usr/bin/update-desktop-database usr/share/applications > /dev/null 2>&1
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database usr/share/applications > /dev/null 2>&1
fi

View File

@ -25,8 +25,8 @@
# Slightly modified by the SlackBuilds project
PRGNAM=tkcvs
VERSION=8.1
ARCH=${ARCH:-noarch}
VERSION=8.2
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -37,12 +37,6 @@ OUTPUT=${OUTPUT:-/tmp}
SRCVERSION=$(echo $VERSION | tr . _)
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
set -e
rm -rf $PKG
@ -56,14 +50,9 @@ chmod -R u+w,go+r-w,a-s .
./doinstall.tcl -nox $PKG/usr
( 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
)
( cd $PKG/usr/man
( cd $PKG/usr/man || exit 1
find . -type f -exec gzip -9 {} \;
for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -2,9 +2,10 @@
Name=tkcvs
Comment=Graphical Interface to CVS and Subversion
Exec=tkcvs
TryExec=tkcvs
Icon=/usr/lib/tkcvs/bitmaps/tkcvs48.xbm
Terminal=false
Type=Application
Categories=Application;Development
Categories=Application;Development;
StartupNotify=false
Encoding=UTF-8

View File

@ -1,8 +1,8 @@
PRGNAM="tkcvs"
VERSION="8.1"
VERSION="8.2"
HOMEPAGE="http://www.twobarleycorns.net/tkcvs.html"
DOWNLOAD="http://www.twobarleycorns.net/tkcvs_8_1.tar.gz"
MD5SUM="9beafa7be8af0b8736f48636b329fcb3"
DOWNLOAD="http://www.twobarleycorns.net/tkcvs_8_2.tar.gz"
MD5SUM="f263e59233625145a4efc38b14241e0c"
MAINTAINER="Ferenc Deak"
EMAIL="ferenc.deak@gmail.com"
APPROVED="David Somero"
APPROVED="rworkman"