diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/eog/eog_50.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/eog/eog_50.1.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/eog/eog_50.1.bb b/meta-gnome/recipes-gnome/eog/eog_50.1.bb new file mode 100644 index 0000000000..5d454f6236 --- /dev/null +++ b/meta-gnome/recipes-gnome/eog/eog_50.1.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | SUMMARY = "This is the Eye of GNOME, an image viewer program." | ||
| 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/eog" | ||
| 3 | |||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 6 | |||
| 7 | DEPENDS = " \ | ||
| 8 | itstool-native \ | ||
| 9 | librsvg \ | ||
| 10 | gnome-desktop \ | ||
| 11 | gsettings-desktop-schemas \ | ||
| 12 | gdk-pixbuf \ | ||
| 13 | gtk+3 \ | ||
| 14 | libhandy \ | ||
| 15 | libpeas-1 \ | ||
| 16 | libportal \ | ||
| 17 | libexif \ | ||
| 18 | " | ||
| 19 | |||
| 20 | |||
| 21 | inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache | ||
| 22 | |||
| 23 | # FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. | ||
| 24 | REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" | ||
| 25 | |||
| 26 | SRC_URI[archive.sha256sum] = "6f5ee6d756548b88e25a987e0d06dabc3c6c32598fb7df49fb08945c1fe94a55" | ||
| 27 | |||
| 28 | PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','cms', '', d)}" | ||
| 29 | |||
| 30 | PACKAGECONFIG[cms] = "-Dcms=true,-Dcms=false,lcms" | ||
| 31 | |||
| 32 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 33 | |||
| 34 | EXTRA_OEMESON = "-Dxmp=false" | ||
| 35 | |||
| 36 | FILES:${PN} += "${datadir}" | ||
