diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/zenity/zenity_4.0.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/zenity/zenity_4.0.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/zenity/zenity_4.0.0.bb b/meta-gnome/recipes-gnome/zenity/zenity_4.0.0.bb new file mode 100644 index 0000000000..a151f3ca4c --- /dev/null +++ b/meta-gnome/recipes-gnome/zenity/zenity_4.0.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Display dialog boxes from the command line and shell scripts" | ||
| 2 | SECTION = "x11/gnome" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 5 | |||
| 6 | inherit gnomebase pkgconfig itstool gtk-icon-cache features_check gettext | ||
| 7 | |||
| 8 | DEPENDS = " \ | ||
| 9 | desktop-file-utils-native \ | ||
| 10 | help2man-native \ | ||
| 11 | hicolor-icon-theme \ | ||
| 12 | gtk4 \ | ||
| 13 | gtk4-native \ | ||
| 14 | libadwaita \ | ||
| 15 | " | ||
| 16 | |||
| 17 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 18 | GTKIC_VERSION = "4" | ||
| 19 | |||
| 20 | SRC_URI[archive.sha256sum] = "0b8c8def18dab05cc49bd464b90ca7f945ae52ff5e09242da702a15d94d3e8dd" | ||
| 21 | |||
| 22 | PACKAGECONFIG ?= "webkitgtk" | ||
| 23 | PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk" | ||
| 24 | |||
| 25 | FILES:${PN}-doc = "${datadir}/man ${datadir}/help" | ||
