mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parent
28c25a3052
commit
f1418cb266
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'seafile-client-qt'
|
# Template file for 'seafile-client-qt'
|
||||||
pkgname=seafile-client-qt
|
pkgname=seafile-client-qt
|
||||||
version=6.1.5
|
version=6.1.6
|
||||||
revision=1
|
revision=1
|
||||||
_sourcename="seafile-client"
|
_sourcename="seafile-client"
|
||||||
wrksrc="${_sourcename}-${version}"
|
wrksrc="${_sourcename}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=ON $(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="sqlite-devel jansson-devel ccnet-devel libsearpc-devel
|
||||||
libressl-devel seafile-libclient-devel libevent-devel libuuid-devel
|
libressl-devel seafile-libclient-devel libevent-devel libuuid-devel
|
||||||
|
@ -14,10 +14,10 @@ makedepends="sqlite-devel jansson-devel ccnet-devel libsearpc-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="ASL-2"
|
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=a86bf72cc10915d8f7eeefb6da6cecdbc3e77b9140a1ecfe1972a375539aa126
|
checksum=15a5143e1ac852983b1fc5fea50ba7a829ace74f217c8898d95db8fd19d4c92c
|
||||||
|
|
||||||
build_options="shibboleth"
|
build_options="shibboleth"
|
||||||
desc_option_shibboleth="Build with Shibboleth support"
|
desc_option_shibboleth="Build with Shibboleth support"
|
||||||
|
@ -45,5 +45,5 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc "README.md"
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue