graphics/fotoxx: Updated for version 12.09.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
670ec8ed89
commit
95a42bb00a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fotoxx
|
||||
|
||||
# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2010-2012 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=11.03.1
|
||||
VERSION=${VERSION:-12.09.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,19 +73,14 @@ find . \
|
|||
printf "#!/bin/sh\n/bin/true\n" > dependencies.sh
|
||||
|
||||
# Install the "normal" stuff and manual page
|
||||
make install manpage \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
make install \
|
||||
CXXFLAGS="$SLKCFLAGS -Wno-deprecated-declarations" \
|
||||
LDFLAGS="$SLKCFLAGS -Wall -rdynamic" \
|
||||
PREFIX=/usr \
|
||||
DOCDIR=/usr/doc/$PRGNAM-$VERSION \
|
||||
MANDIR=/usr/man/man1 \
|
||||
DESTDIR=$PKG
|
||||
|
||||
# Install the .desktop file manually
|
||||
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 )
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=fotoxx
|
||||
Categories=Graphics;
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=fotoxx
|
||||
TryExec=fotoxx
|
||||
Icon=fotoxx
|
||||
GenericName=Photo Editor
|
||||
Comment=Improve photos and manage collections
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fotoxx"
|
||||
VERSION="11.03.1"
|
||||
HOMEPAGE="http://kornelix.squarespace.com/fotoxx/"
|
||||
DOWNLOAD="http://kornelix.squarespace.com/storage/downloads/fotoxx-11.03.1.tar.gz"
|
||||
MD5SUM="a65e55baa34206423ddc11db3143d773"
|
||||
VERSION="12.09.1"
|
||||
HOMEPAGE="http://www.kornelix.com/fotoxx.html"
|
||||
DOWNLOAD="http://www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-12.09.1.tar.gz"
|
||||
MD5SUM="8245aba705b965088e5d4dd75a7e8dea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="exiftool ufraw"
|
||||
|
|
Loading…
Reference in New Issue