summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/dwdiff/README4
-rw-r--r--misc/dwdiff/dwdiff.SlackBuild4
-rw-r--r--misc/dwdiff/dwdiff.info8
3 files changed, 7 insertions, 9 deletions
diff --git a/misc/dwdiff/README b/misc/dwdiff/README
index 531c7958bc..74cef98a63 100644
--- a/misc/dwdiff/README
+++ b/misc/dwdiff/README
@@ -12,8 +12,8 @@ The default output from dwdiff is the new text, with the deleted and
inserted parts annotated with markers. Command line options are
available to change both what is printed, and the markers.
-If you wish to have de localization or nl localization and manpages,
-pass 'NLS="de nl"' or either one to the SlackBuild.
+If you wish to have nl manpages and/or de, fr, nl, ru localization pass
+'NLS="de fr nl ru"' (or whichever of them is wanted) to the SlackBuild.
If you wish to enable the handling of Unicode text, install the icu4c
library and pass "UNICODE=yes" to the SlackBuild.
diff --git a/misc/dwdiff/dwdiff.SlackBuild b/misc/dwdiff/dwdiff.SlackBuild
index 0f102609eb..973fcf7087 100644
--- a/misc/dwdiff/dwdiff.SlackBuild
+++ b/misc/dwdiff/dwdiff.SlackBuild
@@ -5,16 +5,14 @@
# Released under the WTFPL
PRGNAM=dwdiff
-VERSION=${VERSION:-1.7}
+VERSION=${VERSION:-1.8}
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
diff --git a/misc/dwdiff/dwdiff.info b/misc/dwdiff/dwdiff.info
index f217fc96d7..4293a775fc 100644
--- a/misc/dwdiff/dwdiff.info
+++ b/misc/dwdiff/dwdiff.info
@@ -1,10 +1,10 @@
PRGNAM="dwdiff"
-VERSION="1.7"
+VERSION="1.8"
HOMEPAGE="http://os.ghalkes.nl/dwdiff.html"
-DOWNLOAD="http://os.ghalkes.nl/dist/dwdiff-1.7.tgz"
-MD5SUM="c88714707d755c5202a4a7fd74e815fd"
+DOWNLOAD="http://os.ghalkes.nl/dist/dwdiff-1.8.tgz"
+MD5SUM="c93d23b8af4ba0cffe9702f90d2a97bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="slakmagik"
EMAIL="slakmagik@gmail.com"
-APPROVED="dsomero"
+APPROVED="Erik Hanson"