diff mbox series

[meta-gnome] gnome-terminal: Remove recommendation on vte-prompt

Message ID 20231112125734.3852645-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] gnome-terminal: Remove recommendation on vte-prompt | expand

Commit Message

Markus Volk Nov. 12, 2023, 12:57 p.m. UTC
vte9 does not contain a separate package for vte-prompt. Remove the
recommendation to avoid ${libexecdir}/vte-urlencode-cwd being pulled in by
another vte version

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Nov. 13, 2023, 6:33 p.m. UTC | #1
On Sun, 12 Nov 2023 13:57:34 +0100, Markus Volk wrote:
> vte9 does not contain a separate package for vte-prompt. Remove the
> recommendation to avoid ${libexecdir}/vte-urlencode-cwd being pulled in by
> another vte version
> 
> 

Applied, thanks!

[1/1] gnome-terminal: Remove recommendation on vte-prompt
      commit: f3d3bc7620427dc1d47daab52a81593509cf2737

Best regards,
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
index f3eb0c6cc..069a95f20 100644
--- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
@@ -34,4 +34,4 @@  FILES:${PN} += " \
     ${systemd_user_unitdir} \
 "
 
-RRECOMMENDS:${PN} += "vte-prompt gsettings-desktop-schemas"
+RRECOMMENDS:${PN} += "gsettings-desktop-schemas"