diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-01-08 14:07:40 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-08 13:55:20 -0800 |
commit | 95847c9a1f4c1da3ac14a148ce4241eedaf9e679 (patch) | |
tree | 52d6bf62ee9dd90540612c8e86ee3f3a1ec83318 /meta-gnome/recipes-gnome/eog | |
parent | 9d8a2854a539c027862853380d4f29193008ba5a (diff) | |
download | meta-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.bb | 30 |
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 @@ | |||
1 | SUMMARY = "This is the Eye of GNOME, an image viewer program." | ||
2 | LICENSE = "GPL-2.0-only" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
4 | |||
5 | DEPENDS = " \ | ||
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 | |||
18 | GNOMEBASEBUILDCLASS = "meson" | ||
19 | |||
20 | inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache | ||
21 | |||
22 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
23 | |||
24 | SRC_URI[archive.sha256sum] = "fed79ff3ca19bac62f27155c9bdd69eef875870b971e6dcb0aa38c093d131971" | ||
25 | |||
26 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
27 | |||
28 | EXTRA_OEMESON = "-Dxmp=false" | ||
29 | |||
30 | FILES:${PN} += "${datadir}" | ||