mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
36 lines
873 B
BlitzBasic
36 lines
873 B
BlitzBasic
SUMMARY = "Gnome system monitor"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = " \
|
|
gnome-common-native \
|
|
libxml2-native \
|
|
glib-2.0-native \
|
|
gtkmm3 \
|
|
libgtop \
|
|
librsvg \
|
|
polkit \
|
|
libhandy \
|
|
"
|
|
|
|
|
|
inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext
|
|
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
REQUIRED_DISTRO_FEATURES = "polkit"
|
|
|
|
def gnome_verdir(v):
|
|
return oe.utils.trim_version(v, 1)
|
|
|
|
SRC_URI[archive.sha256sum] = "43f6b7805c74532490edb8822ebdf8b3cf2c5ef842a51252a14c34715f5d49b4"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
|
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
|
|
|
|
RRECOMMENDS:${PN} = "adwaita-icon-theme"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/metainfo \
|
|
"
|