mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-15 02:27:50 +00:00
gnome-console: Add recipe
gnome-console ist gnomes gtk4 terminal emulator Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
03e10516e8
commit
6408ebb964
26
meta-gnome/recipes-gnome/gnome-console/gnome-console_45.0.bb
Normal file
26
meta-gnome/recipes-gnome/gnome-console/gnome-console_45.0.bb
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
SUMMARY = "GNOME Console"
|
||||||
|
LICENSE = "GPL-3.0-only"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
||||||
|
|
||||||
|
GTKIC_VERSION = "4"
|
||||||
|
inherit gnomebase gsettings pkgconfig gtk-icon-cache
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
desktop-file-utils-native \
|
||||||
|
glib-2.0 \
|
||||||
|
gsettings-desktop-schemas \
|
||||||
|
gtk4 \
|
||||||
|
hicolor-icon-theme \
|
||||||
|
libadwaita \
|
||||||
|
libgtop \
|
||||||
|
pcre2 \
|
||||||
|
vte9 \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI[archive.sha256sum] = "e7462128d2df2324a1d748062c40429cd0504af09e407067b33f3a9d0c59c8e1"
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= ""
|
||||||
|
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
|
||||||
|
PACKAGECONFIG[devel] = "-Ddevel=true,-Ddevel=false"
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}"
|
||||||
Loading…
x
Reference in New Issue
Block a user