From 033a6751b56d5769eaec787be767d011a418c412 Mon Sep 17 00:00:00 2001 From: yopito Date: Tue, 14 Feb 2023 23:16:22 +0100 Subject: [PATCH 1/3] libsearpc: update to 3.3.0.20220902 --- srcpkgs/libsearpc/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template index 569a670502c6..54ed8e415781 100644 --- a/srcpkgs/libsearpc/template +++ b/srcpkgs/libsearpc/template @@ -1,10 +1,10 @@ # Template file for 'libsearpc' # WARNING: upstream sometimes retag source. Wait for official announcement pkgname=libsearpc -# floating tag 3.2-latest -version=3.2.0.20220405 -revision=2 -_gitrev=54145b03f4240222e336a9a2f402e93facefde65 +# floating tag 3.3-latest +version=3.3.0.20220902 +revision=1 +_gitrev=15f6f0b9f451b9ecf99dedab72e9242e54e124eb build_style=gnu-configure configure_args="--with-python3 --disable-static --disable-compile-demo" hostmakedepends="automake libtool pkg-config python3 glib-devel" @@ -14,7 +14,7 @@ maintainer="yopito " license="LGPL-3.0-or-later, Apache-2.0" homepage="https://seafile.com" distfiles="https://github.com/haiwen/libsearpc/archive/${_gitrev}.tar.gz" -checksum=401c736be7bb8c6b116a85bd5af36431046c7dd4b6392d5006f917c7fd1d2132 +checksum=694ab76ea0e3c0616a4c517fc6f264cc35679ed70a843c4e74e0b35b779def8d python_version=3 pre_configure() { From ff2df839bdd87d8e67c03f83384bf77622ba9854 Mon Sep 17 00:00:00 2001 From: yopito Date: Tue, 14 Feb 2023 23:16:33 +0100 Subject: [PATCH 2/3] seafile-libclient: update to 8.0.10 --- srcpkgs/seafile-libclient/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index 9b9d803c427c..b0fc9dff5516 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -1,19 +1,20 @@ # Template file for 'seafile-libclient' pkgname=seafile-libclient -version=8.0.8 -revision=2 +version=8.0.10 +revision=1 _distname="${pkgname/-libclient/}" build_style=gnu-configure configure_args="PYTHON=python3 --disable-static" -hostmakedepends="automake intltool libsearpc-codegen libtool pkg-config vala" +hostmakedepends="automake intltool libsearpc-codegen libtool pkg-config vala + glib-devel" makedepends="libglib-devel libuuid-devel libsearpc-devel sqlite-devel - libevent-devel libcurl-devel" + libevent-devel libcurl-devel libwebsockets-devel" short_desc="Cloud storage system - library" maintainer="yopito " license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX homepage="https://seafile.com" distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz" -checksum=02f8cb53f061d9d85752d476e72fa64835d5bab66d1fbcb240d22bc41428847b +checksum=bcfa6576a272486cf30b7fa2207992b01b071bcc5744f0923a0d924c0257b8a5 pre_configure() { ./autogen.sh From 410d0faa378cc53588384e74e571c92756dfaea0 Mon Sep 17 00:00:00 2001 From: yopito Date: Tue, 14 Feb 2023 23:16:45 +0100 Subject: [PATCH 3/3] seafile-client-qt: update to 8.0.10 --- srcpkgs/seafile-client-qt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index 25a033003744..273c874ac290 100644 --- a/srcpkgs/seafile-client-qt/template +++ b/srcpkgs/seafile-client-qt/template @@ -1,6 +1,6 @@ # Template file for 'seafile-client-qt' pkgname=seafile-client-qt -version=8.0.8 +version=8.0.10 revision=1 _sourcename="seafile-client" build_style=cmake @@ -13,7 +13,7 @@ maintainer="yopito " license="Apache-2.0" homepage="https://seafile.com" distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz" -checksum=4490128f7f8a1691d43fb9d3152b7a842af3542332b2a43e346f1c62ab2c37bc +checksum=9c89c3fb1579b57f47df7ac6a8a1046393929db82982bdd73b5bbfb79ac30e78 build_options="shibboleth" desc_option_shibboleth="Build with Shibboleth support"