mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
seafile-client-qt: update to 8.0.8
This commit is contained in:
parent
444048fc62
commit
9f697bb556
2 changed files with 7 additions and 7 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=8.0.3
|
version=8.0.8
|
||||||
revision=1
|
revision=1
|
||||||
_sourcename="seafile-client"
|
_sourcename="seafile-client"
|
||||||
wrksrc="${_sourcename}-${version}"
|
wrksrc="${_sourcename}-${version}"
|
||||||
|
@ -14,7 +14,7 @@ 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=37241cddcfd0bbf46c41f346458fd93a27bec9879d3fd461145b24e8aa2405fb
|
checksum=4490128f7f8a1691d43fb9d3152b7a842af3542332b2a43e346f1c62ab2c37bc
|
||||||
|
|
||||||
build_options="shibboleth"
|
build_options="shibboleth"
|
||||||
desc_option_shibboleth="Build with Shibboleth support"
|
desc_option_shibboleth="Build with Shibboleth support"
|
||||||
|
@ -35,7 +35,7 @@ pre_configure() {
|
||||||
# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
|
# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
|
||||||
# "LDFLAGS=-lfts" does not work, its prepends it (useless)
|
# "LDFLAGS=-lfts" does not work, its prepends it (useless)
|
||||||
# XXX prefer patch on CMakeLists.txt ?
|
# XXX prefer patch on CMakeLists.txt ?
|
||||||
sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
|
vsed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# upstream sometimes retag source
|
# upstream sometimes retag source, so rely on windows client availabiliy
|
||||||
# use upstream's Ubuntu focal repo to detect new version.
|
# to detect new version (upstream's deb packages are not always up to date).
|
||||||
site='https://linux-clients.seafile.com/seafile-deb/focal/pool/main/s/seafile-gui/'
|
site=https://download.seadrive.org/
|
||||||
pattern='seafile-gui_\K[\d.]+(?=_amd64.deb)'
|
pattern='<Key>seafile-\K[\d.]+(?=-en.msi</Key>)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue