From 3d640e2f507462005e981fecad83c5c0982cee6e Mon Sep 17 00:00:00 2001 From: yopito Date: Sat, 8 Aug 2020 11:36:42 +0200 Subject: [PATCH 1/2] seafile-libclient: update to 7.0.9 --- srcpkgs/seafile-libclient/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index 46c641fa3ce..4db42506d81 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -1,8 +1,8 @@ # Template file for 'seafile-libclient' # WARNING: upstream sometimes retag source. Wait for official announcement pkgname=seafile-libclient -version=7.0.8 -revision=2 +version=7.0.9 +revision=1 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" build_style=gnu-configure @@ -15,7 +15,7 @@ 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=d33e2b78925bf3bd5e7bfa3c78cff43a4be791bcc5686f86ee3aac245e8de825 +checksum=f127b735e5d4cbd7e692d52eda54113f1a4ca31bd8328fbccf01a5462bbba5e8 pre_configure() { ./autogen.sh From 685b48fb65be479ee6b72b6005e9177c00ce9086 Mon Sep 17 00:00:00 2001 From: yopito Date: Sat, 8 Aug 2020 11:39:02 +0200 Subject: [PATCH 2/2] seafile-client-qt: update to 7.0.9 --- .../patches/qt5-webkit-support.patch | 37 ------------------- srcpkgs/seafile-client-qt/template | 4 +- 2 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 srcpkgs/seafile-client-qt/patches/qt5-webkit-support.patch diff --git a/srcpkgs/seafile-client-qt/patches/qt5-webkit-support.patch b/srcpkgs/seafile-client-qt/patches/qt5-webkit-support.patch deleted file mode 100644 index 6bcfffe54b1..00000000000 --- a/srcpkgs/seafile-client-qt/patches/qt5-webkit-support.patch +++ /dev/null @@ -1,37 +0,0 @@ -source: upstream commit -https://github.com/haiwen/seafile-client/commit/552fb023163db9554eeaa5063bc38a86b01e4e22 - -From 552fb023163db9554eeaa5063bc38a86b01e4e22 Mon Sep 17 00:00:00 2001 -From: sun20121818 <1184550842@qq.com> -Date: Wed, 3 Jun 2020 11:40:56 +0800 -Subject: [PATCH] support choose qtwebkit or qtwebengine (#1300) - ---- - CMakeLists.txt | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4a3e5709..a7735112 100644 ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -43,6 +43,8 @@ OPTION(BUILD_SHIBBOLETH_SUPPORT "Build Shibboleth support" OFF) - - option(BUILD_ENABLE_WARNINGS "Enable compiler warnings." ON) - -+option(USE_QT_WEBKIT "Build use QT webkit" OFF) -+ - option(BUILD_SPARKLE_SUPPORT "Build Sparkle support" OFF) - IF (BUILD_SPARKLE_SUPPORT) - ADD_DEFINITIONS(-DHAVE_SPARKLE_SUPPORT) -@@ -164,7 +166,7 @@ EXECUTE_PROCESS(COMMAND - OUTPUT_VARIABLE DETECTED_QT_VERSION - OUTPUT_STRIP_TRAILING_WHITESPACE) - MESSAGE("qt5 version: ${DETECTED_QT_VERSION}") --IF(WIN32 OR DETECTED_QT_VERSION VERSION_LESS 5.6.0) -+IF(USE_QT_WEBKIT) - ADD_DEFINITIONS(-DSEAFILE_USE_WEBKIT) - SET(WEBKIT_NAME "WebKit") - SET(WEBKIT_WIDGETS_NAME "WebKitWidgets") --- -2.27.0 - diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index 8306c76fcf2..e4867042d59 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=7.0.8 +version=7.0.9 revision=1 _sourcename="seafile-client" wrksrc="${_sourcename}-${version}" @@ -14,7 +14,7 @@ maintainer="yopito " license="Apache-2.0" homepage="https://seafile.com" distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz" -checksum=9c737acc7d6e92e36625156346b866c2e90fa5900828fc77a28ed4f622629bae +checksum=200b258339cafcaf809f85d88cc53ff15b265673d74f3777c86809e26bf49738 build_options="shibboleth" desc_option_shibboleth="Build with Shibboleth support"