blob: ecf8f6ab50b23925c244e0c79086b7e98f72c4db [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
Patrick Williamsac13d5f2023-11-24 18:59:46 -060026GNOMEBASEBUILDCLASS = "autotools"
Andrew Geissler595f6302022-01-24 19:11:47 +000027inherit 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"