summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2021-08-27 09:17:17 +0300
committerMart Raudsepp <leio@gentoo.org>2021-08-27 15:47:52 +0300
commit01e1305ead7abcd996a31afa70ddd79c3e096cca (patch)
tree7daefd660a17697ab2ea7ebb7fa2943479e949e2 /x11-libs/vte
parentnet-dialup/ppp: Revbump to implement systemd notification (diff)
downloadgentoo-01e1305ead7abcd996a31afa70ddd79c3e096cca.tar.gz
gentoo-01e1305ead7abcd996a31afa70ddd79c3e096cca.tar.bz2
gentoo-01e1305ead7abcd996a31afa70ddd79c3e096cca.zip
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 <leio@gentoo.org>
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/vte-0.64.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.64.2.ebuild b/x11-libs/vte/vte-0.64.2.ebuild
index f41c77ca5132..21873ac96c91 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= )