From 5a9673ed285889fe6dd7599aa05d739dea1661bc Mon Sep 17 00:00:00 2001 From: Guan-Zhong Huang Date: Mon, 5 Jul 2010 14:35:20 -0400 Subject: libraries/libchewing: Added patch for ibus-chewing. Signed-off-by: dsomero --- libraries/libchewing/libchewing.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libraries/libchewing/libchewing.SlackBuild') diff --git a/libraries/libchewing/libchewing.SlackBuild b/libraries/libchewing/libchewing.SlackBuild index 096fc0d219..9dc3a2a63b 100644 --- a/libraries/libchewing/libchewing.SlackBuild +++ b/libraries/libchewing/libchewing.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libchewing -# Copyright 2009 Guan-Zhong Huang, Taiwan +# Copyright 2010 Guan-Zhong Huang, Taiwan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,10 +24,9 @@ PRGNAM=libchewing VERSION=${VERSION:-0.3.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -64,6 +63,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION +patch -p0 < $CWD/libchewing-rev1048.patch chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -- cgit v1.2.3