qpdfview: needs qt-plugin-sqlite at runtime (noticed by @chneukirchen).

This commit is contained in:
Juan RP 2015-02-10 12:08:10 +01:00
parent 1b9bb4c04d
commit c9f3010aab
1 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'qpdfview'
pkgname=qpdfview
version=0.4.13
revision=1
revision=2
hostmakedepends="pkg-config qt-qmake"
makedepends="qt-devel poppler-qt4-devel libspectre-devel djvulibre-devel file-devel cups-devel"
depends="desktop-file-utils hicolor-icon-theme"
depends="desktop-file-utils hicolor-icon-theme qt-plugin-sqlite"
short_desc="A tabbed document viewer using Qt and the poppler library"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://launchpad.net/qpdfview"
@ -16,11 +16,9 @@ do_configure() {
lrelease ${pkgname}.pro
qmake QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_LFLAGS="${LDFLAGS}" QMAKE_STRIP="" ${pkgname}.pro
}
do_build() {
make ${makejobs}
}
do_install() {
make INSTALL_ROOT=${DESTDIR} install
}