graphics/fotoxx: Updated for version 10.3.1.

This commit is contained in:
Robby Workman 2010-05-22 23:18:00 -05:00
parent c6c9d3b76d
commit 197f6f3d97
2 changed files with 14 additions and 8 deletions

View File

@ -23,11 +23,20 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fotoxx
VERSION=9.9
ARCH=${ARCH:-i486}
VERSION=10.3.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) export ARCH=i486 ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -76,9 +85,6 @@ mkdir -p $PKG/usr/share/{applications,pixmaps}
cat $CWD/fotoxx.desktop > $PKG/usr/share/applications/fotoxx.desktop
( cd $PKG/usr/share/pixmaps ; ln -s ../fotoxx/icons/fotoxx.png )
# Fixup a few other nits
mv $PKG/usr/share/fotoxx/locales $PKG/usr/share/locale
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="fotoxx"
VERSION="9.9"
VERSION="10.3.1"
HOMEPAGE="http://kornelix.squarespace.com/fotoxx/"
DOWNLOAD="http://kornelix.squarespace.com/storage/downloads/fotoxx-9.9.tar.gz"
MD5SUM="189cceaa251c7b0c0b47f314bc2e7ce2"
DOWNLOAD="http://kornelix.squarespace.com/storage/downloads/fotoxx-10.3.1.tar.gz"
MD5SUM="2530d4f480449bf7f8da2c2ff9367a6f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"