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