summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/eog/eog_50.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/eog/eog_50.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/eog/eog_50.1.bb36
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 @@
1SUMMARY = "This is the Eye of GNOME, an image viewer program."
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/eog"
3
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7DEPENDS = " \
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
21inherit 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.
24REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
25
26SRC_URI[archive.sha256sum] = "6f5ee6d756548b88e25a987e0d06dabc3c6c32598fb7df49fb08945c1fe94a55"
27
28PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','cms', '', d)}"
29
30PACKAGECONFIG[cms] = "-Dcms=true,-Dcms=false,lcms"
31
32GTKDOC_MESON_OPTION = "gtk_doc"
33
34EXTRA_OEMESON = "-Dxmp=false"
35
36FILES:${PN} += "${datadir}"