diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-06 22:42:13 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-06 22:42:13 -0500 |
commit | 95a42bb00a3f94eb1f8397af88885e7c7060e69e (patch) | |
tree | b1832bca580630c1a632e58c5f8a1c3c516f7716 /graphics/fotoxx | |
parent | 670ec8ed890e32f649bee307dc5d5770bd42d853 (diff) |
graphics/fotoxx: Updated for version 12.09.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/fotoxx')
-rw-r--r-- | graphics/fotoxx/fotoxx.SlackBuild | 13 | ||||
-rw-r--r-- | graphics/fotoxx/fotoxx.desktop | 10 | ||||
-rw-r--r-- | graphics/fotoxx/fotoxx.info | 8 |
3 files changed, 8 insertions, 23 deletions
diff --git a/graphics/fotoxx/fotoxx.SlackBuild b/graphics/fotoxx/fotoxx.SlackBuild index 83f9ea598409..881445630b1f 100644 --- a/graphics/fotoxx/fotoxx.SlackBuild +++ b/graphics/fotoxx/fotoxx.SlackBuild @@ -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 diff --git a/graphics/fotoxx/fotoxx.desktop b/graphics/fotoxx/fotoxx.desktop deleted file mode 100644 index 81f557eec1ac..000000000000 --- a/graphics/fotoxx/fotoxx.desktop +++ /dev/null @@ -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 diff --git a/graphics/fotoxx/fotoxx.info b/graphics/fotoxx/fotoxx.info index eb695deb6840..f0e3c24383eb 100644 --- a/graphics/fotoxx/fotoxx.info +++ b/graphics/fotoxx/fotoxx.info @@ -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" |