citadel/meta-gnome/recipes-gnome/zenity/zenity_3.30.0.bb
Bruce Leidl be34ea65f3 upgrade poky layer to 'kirkstone' release 4.0.1
- removed layers meta-rust and meta-clang
- added new dependencies to Makefile
- changed override syntax across all recipe files
- updated conf files from hardknott to kirkstone
- SRC_URI git URLS fixed to always include branch and protocol
- LICENSE fields updated with new naming convention
- updated citadel-tools dependencies

- upgraded mozjs to mozjs-91

No longer needed because poky includes newer version (or new enough):

- glib-2.0
- libgudev
- xorgproto
- libxfixes
- libinput
- wayland-protocols
- vte
2022-05-28 11:20:07 -04:00

17 lines
631 B
BlitzBasic

SUMMARY = "GNOME port of Dialog to display dialog boxes from shell scripts"
LICENSE = "LGPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
inherit gnomebase gtk-icon-cache gconf mime perlnative gettext
SRC_URI[archive.md5sum] = "b2180f4ef4fcb2ee90da8c65bd5241af"
SRC_URI[archive.sha256sum] = "995ef696616492c40be6da99919851d41faed6643a97c9d24743b46bc8b537f2"
SRC_URI += "file://0001-Don-t-build-help.patch \
file://0002-Don-t-include-gdialog.patch \
"
DEPENDS = "libx11 libnotify glib-2.0 gtk+3 gnome-common autoconf-archive"
EXTRA_OECONF = ""
BBCLASSEXTEND = "native"