graphics/fotoxx: Updated for version 11.01.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
923ceb938d
commit
e9887896ef
|
@ -2,4 +2,4 @@ fotoxx is a free open source program for photo editing and collection
|
|||
management. The goal is to meet most user needs while remaining fast
|
||||
and easy to use.
|
||||
|
||||
This optionally requires ufraw and exiftool (both are runtime-only deps).
|
||||
This requires ufraw and exiftool (both are runtime-only deps).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fotoxx
|
||||
|
||||
# Copyright 2010 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fotoxx
|
||||
VERSION=10.6.1
|
||||
VERSION=11.01.2
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,6 +69,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# No thanks, we'll handle the deps
|
||||
printf "#!/bin/sh\n/bin/true\n" > dependencies.sh
|
||||
|
||||
# Install the "normal" stuff and manual page
|
||||
make install manpage \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="fotoxx"
|
||||
VERSION="10.6.1"
|
||||
VERSION="11.01.2"
|
||||
HOMEPAGE="http://kornelix.squarespace.com/fotoxx/"
|
||||
DOWNLOAD="http://kornelix.squarespace.com/storage/downloads/fotoxx-10.6.1.tar.gz"
|
||||
MD5SUM="3ba83f68f8141bcd181aea3d6bd8e6d7"
|
||||
DOWNLOAD="http://kornelix.squarespace.com/storage/downloads/fotoxx-11.01.2.tar.gz"
|
||||
MD5SUM="036fe29c9b9d6557d25516f8cd014e2d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in New Issue