diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2020-04-14 22:17:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-14 15:38:43 -0700 |
| commit | 2dcd46dc055560d8eea957a15e72b9882528f3b3 (patch) | |
| tree | a650bd8f98a8b317267977a6e6721a16c73af8b7 /meta-gnome/recipes-gnome | |
| parent | 27994ddffda54e147d66ce83f01aaba776b82ca2 (diff) | |
| download | meta-openembedded-2dcd46dc055560d8eea957a15e72b9882528f3b3.tar.gz | |
ghex: initial add 3.18.4
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
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 |
1 files changed, 17 insertions, 0 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 new file mode 100644 index 0000000000..cf33ebdfea --- /dev/null +++ b/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "GHex - a hex editor for GNOME" | ||
| 2 | LICENSE = "GPLv2" | ||
| 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" | ||
