mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
seafile-client-qt: update to 6.1.7.
Closes: #13058 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
001a543f7e
commit
c839a7484b
1 changed files with 4 additions and 6 deletions
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'seafile-client-qt'
|
# Template file for 'seafile-client-qt'
|
||||||
pkgname=seafile-client-qt
|
pkgname=seafile-client-qt
|
||||||
version=6.1.6
|
version=6.1.7
|
||||||
revision=1
|
revision=1
|
||||||
_sourcename="seafile-client"
|
_sourcename="seafile-client"
|
||||||
wrksrc="${_sourcename}-${version}"
|
wrksrc="${_sourcename}-${version}"
|
||||||
build_style=cmake
|
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="sqlite-devel jansson-devel ccnet-devel libsearpc-devel
|
makedepends="ccnet-devel qt5-tools-devel seafile-libclient-devel
|
||||||
libressl-devel seafile-libclient-devel libevent-devel libuuid-devel
|
$(vopt_if shibboleth 'qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-devel')"
|
||||||
qt5-devel qt5-tools-devel desktop-file-utils
|
|
||||||
$(vopt_if shibboleth 'qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-location-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://github.com/haiwen/${_sourcename}"
|
homepage="https://github.com/haiwen/${_sourcename}"
|
||||||
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=15a5143e1ac852983b1fc5fea50ba7a829ace74f217c8898d95db8fd19d4c92c
|
checksum=25dfcce4a1f1ad5bc72d551b9209c1d40bec6b92459d1d530e0829ce1b08a14d
|
||||||
|
|
||||||
build_options="shibboleth"
|
build_options="shibboleth"
|
||||||
desc_option_shibboleth="Build with Shibboleth support"
|
desc_option_shibboleth="Build with Shibboleth support"
|
||||||
|
|
Loading…
Add table
Reference in a new issue