blob: 50e5eaa79fec9aec134f107258e3100320047ff2 [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 Williams705982a2024-01-12 09:51:57 -060020SRC_URI[archive.sha256sum] = "0c2f537813b10f728470d9d05d6c95713db2512f9c95096e1e85b1a6739605e6"
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"