diff options
Diffstat (limited to 'source/kde/kdebase-runtime/kdebase-runtime.SlackBuild')
-rwxr-xr-x | source/kde/kdebase-runtime/kdebase-runtime.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source/kde/kdebase-runtime/kdebase-runtime.SlackBuild b/source/kde/kdebase-runtime/kdebase-runtime.SlackBuild index 90b25549..0b2cddc8 100755 --- a/source/kde/kdebase-runtime/kdebase-runtime.SlackBuild +++ b/source/kde/kdebase-runtime/kdebase-runtime.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -47,9 +47,6 @@ echo "Building kdebase-runtime-$VERSION..." tar xvf $CWD/../src/kdebase-runtime-$VERSION.tar.?z* || exit 1 cd kdebase-runtime-$VERSION -# Fix a bug where the top and bottom of text is improperly cropped: -zcat $CWD/kdebase-runtime-text-render-969192.diff.gz | patch -p4 --verbose || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -60,6 +57,7 @@ find . \ mkdir -p build cd build cmake \ + $KDE_OPT_ARGS \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_BUILD_TYPE=Release \ |