blob: 42c53471bbe8c5bcbe4d15a9d6befc7f6528bcf2 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "GHex - a hex editor for GNOME"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5
6DEPENDS = " \
7 desktop-file-utils-native \
8 glib-2.0-native \
9 gtk4 \
10 libadwaita \
11"
12
13GIR_MESON_ENABLE_FLAG = 'enabled'
14GIR_MESON_DISABLE_FLAG = 'disabled'
15
16inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen
17
18SRC_URI += "file://0001-gtkhex-Local-variables-in-switch-statement-should-be.patch"
19SRC_URI[archive.sha256sum] = "05cecc4561ca40b257c5db31da9f68d696133efc0ae427ed82fb985a986e840e"
20
21FILES:${PN} += "${libdir} ${datadir}/metainfo"