biblioteq: update to 2019.03.15.
This commit is contained in:
parent
0c50526d3a
commit
64a55d4193
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'biblioteq'
|
||||
pkgname=biblioteq
|
||||
version=2018.12.12
|
||||
version=2019.03.15
|
||||
revision=1
|
||||
build_style=qmake
|
||||
configure_args="-o Makefile"
|
||||
conf_files="/etc/biblioteq.conf"
|
||||
makedepends="libpqxx-devel qt5-devel poppler-cpp-devel poppler-qt5-devel
|
||||
sqlite-devel yaz-devel"
|
||||
depends="qt5-plugin-sqlite"
|
||||
|
@ -13,14 +12,16 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://textbrowser.github.io/biblioteq/"
|
||||
distfiles="https://github.com/textbrowser/biblioteq/archive/${version}.tar.gz"
|
||||
checksum=27bdf450233ff6de20df063eee48093aa4a6e8fdad73e24ac2a7176996a582fe
|
||||
checksum=d574c9e55f6d2c370953c1a7fb2ffddab35de32b407b315391d2b42df65b352a
|
||||
|
||||
conf_files="/etc/biblioteq.conf"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) configure_args+=" biblioteq.arm.pro" ;;
|
||||
*) configure_args+=" biblioteq.pro" ;;
|
||||
esac
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-devel poppler-cpp-devel"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue