diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/ghex/ghex_46.3.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/ghex/ghex_46.3.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/ghex/ghex_46.3.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.3.bb new file mode 100644 index 0000000000..0185090beb --- /dev/null +++ b/meta-gnome/recipes-gnome/ghex/ghex_46.3.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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 | itstool-native \ | ||
| 11 | libadwaita \ | ||
| 12 | " | ||
| 13 | |||
| 14 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 15 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 16 | |||
| 17 | inherit gnomebase gsettings gtk-icon-cache gnome-help gettext gobject-introspection vala gi-docgen | ||
| 18 | |||
| 19 | SRC_URI[archive.sha256sum] = "ea16595dfba0a97b55dd106305d56ba2baee95de0b13b75e75966cc31f9b3ec9" | ||
| 20 | |||
| 21 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 22 | |||
| 23 | FILES:${PN} += "${libdir} ${datadir}/metainfo" | ||
