blob: 79db8b7d75eed808985141e000abf7035542d939 [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
Andrew Geissler595f6302022-01-24 19:11:47 +00005
6REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data"
7
8DEPENDS = " \
9 glib-2.0-native \
10 bison-native \
11 yelp-tools-native \
12 gtk+3 \
13 gsettings-desktop-schemas \
14 zlib \
15 jpeg \
16 exiv2 \
17 colord \
18 lcms \
19 libraw \
20 librsvg \
Andrew Geissler517393d2023-01-13 08:55:19 -060021 libsoup \
Andrew Geissler595f6302022-01-24 19:11:47 +000022 json-glib \
23 libsecret \
24"
25
26inherit features_check gnomebase gnome-help gsettings itstool mime-xdg
27
Patrick Williams169d7bc2024-01-05 11:33:25 -060028SRC_URI[archive.sha256sum] = "add693ac0aeb9a30d829ba03a06208289d3f6868dc3b02573549e88190c794e8"
Andrew Geissler595f6302022-01-24 19:11:47 +000029
30FILES:${PN} += "${datadir}/metainfo"