diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-06-08 08:22:12 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 08:49:21 -0700 |
| commit | 239b1236df21b004a4afab7688ae421d54273e5d (patch) | |
| tree | d5b9d8d720e62433250b21b95fb707c165b1ff3b /meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb | |
| parent | 79ae59c620860a02545b4370f0c2d3ccd07c6ea0 (diff) | |
| download | meta-openembedded-239b1236df21b004a4afab7688ae421d54273e5d.tar.gz | |
gthumb: initial add 3.10.3
Make polkit and GI as required distro features
it depends on colord which needs these features to compile
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/gthumb/gthumb_3.10.3.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb new file mode 100644 index 0000000000..00b1873455 --- /dev/null +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "Image viewer and browser" | ||
| 2 | LICENSE="GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 4 | |||
| 5 | GNOMEBASEBUILDCLASS = "meson" | ||
| 6 | |||
| 7 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" | ||
| 8 | |||
| 9 | DEPENDS = " \ | ||
| 10 | glib-2.0-native \ | ||
| 11 | bison-native \ | ||
| 12 | yelp-tools-native \ | ||
| 13 | gtk+3 \ | ||
| 14 | gsettings-desktop-schemas \ | ||
| 15 | zlib \ | ||
| 16 | jpeg \ | ||
| 17 | exiv2 \ | ||
| 18 | colord \ | ||
| 19 | lcms \ | ||
| 20 | libraw \ | ||
| 21 | librsvg \ | ||
| 22 | libsoup-2.4 \ | ||
| 23 | json-glib \ | ||
| 24 | libsecret \ | ||
| 25 | " | ||
| 26 | |||
| 27 | inherit features_check gnomebase gnome-help gsettings itstool mime-xdg | ||
| 28 | |||
| 29 | SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212" | ||
| 30 | |||
| 31 | FILES_${PN} += "${datadir}/metainfo" | ||
