Liu Yiding 76b27162f9
eog: Add HOMEPAGE
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-05-07 10:45:37 -07:00

37 lines
994 B
BlitzBasic

SUMMARY = "This is the Eye of GNOME, an image viewer program."
HOMEPAGE = "https://gitlab.gnome.org/GNOME/eog"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = " \
itstool-native \
librsvg \
gnome-desktop \
gsettings-desktop-schemas \
gdk-pixbuf \
gtk+3 \
libhandy \
libpeas-1 \
libportal \
libexif \
"
inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache
# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used.
REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
SRC_URI[archive.sha256sum] = "6b4e69c7a8086ae85d556ca4a24daa665b5622c4097e1ee59564bff4cc963124"
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','cms', '', d)}"
PACKAGECONFIG[cms] = "-Dcms=true,-Dcms=false,lcms"
GTKDOC_MESON_OPTION = "gtk_doc"
EXTRA_OEMESON = "-Dxmp=false"
FILES:${PN} += "${datadir}"