diff options
author | slakmagik <slakmagik@gmail.com> | 2010-07-15 20:05:13 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-15 20:12:37 -0500 |
commit | 4315fd7ab9c191e457327a69ad5f363c07631e41 (patch) | |
tree | fc1ab4ff58815774fdb82a702cc7391e88918bde /misc/dwdiff | |
parent | 8f0b0a8ed0109d44b716158d7c741b2f6278c616 (diff) |
misc/dwdiff: Updated for version 1.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/dwdiff')
-rw-r--r-- | misc/dwdiff/README | 4 | ||||
-rw-r--r-- | misc/dwdiff/dwdiff.SlackBuild | 4 | ||||
-rw-r--r-- | misc/dwdiff/dwdiff.info | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/misc/dwdiff/README b/misc/dwdiff/README index 531c7958bc283..74cef98a63155 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 0f102609eb378..973fcf70876f0 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 f217fc96d7065..4293a775fcfad 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" |