diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-08 18:05:52 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:25:47 -0500 |
commit | 79d23a64f794f58e1716f02844d7286b05717d47 (patch) | |
tree | 029dd7916eeb8933bcfccf54d140c4db0bd49942 /misc/scim-chewing/scim-chewing.SlackBuild | |
parent | 7785dd66aa1dd6458a7b6c4fa163cc278c1e5cbc (diff) | |
download | slackbuilds-79d23a64f794f58e1716f02844d7286b05717d47.tar.gz |
misc/scim-chewing: Updated for version 0.3.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/scim-chewing/scim-chewing.SlackBuild')
-rw-r--r-- | misc/scim-chewing/scim-chewing.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/scim-chewing/scim-chewing.SlackBuild b/misc/scim-chewing/scim-chewing.SlackBuild index 6bf26340a0..ebafb0a905 100644 --- a/misc/scim-chewing/scim-chewing.SlackBuild +++ b/misc/scim-chewing/scim-chewing.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=scim-chewing -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.3.4} 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 @@ -56,7 +54,6 @@ else LIBDIRSUFFIX="" fi -# Exit on most errors set -e rm -rf $PKG @@ -72,6 +69,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +patch -p1 -i $CWD/gtk.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |