Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] Seafile client: update to 7.0.2
Date: Tue, 03 Sep 2019 04:32:00 +0200	[thread overview]
Message-ID: <20190903023200.wNdlvh5IRyMVW2p8fBHKIOZw_q50yRp9JKMUhPR9RlU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13803@inbox.vuxu.org>

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

There is an updated pull request by yopito against master on the void-packages repository

https://github.com/yopito/void-packages seafile-7.0.2
https://github.com/void-linux/void-packages/pull/13803

[WIP] Seafile client: update to 7.0.2


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

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

From 6989e37a62f71bbd1cada2249391c177b44a659a Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 27 Aug 2019 21:40:12 +0200
Subject: [PATCH 1/2] seafile-libclient: update to 7.0.2

---
 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 fa9cd7b7d3f..5b3b1a038e0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -1,7 +1,7 @@
 # Template file for 'seafile-libclient'
 pkgname=seafile-libclient
-version=6.2.11
-revision=2
+version=7.0.2
+revision=1
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -14,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX
 homepage="https://github.com/haiwen/seafile"
 distfiles="${homepage}/archive/v${version}.tar.gz>${_distname}-${version}.tar.gz"
-checksum=58c751d0d5f7afa674718a08ed828e9f94d00173d721018bbf61dd6b032f5a57
+checksum=b6041d96fd04a6ef05f7cacbaffcbdde96a63b8ec4f824d7dbd741eae83d9389
 
 pre_configure() {
 	./autogen.sh

From b3404b38147754c2c332e5df907ac907bf484d62 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Thu, 29 Aug 2019 19:07:41 +0200
Subject: [PATCH 2/2] seafile-client-qt: update to 7.0.2

---
 srcpkgs/seafile-client-qt/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template
index 4ad0c0b0795..573a81460fa 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=6.2.11
+version=7.0.2
 revision=1
 _sourcename="seafile-client"
 wrksrc="${_sourcename}-${version}"
@@ -14,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="Apache-2.0"
 homepage="https://github.com/haiwen/${_sourcename}"
 distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=a862b3bf6dda9bd6d73270643dac9dad21296cc0bcd7aefa200b778c7675bb12
+checksum=338cc25dcb7307ac22c4dafc3d3434011368892752869ce6b7d281b991a6fca1
 
 build_options="shibboleth"
 desc_option_shibboleth="Build with Shibboleth support"
@@ -25,9 +25,8 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 case "$XBPS_TARGET_MACHINE" in
-	*-musl)	# Add musl-fts implementation
-		makedepends+=" musl-fts-devel"
-		;;
+	*-musl)	# need fts implementation
+		makedepends+=" musl-fts-devel" ;;
 esac
 
 if [ "$CROSS_BUILD" ]; then

  parent reply	other threads:[~2019-09-03  2:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13803@inbox.vuxu.org>
2019-09-03  2:32 ` voidlinux-github
2019-09-03  2:32 ` voidlinux-github [this message]
2019-10-02 19:53 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190903023200.wNdlvh5IRyMVW2p8fBHKIOZw_q50yRp9JKMUhPR9RlU@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).