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 B6CA01382C5 for ; Tue, 30 Mar 2021 13:15:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0353E0A81; Tue, 30 Mar 2021 13:15:10 +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 D8144E0A81 for ; Tue, 30 Mar 2021 13:15:10 +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 CD6E133BEF1 for ; Tue, 30 Mar 2021 13:15:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29BDA5B8 for ; Tue, 30 Mar 2021 13:15:08 +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: <1617109996.3e25556d3cba9a086f7e6b65e57313da750ba6a3.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-8.0.1-glib-2.68.0.patch net-misc/seafile-client/seafile-client-8.0.1-r1.ebuild net-misc/seafile-client/seafile-client-8.0.1-r2.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: 3e25556d3cba9a086f7e6b65e57313da750ba6a3 X-VCS-Branch: master Date: Tue, 30 Mar 2021 13:15:08 +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: c328f39f-c8f3-40e2-a69e-6a4802f880da X-Archives-Hash: 7865b3295de02487c8d204aab8977f19 commit: 3e25556d3cba9a086f7e6b65e57313da750ba6a3 Author: Quentin Retornaz retornaz com> AuthorDate: Wed Mar 24 23:29:03 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Mar 30 13:13:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e25556d net-misc/seafile-client: fix build with dev-libs/glib-2.68.0 Closes: https://bugs.gentoo.org/777477 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Quentin Retornaz retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/20108 Signed-off-by: Joonas Niilola gentoo.org> .../files/seafile-client-8.0.1-glib-2.68.0.patch | 12 ++++++++++++ ...client-8.0.1-r1.ebuild => seafile-client-8.0.1-r2.ebuild} | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/net-misc/seafile-client/files/seafile-client-8.0.1-glib-2.68.0.patch b/net-misc/seafile-client/files/seafile-client-8.0.1-glib-2.68.0.patch new file mode 100644 index 00000000000..9b2dd42cc92 --- /dev/null +++ b/net-misc/seafile-client/files/seafile-client-8.0.1-glib-2.68.0.patch @@ -0,0 +1,12 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index fbf1d2f..05e8d4d 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -6,6 +6,7 @@ SET(SEAFILE_CLIENT_VERSION_MINOR 0) + SET(SEAFILE_CLIENT_VERSION_PATCH 1) + SET(PROJECT_VERSION "${SEAFILE_CLIENT_VERSION_MAJOR}.${SEAFILE_CLIENT_VERSION_MINOR}.${SEAFILE_CLIENT_VERSION_PATCH}") + ADD_DEFINITIONS(-DSEAFILE_CLIENT_VERSION=${PROJECT_VERSION}) ++ADD_DEFINITIONS(-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26) + INCLUDE(FindPkgConfig) + + ## Build crash repoter on release build as default diff --git a/net-misc/seafile-client/seafile-client-8.0.1-r1.ebuild b/net-misc/seafile-client/seafile-client-8.0.1-r2.ebuild similarity index 96% rename from net-misc/seafile-client/seafile-client-8.0.1-r1.ebuild rename to net-misc/seafile-client/seafile-client-8.0.1-r2.ebuild index b26abb8f449..a36fc7d452e 100644 --- a/net-misc/seafile-client/seafile-client-8.0.1-r1.ebuild +++ b/net-misc/seafile-client/seafile-client-8.0.1-r2.ebuild @@ -16,7 +16,6 @@ IUSE="libressl shibboleth test" RESTRICT="!test? ( test )" RDEPEND="dev-db/sqlite:3 -