mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
seafile-client-qt: update to 7.0.7, improve update detection
This commit is contained in:
parent
0cbb64a16c
commit
ba776f6069
2 changed files with 8 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'seafile-client-qt'
|
# Template file for 'seafile-client-qt'
|
||||||
pkgname=seafile-client-qt
|
pkgname=seafile-client-qt
|
||||||
version=7.0.6
|
version=7.0.7
|
||||||
revision=1
|
revision=1
|
||||||
_sourcename="seafile-client"
|
_sourcename="seafile-client"
|
||||||
wrksrc="${_sourcename}-${version}"
|
wrksrc="${_sourcename}-${version}"
|
||||||
|
@ -8,21 +8,17 @@ build_style=cmake
|
||||||
configure_args="$(vopt_if shibboleth -DBUILD_SHIBBOLETH_SUPPORT=ON)"
|
configure_args="$(vopt_if shibboleth -DBUILD_SHIBBOLETH_SUPPORT=ON)"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="qt5-tools-devel seafile-libclient-devel sqlite-devel libevent-devel
|
makedepends="qt5-tools-devel seafile-libclient-devel sqlite-devel libevent-devel
|
||||||
$(vopt_if shibboleth 'qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel')"
|
$(vopt_if shibboleth 'qt5-webkit-devel')"
|
||||||
short_desc="Cloud storage system - Qt graphical client"
|
short_desc="Cloud storage system - Qt graphical client"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://seafile.com"
|
homepage="https://seafile.com"
|
||||||
distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz"
|
distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz"
|
||||||
checksum=95bba5a904c47e189e57b44f646b5be34965902f7fdebb84a8beeb78d3df922f
|
checksum=49a97a1e7c55ff29237ff5b700cde8035b56a56c9176d7d7fc426357f4abab78
|
||||||
|
|
||||||
build_options="shibboleth"
|
build_options="shibboleth"
|
||||||
desc_option_shibboleth="Build with Shibboleth support"
|
desc_option_shibboleth="Build with Shibboleth support"
|
||||||
|
build_options_default="shibboleth"
|
||||||
# no arm by default (webengine does not crosscompile from 64-bit to 32-bit)
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
x86_64*|i686*|ppc64le*|aarch64*) build_options_default="shibboleth" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) # need fts implementation
|
*-musl) # need fts implementation
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# upstream may retag source until official announcement.
|
# upstream sometimes retag source until official announcement.
|
||||||
# rely on windows client update channel to detect new versions
|
# rely on windows client availabiliy to detect new version.
|
||||||
site=https://www.seafile.com/api/client-updates/seafile-client-windows/appcast.xml
|
site=https://download.seadrive.org/
|
||||||
pattern='<title>Version \K[\d.]+(?=</title>)'
|
pattern='<Key>seafile-\K[\d.]+(?=-en.msi</Key>)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue