mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/fbreader to 0.99.4-3
This commit is contained in:
parent
28418931bc
commit
d8007b6938
1 changed files with 2 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
pkgname=fbreader
|
||||
pkgver=0.99.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="An e-book reader for Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.fbreader.org/"
|
||||
license=('GPL')
|
||||
depends=('fribidi' 'bzip2' 'curl' 'qt4' 'liblinebreak' 'sqlite')
|
||||
depends=('fribidi' 'bzip2' 'curl' 'qt4' 'libunibreak' 'sqlite')
|
||||
makedepends=('ccache')
|
||||
source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz
|
||||
arm.patch)
|
||||
|
@ -25,7 +25,6 @@ build() {
|
|||
export TARGET_STATUS=release
|
||||
cd $srcdir/fbreader-$pkgver
|
||||
patch -p1 -i ../arm.patch
|
||||
sed -i 's|-lunibreak|-llinebreak|g' makefiles/config.mk zlibrary/text/Makefile
|
||||
make ZLSHARED=no MOC=/usr/bin/moc-qt4
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue