Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Fri, 27 Aug 2021 12:51:51
Message-Id: 1630068472.01e1305ead7abcd996a31afa70ddd79c3e096cca.leio@gentoo
1 commit: 01e1305ead7abcd996a31afa70ddd79c3e096cca
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 06:17:17 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 12:47:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e1305e
7
8 x11-libs/vte: raise gtk+ dep slightly
9
10 There's build-optional code depending on 3.24.22 (better theme
11 color support), so raise the minimum for correctness.
12
13 Also add a future note about license, as there's a COPYING.xterm
14 in there now for copied code for SIXEL support, but that code
15 was dropped for 0.64 stable release as not yet ready enough, but
16 the COPYING file had remained. Perhaps it'll help with the
17 license information correctness once we bump to a future release
18 that include the code, if we notice this.
19
20 Package-Manager: Portage-3.0.20, Repoman-3.0.2
21 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
22
23 x11-libs/vte/vte-0.64.2.ebuild | 3 ++-
24 1 file changed, 2 insertions(+), 1 deletion(-)
25
26 diff --git a/x11-libs/vte/vte-0.64.2.ebuild b/x11-libs/vte/vte-0.64.2.ebuild
27 index f41c77ca513..21873ac96c9 100644
28 --- a/x11-libs/vte/vte-0.64.2.ebuild
29 +++ b/x11-libs/vte/vte-0.64.2.ebuild
30 @@ -11,6 +11,7 @@ inherit gnome.org meson python-any-r1 vala xdg
31 DESCRIPTION="Library providing a virtual terminal emulator widget"
32 HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
33
34 +# Once SIXEL support ships (0.66 or later), might need xterm license (but code might be considered upgraded to LGPL-3+)
35 LICENSE="LGPL-3+ GPL-3+"
36 SLOT="2.91"
37 IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
38 @@ -22,7 +23,7 @@ SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2"
39 SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~mattst88/distfiles/${PN}-0.64.1-command-notify.patch.xz )"
40
41 RDEPEND="
42 - >=x11-libs/gtk+-3.24.14:3[introspection?]
43 + >=x11-libs/gtk+-3.24.22:3[introspection?]
44 >=dev-libs/fribidi-1.0.0
45 >=dev-libs/glib-2.52:2
46 crypt? ( >=net-libs/gnutls-3.2.7:0= )