Github messages for voidlinux
 help / color / mirror / Atom feed
From: yopito <yopito@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Seafile client: update to 7.0.9
Date: Sat, 08 Aug 2020 11:49:02 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24137@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by yopito against master on the void-packages repository

https://github.com/yopito/void-packages seafile.709
https://github.com/void-linux/void-packages/pull/24137

Seafile client: update to 7.0.9


A patch file from https://github.com/void-linux/void-packages/pull/24137.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-seafile.709-24137.patch --]
[-- Type: text/x-diff, Size: 4095 bytes --]

From 3d640e2f507462005e981fecad83c5c0982cee6e Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
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 <pierre.bourgin@free.fr>"
 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 <pierre.bourgin@free.fr>
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 <pierre.bourgin@free.fr>"
 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"

             reply	other threads:[~2020-08-08  9:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-08  9:49 yopito [this message]
2020-08-08 21:14 ` [PR PATCH] [Merged]: " jnbr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24137@inbox.vuxu.org \
    --to=yopito@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).