parent
6d60975ca5
commit
77ed53b852
@ -1,14 +1,11 @@
|
||||
# Template file for 'seafile-client-qt'
|
||||
pkgname=seafile-client-qt
|
||||
version=6.0.6
|
||||
version=6.0.7
|
||||
revision=1
|
||||
_sourcename="seafile-client"
|
||||
wrksrc="${_sourcename}-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_QT5=ON"
|
||||
|
||||
# nocross since qt unavailable for arm* architecture
|
||||
nocross=yes
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="sqlite-devel jansson-devel ccnet-devel libsearpc-devel
|
||||
libressl-devel seafile-libclient-devel libevent-devel libuuid-devel
|
||||
@ -19,7 +16,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
||||
license="ASL-2"
|
||||
homepage="https://github.com/haiwen/${_sourcename}"
|
||||
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=73f61ba702323724ab40f4ef8ea0f58094585341ecc25dd9ceacfdbc447fd943
|
||||
checksum=3212acab89ec3cee1508dd37826303447b7a738232e455b44ffc1a29d3c48baf
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # Add musl-fts implementation
|
||||
@ -27,6 +24,10 @@ case "$XBPS_TARGET_MACHINE" in
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
Loading…
Reference in New Issue
Block a user