Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 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 | |
| 19 | inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache |
| 20 | |
| 21 | # FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. |
| 22 | REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" |
| 23 | |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 24 | SRC_URI[archive.sha256sum] = "d94cc39d82c80cee7281b82ace42c8225976ad5d0c3ef995c7e030f6bab2219c" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 25 | |
| 26 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 27 | |
| 28 | EXTRA_OEMESON = "-Dxmp=false" |
| 29 | |
| 30 | FILES:${PN} += "${datadir}" |