summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/eog
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-01-08 14:07:40 +0100
committerKhem Raj <raj.khem@gmail.com>2023-01-08 13:55:20 -0800
commit95847c9a1f4c1da3ac14a148ce4241eedaf9e679 (patch)
tree52d6bf62ee9dd90540612c8e86ee3f3a1ec83318 /meta-gnome/recipes-gnome/eog
parent9d8a2854a539c027862853380d4f29193008ba5a (diff)
downloadmeta-openembedded-95847c9a1f4c1da3ac14a148ce4241eedaf9e679.tar.gz
eog: add recipe
Add eyeofgnome as it is a good image viewer Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/eog')
-rw-r--r--meta-gnome/recipes-gnome/eog/eog_43.1.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/eog/eog_43.1.bb b/meta-gnome/recipes-gnome/eog/eog_43.1.bb
new file mode 100644
index 0000000000..24701bcb3c
--- /dev/null
+++ b/meta-gnome/recipes-gnome/eog/eog_43.1.bb
@@ -0,0 +1,30 @@
1SUMMARY = "This is the Eye of GNOME, an image viewer program."
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5DEPENDS = " \
6 librsvg \
7 gnome-desktop \
8 gsettings-desktop-schemas \
9 gdk-pixbuf \
10 gtk+3 \
11 libhandy \
12 libpeas \
13 libportal \
14 libexif \
15 lcms \
16"
17
18GNOMEBASEBUILDCLASS = "meson"
19
20inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache
21
22REQUIRED_DISTRO_FEATURES = "opengl"
23
24SRC_URI[archive.sha256sum] = "fed79ff3ca19bac62f27155c9bdd69eef875870b971e6dcb0aa38c093d131971"
25
26GTKDOC_MESON_OPTION = "gtk_doc"
27
28EXTRA_OEMESON = "-Dxmp=false"
29
30FILES:${PN} += "${datadir}"