1
0
forked from brl/citadel
citadel/meta-gnome/recipes-gnome/zenity/zenity_3.30.0.bb

17 lines
595 B
BlitzBasic
Raw Normal View History

2018-01-18 18:19:47 -05:00
SUMMARY = "GNOME port of Dialog to display dialog boxes from shell scripts"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
inherit gnome perlnative gettext
2019-01-15 12:02:49 -05:00
SRC_URI[archive.md5sum] = "b2180f4ef4fcb2ee90da8c65bd5241af"
SRC_URI[archive.sha256sum] = "995ef696616492c40be6da99919851d41faed6643a97c9d24743b46bc8b537f2"
2018-01-18 18:19:47 -05:00
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"