blob: bae13e1a0df9aea28e796994d34a484e4ce87068 [file] [log] [blame]
Andrew Geissler69721092021-07-23 12:57:00 -04001SUMMARY = "Image viewer and browser"
2LICENSE="GPLv2"
3LIC_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 \
22 libsoup-2.4 \
23 json-glib \
24 libsecret \
25"
26
27inherit features_check gnomebase gnome-help gsettings itstool mime-xdg
28
29SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212"
30
Patrick Williams213cb262021-08-07 19:21:33 -050031FILES:${PN} += "${datadir}/metainfo"