From c86b95515a424601cf61ff5a417b803ac7b1e88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Wed, 12 May 2010 17:44:41 +0200 Subject: office/fbreader: Updated for version 0.10.7 --- office/fbreader/README | 2 +- office/fbreader/fbreader.SlackBuild | 10 ++++++---- office/fbreader/fbreader.info | 12 ++++++------ 3 files changed, 13 insertions(+), 11 deletions(-) (limited to 'office/fbreader') diff --git a/office/fbreader/README b/office/fbreader/README index 8188c15eb7..b18c145f7b 100644 --- a/office/fbreader/README +++ b/office/fbreader/README @@ -13,7 +13,7 @@ FBReader is e-book reader for Linux PDAs and desktop. - Embedded images support. - Footnotes/hyperlinks support. -Requires liblinebreak (build time dependency) which can be found here at SBo. +Requires liblinebreak which can be found here at SBo. This builds the Qt-based user interface by default; if you prefer to build the GTK interface instead, run the script as follows: diff --git a/office/fbreader/fbreader.SlackBuild b/office/fbreader/fbreader.SlackBuild index 515d2c4c7c..15de09985c 100644 --- a/office/fbreader/fbreader.SlackBuild +++ b/office/fbreader/fbreader.SlackBuild @@ -1,10 +1,10 @@ #!/bin/sh # Slackware build script for fbreader -# Written by Audrius Kažukauskas +# Written by Audrius Kažukauskas PRGNAM=fbreader -VERSION=0.8.17 +VERSION=0.10.7 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,8 +62,10 @@ make make install DESTDIR=$PKG ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null ) # Fix .desktop file diff --git a/office/fbreader/fbreader.info b/office/fbreader/fbreader.info index daba4124ed..444608ff14 100644 --- a/office/fbreader/fbreader.info +++ b/office/fbreader/fbreader.info @@ -1,8 +1,8 @@ PRGNAM="fbreader" -VERSION="0.8.17" -HOMEPAGE="http://www.fbreader.org/" -DOWNLOAD="http://www.fbreader.org/fbreader-sources-0.8.17.tgz" -MD5SUM="cde2f1224c51d0adbf970bdb6748eb90" +VERSION="0.10.7" +HOMEPAGE="http://fbreader.org/" +DOWNLOAD="http://fbreader.org/fbreader-sources-0.10.7.tgz" +MD5SUM="145f4d2ba24c54288bad2d66ddd2baf2" MAINTAINER="Audrius Kazukauskas" -EMAIL="neobug@tornado.ktu.lt" -APPROVED="David Somero" \ No newline at end of file +EMAIL="audrius@neutrino.lt" +APPROVED="dsomero" -- cgit v1.2.3