diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/evince/evince_3.36.3.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_3.36.3.bb | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.36.3.bb b/meta-gnome/recipes-gnome/evince/evince_3.36.3.bb new file mode 100644 index 000000000..08a20d4e0 --- /dev/null +++ b/meta-gnome/recipes-gnome/evince/evince_3.36.3.bb | |||
@@ -0,0 +1,55 @@ | |||
1 | SUMMARY = "Evince is a document viewer for document formats like pdf, ps, djvu" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b" | ||
4 | SECTION = "x11/office" | ||
5 | DEPENDS = " \ | ||
6 | gnome-common-native \ | ||
7 | yelp-tools-native \ | ||
8 | appstream-glib \ | ||
9 | gtk+3 \ | ||
10 | gspell \ | ||
11 | libsecret \ | ||
12 | poppler \ | ||
13 | gstreamer1.0-plugins-base \ | ||
14 | orc \ | ||
15 | adwaita-icon-theme \ | ||
16 | ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop3','',d)} \ | ||
17 | " | ||
18 | |||
19 | GNOMEBASEBUILDCLASS = "meson" | ||
20 | |||
21 | inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection upstream-version-is-even gettext features_check mime-xdg gtk-doc | ||
22 | |||
23 | SRC_URI[archive.md5sum] = "9762dabdde37a804072bccbfd311d357" | ||
24 | SRC_URI[archive.sha256sum] = "af2ebdf7f74e6580c4f1a12bdfe26b9ff90374d7acae061de0666d64012a9db2" | ||
25 | SRC_URI += " \ | ||
26 | file://0001-Add-format-attribute-to-_synctex_malloc.patch \ | ||
27 | file://0002-add-a-formatting-attribute-check.patch \ | ||
28 | " | ||
29 | |||
30 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
31 | |||
32 | EXTRA_OEMESON = " \ | ||
33 | -Dsystemduserunitdir=no \ | ||
34 | " | ||
35 | |||
36 | do_compile_prepend() { | ||
37 | export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs" | ||
38 | } | ||
39 | |||
40 | PACKAGECONFIG ??= "" | ||
41 | PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus" | ||
42 | PACKAGECONFIG[browser-plugin] = "-Dbrowser_plugin=true,-Dbrowser_plugin=false" | ||
43 | |||
44 | RDEPENDS_${PN} += "glib-2.0-utils" | ||
45 | RRECOMMMENDS_${PN} = "adwaita-icon-theme" | ||
46 | |||
47 | PACKAGES =+ "${PN}-nautilus-extension" | ||
48 | PACKAGES =+ "${PN}-browser-plugin" | ||
49 | |||
50 | FILES_${PN} += "${datadir}/dbus-1 \ | ||
51 | ${datadir}/metainfo \ | ||
52 | ${datadir}/thumbnailers \ | ||
53 | " | ||
54 | FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" | ||
55 | FILES_${PN}-browser-plugin = "${libdir}/mozilla/*/*so" | ||