mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
32 lines
689 B
BlitzBasic
32 lines
689 B
BlitzBasic
SUMMARY = "Image viewer and browser"
|
|
LICENSE="GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0-native \
|
|
bison-native \
|
|
yelp-tools-native \
|
|
gtk+3 \
|
|
gsettings-desktop-schemas \
|
|
zlib \
|
|
jpeg \
|
|
exiv2 \
|
|
colord \
|
|
lcms \
|
|
libraw \
|
|
librsvg \
|
|
libsoup-2.4 \
|
|
json-glib \
|
|
libsecret \
|
|
"
|
|
|
|
inherit features_check gnomebase gnome-help gsettings itstool mime-xdg
|
|
|
|
SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212"
|
|
|
|
FILES:${PN} += "${datadir}/metainfo"
|