blob: 92152aca69a3dcc7aec3b2957c2ac27371ca3045 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Image viewer and browser"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE="GPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00003LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4
5GNOMEBASEBUILDCLASS = "meson"
6
7REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data"
8
9DEPENDS = " \
10 glib-2.0-native \
11 bison-native \
12 yelp-tools-native \
13 gtk+3 \
14 gsettings-desktop-schemas \
15 zlib \
16 jpeg \
17 exiv2 \
18 colord \
19 lcms \
20 libraw \
21 librsvg \
Andrew Geissler517393d2023-01-13 08:55:19 -060022 libsoup \
Andrew Geissler595f6302022-01-24 19:11:47 +000023 json-glib \
24 libsecret \
25"
26
27inherit features_check gnomebase gnome-help gsettings itstool mime-xdg
28
Patrick Williams03907ee2022-05-01 06:28:52 -050029SRC_URI[archive.sha256sum] = "97f8afe522535216541ebbf1e3b546d12a6beb38a8f0eb85f26e676934aad425"
Andrew Geissler595f6302022-01-24 19:11:47 +000030
31FILES:${PN} += "${datadir}/metainfo"