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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5DCE15ACFD for ; Sat, 6 May 2023 00:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A610EE09CE; Sat, 6 May 2023 00:40:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72389E095C for ; Sat, 6 May 2023 00:40:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBD7A34126B for ; Sat, 6 May 2023 00:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5265A8AC for ; Sat, 6 May 2023 00:40:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1683333577.f5702821a11671c463d2cc98671e1773619bd292.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/transmission-4.0.3-r1.ebuild net-p2p/transmission/transmission-9999.ebuild X-VCS-Directories: net-p2p/transmission/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f5702821a11671c463d2cc98671e1773619bd292 X-VCS-Branch: master Date: Sat, 6 May 2023 00:40:30 +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: 251d4693-8f8f-4308-9415-4b08093d905c X-Archives-Hash: 08b040116765c39ceac4e114bcb7d231 commit: f5702821a11671c463d2cc98671e1773619bd292 Author: Matt Turner gentoo org> AuthorDate: Fri May 5 18:53:40 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat May 6 00:39:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5702821 net-p2p/transmission: Switch from GTK3 to GTK4 Closes: https://bugs.gentoo.org/900885 Closes: https://github.com/gentoo/gentoo/pull/30882 Signed-off-by: Matt Turner gentoo.org> .../{transmission-9999.ebuild => transmission-4.0.3-r1.ebuild} | 6 +++--- net-p2p/transmission/transmission-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-4.0.3-r1.ebuild similarity index 97% copy from net-p2p/transmission/transmission-9999.ebuild copy to net-p2p/transmission/transmission-4.0.3-r1.ebuild index c75d92d0e1a1..e7bdf0c597cc 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-4.0.3-r1.ebuild @@ -51,8 +51,8 @@ COMMON_DEPEND=" sys-libs/zlib:= nls? ( virtual/libintl ) gtk? ( - >=dev-cpp/gtkmm-3.24.0:3.0 - >=dev-cpp/glibmm-2.60.0:2 + >=dev-cpp/gtkmm-3.24.0:4.0 + >=dev-cpp/glibmm-2.60.0:2.68 appindicator? ( dev-libs/libayatana-appindicator ) ) qt5? ( @@ -89,7 +89,7 @@ src_configure() { -DRUN_CLANG_TIDY=OFF - -DUSE_GTK_VERSION=3 + -DUSE_GTK_VERSION=4 -DUSE_SYSTEM_EVENT2=ON -DUSE_SYSTEM_DEFLATE=OFF -DUSE_SYSTEM_DHT=OFF diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index c75d92d0e1a1..e7bdf0c597cc 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-9999.ebuild @@ -51,8 +51,8 @@ COMMON_DEPEND=" sys-libs/zlib:= nls? ( virtual/libintl ) gtk? ( - >=dev-cpp/gtkmm-3.24.0:3.0 - >=dev-cpp/glibmm-2.60.0:2 + >=dev-cpp/gtkmm-3.24.0:4.0 + >=dev-cpp/glibmm-2.60.0:2.68 appindicator? ( dev-libs/libayatana-appindicator ) ) qt5? ( @@ -89,7 +89,7 @@ src_configure() { -DRUN_CLANG_TIDY=OFF - -DUSE_GTK_VERSION=3 + -DUSE_GTK_VERSION=4 -DUSE_SYSTEM_EVENT2=ON -DUSE_SYSTEM_DEFLATE=OFF -DUSE_SYSTEM_DHT=OFF