citadel/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.30.2.bb

26 lines
882 B
BlitzBasic

SUMMARY = "GNOME terminal emulator"
HOMEPAGE = "https://wiki.gnome.org/Apps/Terminal"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
DEPENDS = "intltool-native dconf gconf glib-2.0 util-linux gsettings-desktop-schemas glib-2.0-native vte libpcre gtk+3 vala-native libxml2-native desktop-file-utils-native yelp-tools-native"
# python3native is needed to run itstool during build
inherit gettext gnome python3native
SRC_URI[archive.md5sum] = "debc2a025675312ad5ae33232f02c027"
SRC_URI[archive.sha256sum] = "6b1fc2720e3bfc592645d41e38d0d3a0f2bdf5ef7bce490b2d5c8ba39f395e38"
EXTRA_OECONF = "--disable-search-provider --without-nautilus-extension"
FILES_${PN} += "\
${systemd_user_unitdir} \
${datadir}/dbus-1/services \
${datadir}/glib-2.0/schemas \
${datadir}/metainfo \
"
FILES_${PN}-doc += "\
${datadir}/help \
"