From 46c919a2bca7b0d27d74fe9f4362d3273e509d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20=27Nille=27=20=C3=85kerstr=C3=B6m?= Date: Wed, 5 Jan 2011 07:05:38 -0200 Subject: development/poedit: Updated for version 1.4.6.1. Signed-off-by: Niels Horn --- development/poedit/poedit.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'development/poedit/poedit.SlackBuild') 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" \ -- cgit v1.2.3