diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-08-09 11:25:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-08-09 11:53:19 +0200 |
commit | 42763311b883a2d5b76bf4892dd223909e4333ad (patch) | |
tree | 60e248fcd2eb7c397d5970c850e26d481089847d /gui-libs | |
parent | x11-libs/vte: update SRC_URI (diff) | |
download | gentoo-42763311b883a2d5b76bf4892dd223909e4333ad.tar.gz gentoo-42763311b883a2d5b76bf4892dd223909e4333ad.tar.bz2 gentoo-42763311b883a2d5b76bf4892dd223909e4333ad.zip |
gui-libs/vte: update SRC_URI
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/vte/vte-0.76.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gui-libs/vte/vte-0.76.3.ebuild b/gui-libs/vte/vte-0.76.3.ebuild index f9f2bd5dbda3..1d0866faf17d 100644 --- a/gui-libs/vte/vte-0.76.3.ebuild +++ b/gui-libs/vte/vte-0.76.3.ebuild @@ -9,7 +9,11 @@ inherit gnome.org meson python-any-r1 vala xdg DESCRIPTION="Library providing a virtual terminal emulator widget" HOMEPAGE="https://gitlab.gnome.org/GNOME/vte/" -SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~pacho/distfiles/${P}-command-notify.patch.xz https://dev.gentoo.org/~pacho/distfiles/${P}-a11y-implement-GtkAccessibleText.patch.xz )" +SRC_URI="${SRC_URI} + !vanilla? ( + https://dev.gentoo.org/~pacho/${PN}/${P}-command-notify.patch.xz + https://dev.gentoo.org/~pacho/${PN}/${P}-a11y-implement-GtkAccessibleText.patch.xz ) +" # 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-gtk4" # vte_api_version + "-gtk4" in meson.build |