From 225f69327bfa81a67f00e6b6577bd83cef9e2fae Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Wed, 30 Mar 2011 16:40:03 +0100 Subject: development/kdiff3: Updated script and added docbook patch. Signed-off-by: Michiel van Wessem --- development/kdiff3/docbook.patch | 40 ++++++++++++++++++++++++++++++++++++ development/kdiff3/kdiff3.SlackBuild | 20 +++++++++--------- 2 files changed, 50 insertions(+), 10 deletions(-) create mode 100644 development/kdiff3/docbook.patch (limited to 'development') diff --git a/development/kdiff3/docbook.patch b/development/kdiff3/docbook.patch new file mode 100644 index 0000000000..94dcfc279a --- /dev/null +++ b/development/kdiff3/docbook.patch @@ -0,0 +1,40 @@ +diff -Naur kdiff3-0.9.95/doc/de/index.docbook kdiff3-0.9.95_patched/doc/de/index.docbook +--- kdiff3-0.9.95/doc/de/index.docbook 2009-01-01 22:52:33.000000000 +0000 ++++ kdiff3-0.9.95_patched/doc/de/index.docbook 2011-03-30 15:22:42.385602434 +0000 +@@ -1,5 +1,5 @@ + +-KDiff3"> +diff -Naur kdiff3-0.9.95/doc/fr/index.docbook kdiff3-0.9.95_patched/doc/fr/index.docbook +--- kdiff3-0.9.95/doc/fr/index.docbook 2009-01-01 22:52:33.000000000 +0000 ++++ kdiff3-0.9.95_patched/doc/fr/index.docbook 2011-03-30 15:23:18.415460663 +0000 +@@ -1,5 +1,5 @@ + +-KDiff3"> +diff -Naur kdiff3-0.9.95/doc/it/index.docbook kdiff3-0.9.95_patched/doc/it/index.docbook +--- kdiff3-0.9.95/doc/it/index.docbook 2009-01-01 22:52:33.000000000 +0000 ++++ kdiff3-0.9.95_patched/doc/it/index.docbook 2011-03-30 15:23:29.516952292 +0000 +@@ -1,5 +1,5 @@ + +-KDiff3"> +diff -Naur kdiff3-0.9.95/doc/nl/index.docbook kdiff3-0.9.95_patched/doc/nl/index.docbook +--- kdiff3-0.9.95/doc/nl/index.docbook 2009-01-01 22:52:33.000000000 +0000 ++++ kdiff3-0.9.95_patched/doc/nl/index.docbook 2011-03-30 15:23:37.372178242 +0000 +@@ -1,5 +1,5 @@ + +-KDiff3"> diff --git a/development/kdiff3/kdiff3.SlackBuild b/development/kdiff3/kdiff3.SlackBuild index a1dd3a5481..f53d1f9c67 100644 --- a/development/kdiff3/kdiff3.SlackBuild +++ b/development/kdiff3/kdiff3.SlackBuild @@ -26,12 +26,10 @@ VERSION=${VERSION:-0.9.95} 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 @@ -42,14 +40,14 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" + SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" @@ -57,7 +55,6 @@ fi set -e # Exit on most errors - rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP @@ -71,6 +68,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Patch docbook.dtd's so this will compile properly +patch -p1 < $CWD/docbook.patch + mkdir build cd build cmake \ @@ -83,7 +83,7 @@ cd build make VERBOSE=1 make install VERBOSE=1 DESTDIR=$PKG -cd - +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3