office/fbreader: Updated for version 0.10.7

This commit is contained in:
Audrius Kažukauskas 2010-05-12 17:44:41 +02:00 committed by David Somero
parent 5199c251e8
commit c86b95515a
3 changed files with 13 additions and 11 deletions

View file

@ -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:

View file

@ -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

View file

@ -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"
EMAIL="audrius@neutrino.lt"
APPROVED="dsomero"