mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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
3 changed files with 8 additions and 23 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for fotoxx
|
# Slackware build script for fotoxx
|
||||||
|
|
||||||
# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA
|
# Copyright 2010-2012 Robby Workman, Northport, Alabama, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=fotoxx
|
PRGNAM=fotoxx
|
||||||
VERSION=11.03.1
|
VERSION=${VERSION:-12.09.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -73,19 +73,14 @@ find . \
|
||||||
printf "#!/bin/sh\n/bin/true\n" > dependencies.sh
|
printf "#!/bin/sh\n/bin/true\n" > dependencies.sh
|
||||||
|
|
||||||
# Install the "normal" stuff and manual page
|
# Install the "normal" stuff and manual page
|
||||||
make install manpage \
|
make install \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS -Wno-deprecated-declarations" \
|
||||||
LDFLAGS="$SLKCFLAGS -Wall -rdynamic" \
|
LDFLAGS="$SLKCFLAGS -Wall -rdynamic" \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
DOCDIR=/usr/doc/$PRGNAM-$VERSION \
|
DOCDIR=/usr/doc/$PRGNAM-$VERSION \
|
||||||
MANDIR=/usr/man/man1 \
|
MANDIR=/usr/man/man1 \
|
||||||
DESTDIR=$PKG
|
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 \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| 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"
|
PRGNAM="fotoxx"
|
||||||
VERSION="11.03.1"
|
VERSION="12.09.1"
|
||||||
HOMEPAGE="http://kornelix.squarespace.com/fotoxx/"
|
HOMEPAGE="http://www.kornelix.com/fotoxx.html"
|
||||||
DOWNLOAD="http://kornelix.squarespace.com/storage/downloads/fotoxx-11.03.1.tar.gz"
|
DOWNLOAD="http://www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-12.09.1.tar.gz"
|
||||||
MD5SUM="a65e55baa34206423ddc11db3143d773"
|
MD5SUM="8245aba705b965088e5d4dd75a7e8dea"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="exiftool ufraw"
|
REQUIRES="exiftool ufraw"
|
||||||
|
|
Loading…
Reference in a new issue