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 CBEF11580B9 for ; Fri, 27 Aug 2021 12:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB92E086D; Fri, 27 Aug 2021 12:51:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EE29FE086D for ; Fri, 27 Aug 2021 12:51:50 +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 BC62E342C53 for ; Fri, 27 Aug 2021 12:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D54D129 for ; Fri, 27 Aug 2021 12:51:47 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1630068472.01e1305ead7abcd996a31afa70ddd79c3e096cca.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/vte/vte-0.64.2.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 01e1305ead7abcd996a31afa70ddd79c3e096cca X-VCS-Branch: master Date: Fri, 27 Aug 2021 12:51:47 +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: ae246ce7-1ff6-497e-aade-f7441ac6fc8c X-Archives-Hash: 387147d30f6a1e4157d1df838e17b383 commit: 01e1305ead7abcd996a31afa70ddd79c3e096cca Author: Mart Raudsepp gentoo org> AuthorDate: Fri Aug 27 06:17:17 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Aug 27 12:47:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e1305e x11-libs/vte: raise gtk+ dep slightly There's build-optional code depending on 3.24.22 (better theme color support), so raise the minimum for correctness. Also add a future note about license, as there's a COPYING.xterm in there now for copied code for SIXEL support, but that code was dropped for 0.64 stable release as not yet ready enough, but the COPYING file had remained. Perhaps it'll help with the license information correctness once we bump to a future release that include the code, if we notice this. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> x11-libs/vte/vte-0.64.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/vte/vte-0.64.2.ebuild b/x11-libs/vte/vte-0.64.2.ebuild index f41c77ca513..21873ac96c9 100644 --- a/x11-libs/vte/vte-0.64.2.ebuild +++ b/x11-libs/vte/vte-0.64.2.ebuild @@ -11,6 +11,7 @@ inherit gnome.org meson python-any-r1 vala xdg DESCRIPTION="Library providing a virtual terminal emulator widget" HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" +# Once SIXEL support ships (0.66 or later), might need xterm license (but code might be considered upgraded to LGPL-3+) LICENSE="LGPL-3+ GPL-3+" SLOT="2.91" IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla" @@ -22,7 +23,7 @@ SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2" SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~mattst88/distfiles/${PN}-0.64.1-command-notify.patch.xz )" RDEPEND=" - >=x11-libs/gtk+-3.24.14:3[introspection?] + >=x11-libs/gtk+-3.24.22:3[introspection?] >=dev-libs/fribidi-1.0.0 >=dev-libs/glib-2.52:2 crypt? ( >=net-libs/gnutls-3.2.7:0= )