blob: 0b7cfca49bc8a60ff5025f92d4fcb73ba07d97d3 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "This is the Eye of GNOME, an image viewer program."
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5DEPENDS = " \
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
18GNOMEBASEBUILDCLASS = "meson"
19
20inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache
21
Patrick Williamse760df82023-05-26 11:10:49 -050022# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used.
23REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
Andrew Geissler517393d2023-01-13 08:55:19 -060024
Patrick Williamse760df82023-05-26 11:10:49 -050025SRC_URI += "file://0001-Replace-filename-with-basename.patch"
Andrew Geissler3eeda902023-05-19 10:14:02 -050026SRC_URI[archive.sha256sum] = "e2c963f232fe5a1091dcc18bec25a730e91b02af6e466601efa55e500cd74cab"
Andrew Geissler517393d2023-01-13 08:55:19 -060027
28GTKDOC_MESON_OPTION = "gtk_doc"
29
30EXTRA_OEMESON = "-Dxmp=false"
31
32FILES:${PN} += "${datadir}"