summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/evince
Commit message (Collapse)AuthorAgeFilesLines
* evince: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-0/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* evince: Remove X dependencyFabien Lahoudere2017-09-131-3/+1
| | | | | | | | | | gnome-desktop is the only X dependency for evince. In order to build evince for Wayland based system without X support, gnome-desktop is added to DEPENDS only if x11 exists in DISTRO_FEATURES. So x11 is dropped from REQUIRED_DISTRO_FEATURES. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix do_install problemChen Qi2017-04-281-3/+4
| | | | | | | | | | | | When building evince for multilib, we would meet the following do_install error. mv: cannot stat [snip]/usr/lib64/systemd/user/evince.service: No such file or directory Fix to use the correct directory related to systemd in do_install function. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: Upgrade to 3.24.0Khem Raj2017-04-243-47/+48
| | | | | | Fix build with security flags Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-gnome: add explicit gnome-common dependenciesRoss Burton2016-12-021-1/+1
| | | | | | | | | | | | gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. gxim previously wasn't really using the gnome-common macros so now the build fails with compiler errors, so pass the flag to turn off fatal warnings as gxim appears to be dead. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | evince depends on gtk+3 and gnome-desktop3 which require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: add intltool-native to DEPENDSAndreas Müller2016-10-031-1/+1
| | | | | | | | WARNING: evince-3.18.2-r5 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf, evince, tracker, gimp, tumbler: Remove blacklist caused by poppler ↵Derek Straka2016-06-231-2/+0
| | | | | | | build failures Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix build errors with gcc-6Derek Straka2016-06-232-1/+42
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince, epdf, gdm, gnumeric, libgnomeprint, tumbler, gedit, gnome-panel, ↵Martin Jansa2016-06-131-0/+2
| | | | | | gnome-session, gnome-terminal, libgnomecups, gtksourceview2, libgweather, libgnomeui, tracker, gimp, poppler, mousepad, goffice, tasks: blacklist, fails to build with gcc-6 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: update to 3.18.2Alexander Kanavin2016-03-145-107/+41
| | | | | | | | This is done to enable gobject introspection support. Drop obsolete patches. Add a patch that disables yelp m4 macro (which we don't have). Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* evince: Remove pkg-config check for specific icon themeJussi Kukkonen2015-09-232-2/+38
| | | | | | | | Also rrecommend adwaita-icon-theme instead of gnome-icon-theme (as latter is removed from oe-core). Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome: add explicit bz2 compress type to older packagesAlexander Kanavin2015-08-311-0/+1
| | | | | | | The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: make nautilus extension a PACKAGECONFIG and disable by defaultAndreas Müller2014-04-201-2/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix build with gcc 4.8Andreas Müller2013-05-212-2/+38
| | | | | | | | | | | warning/errror was: tiff2ps.c:1131:4: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'tsize_t' [-Werror=format=] chunk_size, tiled_image ? "tiles" : "strips"); ^ cc1: some warnings being treated as errors Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix/remove postinst by inheriting gsettingsAndreas Müller2013-05-101-10/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* evince: disable help buildMartin Jansa2012-12-181-1/+2
| | | | | | | | | | | | * xsltproc does not work in oe-core correctly: | xsltproc -o evince-it.omf --stringparam db2omf.basename evince --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang it --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/evince/2.32.0-r2/evince-2.32.0/help/evince.omf.in" /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm`/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` it/evince.xml || { rm -f "evince-it.omf"; exit 1; } | http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %list.class; not found | %local.divcomponent.mix;"> | ^ ... * https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: Fix QA warnings / clean packagingAndreas Müller2012-03-291-3/+5
| | | | | | | run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* evince: add cross-compile-fix.patch from classic oe to fix build errorAndreas Müller2012-01-202-0/+29
| | | | | | | | | | | | | | | error message was | warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl" | cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl | warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl" | cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl | make[2]: *** [evince-C.omf] Error 1 [1] http://cgit.openembedded.org/openembedded/tree/recipes/evince/evince/cross-compile-fix.patch Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* evince: initial add 2.32.0Andreas Müller2011-10-311-0/+39
* recipe based on oe-classic: evince_2.30.0.bb commit 5dba154457691d2096f2b1a7ef24bdc6f1b51859 * run tested on overo * TODO further doctype support configure option -> current configure result ------------------------------------------------ --enable-ps -> PostScript Backend.: no --enable-djvu -> DJVU Backend.......: no --enable-impress -> Impress Backend....: no Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>