blob: a151f3ca4c3514aabd680497ef80773dcd729021 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "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
Patrick Williams8e7b46e2023-05-01 14:19:06 -05006inherit gnomebase pkgconfig itstool gtk-icon-cache features_check gettext
Andrew Geissler595f6302022-01-24 19:11:47 +00007
8DEPENDS = " \
Patrick Williams8e7b46e2023-05-01 14:19:06 -05009 desktop-file-utils-native \
Patrick Williams169d7bc2024-01-05 11:33:25 -060010 help2man-native \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050011 hicolor-icon-theme \
Patrick Williams169d7bc2024-01-05 11:33:25 -060012 gtk4 \
13 gtk4-native \
14 libadwaita \
Andrew Geissler595f6302022-01-24 19:11:47 +000015"
16
Andrew Geissler78b72792022-06-14 06:47:25 -050017ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
Patrick Williams169d7bc2024-01-05 11:33:25 -060018GTKIC_VERSION = "4"
Andrew Geissler595f6302022-01-24 19:11:47 +000019
Patrick Williams169d7bc2024-01-05 11:33:25 -060020SRC_URI[archive.sha256sum] = "0b8c8def18dab05cc49bd464b90ca7f945ae52ff5e09242da702a15d94d3e8dd"
Andrew Geissler595f6302022-01-24 19:11:47 +000021
Patrick Williams8e7b46e2023-05-01 14:19:06 -050022PACKAGECONFIG ?= "webkitgtk"
Patrick Williams169d7bc2024-01-05 11:33:25 -060023PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk"
Andrew Geissler595f6302022-01-24 19:11:47 +000024
Patrick Williams8e7b46e2023-05-01 14:19:06 -050025FILES:${PN}-doc = "${datadir}/man ${datadir}/help"