From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0941F138359 for ; Fri, 16 Oct 2020 04:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40869E0833; Fri, 16 Oct 2020 04:33:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 149C2E0833 for ; Fri, 16 Oct 2020 04:33:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FF8D340DB6 for ; Fri, 16 Oct 2020 04:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC50F2EE for ; Fri, 16 Oct 2020 04:33:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602822766.98c19fb406d6fb1b90be812b0459a6c790ef6b02.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile-client/files/, net-misc/seafile-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch net-misc/seafile-client/seafile-client-7.0.9-r1.ebuild net-misc/seafile-client/seafile-client-7.0.9.ebuild X-VCS-Directories: net-misc/seafile-client/files/ net-misc/seafile-client/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 98c19fb406d6fb1b90be812b0459a6c790ef6b02 X-VCS-Branch: master Date: Fri, 16 Oct 2020 04:33:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a3bbf5d-5219-45ae-8b4b-e098adbbfe9f X-Archives-Hash: a5389cabbda75659662d419f810cf42c commit: 98c19fb406d6fb1b90be812b0459a6c790ef6b02 Author: Quentin Retornaz retornaz com> AuthorDate: Thu Oct 15 15:50:06 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 16 04:32:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c19fb4 net-misc/seafile-client: fix Qt5.15 build Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Quentin Retornaz retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/17938 Signed-off-by: Joonas Niilola gentoo.org> .../files/seafile-client-7.0.9-qt-5.15.patch | 37 ++++++++++++++++++++++ ...7.0.9.ebuild => seafile-client-7.0.9-r1.ebuild} | 17 +++++----- 2 files changed, 46 insertions(+), 8 deletions(-) diff --git a/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch b/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch new file mode 100644 index 00000000000..ef9c2f7449b --- /dev/null +++ b/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch @@ -0,0 +1,37 @@ +https://github.com/haiwen/seafile-client/pull/1297 + +From 86ebea086c6b78738b3140c922c909331d2b9a94 Mon Sep 17 00:00:00 2001 +From: Joffrey +Date: Fri, 29 May 2020 15:59:11 +0000 +Subject: [PATCH] Fix build with Qt5 v5.15.0 + +--- + src/ui/events-list-view.cpp | 1 + + src/ui/private-share-dialog.cpp | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/src/ui/events-list-view.cpp b/src/ui/events-list-view.cpp +index b1d04abb..09536b9e 100644 +--- a/src/ui/events-list-view.cpp ++++ b/src/ui/events-list-view.cpp +@@ -1,4 +1,5 @@ + #include ++#include + #include + #include + #include +diff --git a/src/ui/private-share-dialog.cpp b/src/ui/private-share-dialog.cpp +index 511d476b..284cc043 100644 +--- a/src/ui/private-share-dialog.cpp ++++ b/src/ui/private-share-dialog.cpp +@@ -2,6 +2,7 @@ + #include + #include + #include ++#include + #include + #include + #include +-- +2.26.2 + diff --git a/net-misc/seafile-client/seafile-client-7.0.9.ebuild b/net-misc/seafile-client/seafile-client-7.0.9-r1.ebuild similarity index 79% rename from net-misc/seafile-client/seafile-client-7.0.9.ebuild rename to net-misc/seafile-client/seafile-client-7.0.9-r1.ebuild index 8b0653e774d..649db5f1322 100644 --- a/net-misc/seafile-client/seafile-client-7.0.9.ebuild +++ b/net-misc/seafile-client/seafile-client-7.0.9-r1.ebuild @@ -18,23 +18,24 @@ RESTRICT="!test? ( test )" RDEPEND="dev-db/sqlite:3 dev-libs/libevent dev-libs/jansson -