diff options
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/eog/eog_43.1.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/eog/eog_43.1.bb b/meta-gnome/recipes-gnome/eog/eog_43.1.bb new file mode 100644 index 0000000000..24701bcb3c --- /dev/null +++ b/meta-gnome/recipes-gnome/eog/eog_43.1.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SUMMARY = "This is the Eye of GNOME, an image viewer program." | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | |||
| 5 | DEPENDS = " \ | ||
| 6 | librsvg \ | ||
| 7 | gnome-desktop \ | ||
| 8 | gsettings-desktop-schemas \ | ||
| 9 | gdk-pixbuf \ | ||
| 10 | gtk+3 \ | ||
| 11 | libhandy \ | ||
| 12 | libpeas \ | ||
| 13 | libportal \ | ||
| 14 | libexif \ | ||
| 15 | lcms \ | ||
| 16 | " | ||
| 17 | |||
| 18 | GNOMEBASEBUILDCLASS = "meson" | ||
| 19 | |||
| 20 | inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache | ||
| 21 | |||
| 22 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 23 | |||
| 24 | SRC_URI[archive.sha256sum] = "fed79ff3ca19bac62f27155c9bdd69eef875870b971e6dcb0aa38c093d131971" | ||
| 25 | |||
| 26 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 27 | |||
| 28 | EXTRA_OEMESON = "-Dxmp=false" | ||
| 29 | |||
| 30 | FILES:${PN} += "${datadir}" | ||
