summaryrefslogtreecommitdiffstats
path: root/office/fbreader
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2010-05-12 17:44:41 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:44:41 +0200
commitc86b95515a424601cf61ff5a417b803ac7b1e88e (patch)
tree788ac6d42567ed407174b13e6d87f1f8802ead3b /office/fbreader
parent5199c251e8d22a133341a3a95d7cc46336b274a6 (diff)
downloadslackbuilds-c86b95515a424601cf61ff5a417b803ac7b1e88e.tar.gz
slackbuilds-c86b95515a424601cf61ff5a417b803ac7b1e88e.tar.xz
office/fbreader: Updated for version 0.10.7
Diffstat (limited to 'office/fbreader')
-rw-r--r--office/fbreader/README2
-rw-r--r--office/fbreader/fbreader.SlackBuild10
-rw-r--r--office/fbreader/fbreader.info12
3 files changed, 13 insertions, 11 deletions
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 <neobug@tornado.ktu.lt>
+# Written by Audrius Kažukauskas <audrius@neutrino.lt>
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"