mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/ding: Updated for version 1.6
This commit is contained in:
parent
a03e58c043
commit
72cb5c3b78
4 changed files with 13 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
Ding is a Dictionary lookup program for the X window system
|
||||
(Linux, Unix - not for Mac or MS Windows). It comes with a German-English
|
||||
Dictionary with approximately 180,000 entries.
|
||||
Dictionary with approximately 253,000 entries.
|
||||
|
||||
It is based on Tk version >= 8.3 and uses the agrep or egrep tools
|
||||
for searching. It has many configuration options, such as search
|
||||
|
@ -8,6 +8,3 @@ preferences, interface language (English or German), colors.
|
|||
|
||||
It has history and help functions and comes with useful key
|
||||
and mouse bindings for quick and easy lookups.
|
||||
|
||||
The webpage for ding is:
|
||||
http://www-user.tu-chemnitz.de/~fri/ding/
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# Heavily Modified by Michiel van Wessem <michiel@slackbuilds.org> 20081020
|
||||
|
||||
PRGNAM=ding
|
||||
VERSION=1.5
|
||||
VERSION=1.6
|
||||
ARCH=${ARCH:-noarch}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -46,10 +46,8 @@ cp de-en.txt $PKG/usr/share/dict|| exit 1
|
|||
cp ding.desktop $PKG/usr/share/applications || exit 1
|
||||
cp ding.png $PKG/usr/share/pixmaps
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
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 || true
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
|
@ -57,8 +55,9 @@ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs st
|
|||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -R CHANGES COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cp -R $CWD/{$PRGNAM.SlackBuild,slack-desc,doinst.sh} CHANGES COPYING README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \;
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ding"
|
||||
VERSION="1.5"
|
||||
VERSION="1.6"
|
||||
HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/"
|
||||
DOWNLOAD="ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ding-1.5.tar.gz"
|
||||
MD5SUM="74c2b3104f8732107c23c005b64d5609"
|
||||
DOWNLOAD="ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ding-1.6.tar.gz"
|
||||
MD5SUM="6f336c9b66f37c99b98e13659b493d54"
|
||||
MAINTAINER="Martin Ivanov"
|
||||
EMAIL="tramni@abv.bg"
|
||||
APPROVED="Michiel"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -9,16 +9,11 @@
|
|||
ding: Ding (German-English Dictionary)
|
||||
ding:
|
||||
ding: Ding is a Dictionary lookup program for the X window system. It comes
|
||||
ding: with a German-English dictionary with approximately 180,000 entries.
|
||||
ding: with a German-English dictionary with approximately 253,000 entries.
|
||||
ding: It is based on Tk version >= 8.3 and uses the agrep or egrep tools
|
||||
ding: for searching.
|
||||
ding: It has many configuration options, such as search preferences,
|
||||
ding: interface language (English or German), colors.
|
||||
ding: It has history and help functions and comes with useful key
|
||||
ding: and mouse bindings for quick and easy lookups.
|
||||
ding:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ding: Homepage: http://www-user.tu-chemnitz.de/~fri/ding/
|
||||
|
|
Loading…
Reference in a new issue