summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Martin Ivanov <tramni@abv.bg>2010-05-12 17:44:38 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:44:38 +0200
commit72cb5c3b789f5c28089200b4e8bf6904ec1909dc (patch)
treeda4d1786f9254706e17ec79c0fbb949ee8d01744 /office
parenta03e58c043121f18f716b834714625d3c9a5e1cb (diff)
downloadslackbuilds-72cb5c3b789f5c28089200b4e8bf6904ec1909dc.tar.gz
slackbuilds-72cb5c3b789f5c28089200b4e8bf6904ec1909dc.tar.xz
office/ding: Updated for version 1.6
Diffstat (limited to 'office')
-rw-r--r--office/ding/README5
-rw-r--r--office/ding/ding.SlackBuild13
-rw-r--r--office/ding/ding.info8
-rw-r--r--office/ding/slack-desc9
4 files changed, 13 insertions, 22 deletions
diff --git a/office/ding/README b/office/ding/README
index 461b322601..d1ce942669 100644
--- a/office/ding/README
+++ b/office/ding/README
@@ -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/
diff --git a/office/ding/ding.SlackBuild b/office/ding/ding.SlackBuild
index a57c3291c2..d22d95317d 100644
--- a/office/ding/ding.SlackBuild
+++ b/office/ding/ding.SlackBuild
@@ -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
diff --git a/office/ding/ding.info b/office/ding/ding.info
index 797a9d041c..10416d55cb 100644
--- a/office/ding/ding.info
+++ b/office/ding/ding.info
@@ -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"
diff --git a/office/ding/slack-desc b/office/ding/slack-desc
index 69e88480a6..988c1ce191 100644
--- a/office/ding/slack-desc
+++ b/office/ding/slack-desc
@@ -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/