mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
gnome-terminal, toscoterm, vala-terminal, xfce4-terminal: use vte9
geany-plugins seems to compile fine with new vte: that recipe was not modified. gnome-terminal and vala-terminal are currently blacklisted for other reasons. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
ce379427c7
commit
1cb7275961
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "A very small and simple terminal emulator"
|
||||
SECTION = "x11/applications"
|
||||
DEPENDS = "vte"
|
||||
DEPENDS = "vte9"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://main.c;start_line=5;end_line=16;md5=9ae4bf20caf291afa94530026bd15229"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "A lightweight Terminal Emulator based on libvte, written in Vala"
|
||||
SECTION = "x11/applications"
|
||||
DEPENDS = "vte intltool-native"
|
||||
DEPENDS = "vte9 intltool-native"
|
||||
SRCREV = "0fefa38087581f85fa0631b40500b9428369c146"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
Reference in New Issue
Block a user