diff options
author | Niklas 'Nille' Åkerström <nille.kungen[AT]gmail.com> | 2011-01-05 07:05:38 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:21 -0600 |
commit | 46c919a2bca7b0d27d74fe9f4362d3273e509d14 (patch) | |
tree | 95adfecfa9182c480f392ea1cd276e6fdfd530f4 /development/poedit/poedit.SlackBuild | |
parent | f3edeffb2c8244005ac1702a4d7dbc2a6e6cd37c (diff) | |
download | slackbuilds-46c919a2bca7b0d27d74fe9f4362d3273e509d14.tar.gz |
development/poedit: Updated for version 1.4.6.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/poedit/poedit.SlackBuild')
-rw-r--r-- | development/poedit/poedit.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/development/poedit/poedit.SlackBuild b/development/poedit/poedit.SlackBuild index f967504ac7..7b1a0c0c5d 100644 --- a/development/poedit/poedit.SlackBuild +++ b/development/poedit/poedit.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for poedit -# Copyright 2008 Niklas "Nille" Åkerström +# Copyright 2008 Niklas "Nille" Ã…kerström # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=poedit -VERSION=1.4.2 +VERSION=1.4.6.1 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 @@ -67,8 +65,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+rw,go+r-w . -# Patch to fix program crash when using localized LANG bug #276 -patch -p0 < $CWD/poedit-gtkspell.patch CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |