summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/zenity/zenity_4.0.0.bb
diff options
context:
space:
mode:
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.bb25
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 @@
1SUMMARY = "Display dialog boxes from the command line and shell scripts"
2SECTION = "x11/gnome"
3LICENSE = "LGPL-2.1-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6inherit gnomebase pkgconfig itstool gtk-icon-cache features_check gettext
7
8DEPENDS = " \
9 desktop-file-utils-native \
10 help2man-native \
11 hicolor-icon-theme \
12 gtk4 \
13 gtk4-native \
14 libadwaita \
15"
16
17ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
18GTKIC_VERSION = "4"
19
20SRC_URI[archive.sha256sum] = "0b8c8def18dab05cc49bd464b90ca7f945ae52ff5e09242da702a15d94d3e8dd"
21
22PACKAGECONFIG ?= "webkitgtk"
23PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk"
24
25FILES:${PN}-doc = "${datadir}/man ${datadir}/help"