diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-11-11 13:01:16 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-11 09:26:41 -0800 |
commit | b8b119470f60b8ef6072438e1467c02e95b6deb3 (patch) | |
tree | 55187a2d35b1ffd8c9eb26834fea34a63c4dfc21 /meta-gnome/recipes-gnome | |
parent | 51f70eaaa5973e385645f574093ee860f5648f88 (diff) | |
download | meta-openembedded-b8b119470f60b8ef6072438e1467c02e95b6deb3.tar.gz |
ghex: Upgrade 3.18.4 -> 45.0
- enable gi,vapi,api-documentation
- switch to gtk4
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb | 17 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/ghex/ghex_45.0.bb | 20 |
2 files changed, 20 insertions, 17 deletions
diff --git a/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb b/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb deleted file mode 100644 index 08e50409e..000000000 --- a/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SUMMARY = "GHex - a hex editor for GNOME" | ||
2 | LICENSE = "GPL-2.0-only" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
4 | |||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | |||
7 | DEPENDS = " \ | ||
8 | glib-2.0-native \ | ||
9 | gtk+3 \ | ||
10 | " | ||
11 | |||
12 | inherit gnomebase gsettings gtk-icon-cache gnome-help gettext upstream-version-is-even | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "7e6ed808766bc18285bdc6999bdf0f15" | ||
15 | SRC_URI[archive.sha256sum] = "c2d9c191ff5bce836618779865bee4059db81a3a0dff38bda3cc7a9e729637c0" | ||
16 | |||
17 | FILES:${PN} += "${datadir}/metainfo" | ||
diff --git a/meta-gnome/recipes-gnome/ghex/ghex_45.0.bb b/meta-gnome/recipes-gnome/ghex/ghex_45.0.bb new file mode 100644 index 000000000..6d3e9b978 --- /dev/null +++ b/meta-gnome/recipes-gnome/ghex/ghex_45.0.bb | |||
@@ -0,0 +1,20 @@ | |||
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[archive.sha256sum] = "05cecc4561ca40b257c5db31da9f68d696133efc0ae427ed82fb985a986e840e" | ||
19 | |||
20 | FILES:${PN} += "${libdir} ${datadir}/metainfo" | ||