summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgsf
Commit message (Collapse)AuthorAgeFilesLines
* libgsf: Drop the obsolete inherit gconfAdrian Bunk2019-07-301-1/+1
| | | | | | | libgsf stopped using gconf in 2011. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-gnome: Inherit gnomebase instead of gnomeAdrian Bunk2019-07-261-1/+1
| | | | | | | The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-gnome: Remove GNOME_COMPRESS_TYPE = "xz" in recipesAdrian Bunk2019-07-221-2/+0
| | | | | | | This is the default value. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: upgrade 1.14.29 -> 1.14.45Andreas Müller2019-03-281-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 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>
* libgsf: add intltool-native to DEPENDSAndreas Müller2016-09-111-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: remove trailing spacesMartin Jansa2016-08-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf: fix gobject introspectionAlexander Kanavin2016-03-142-1/+106
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* libgsf: remove unrecognized configure optionsMartin Jansa2014-08-111-3/+0
| | | | | | | | | * fixes following QA warnings: libgsf-1.14.29: libgsf: configure was passed unrecognised options: --without-python --without-gnome-vfs --without-bonobo [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf: update to 1.14.29Koen Kooi2014-08-051-4/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf, gnumeric, wv, abiword, goffice: Blacklist because of broken libgsf ↵Martin Jansa2014-06-211-0/+2
| | | | | | after glib upgrade 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>
* libgsf: Add PACKAGECONFIG for gdk-pixbufMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf: update to version 1.14.26Mario Domenech Goulart2013-04-191-8/+12
| | | | | | | | | Previous version was 1.14.21, but Gnumeric requires at least 1.14.24. Since we are changing it, we pick the latest available version. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa2012-09-201-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bzip2: bump PR of all recipes depending on bzip2Andreas Oberritter2012-03-091-1/+1
| | | | | | | | * Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core split bzip2 into binary and library packages. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-131-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf: remove empty, unused packages.Peter Tworek2012-02-011-5/+2
| | | | | | | | | Current version of libgsf recipe passes both --without-gnome-vfs and --without-bonobo to configure. Because of this libgsf-gnome & libgsf-gnome-dev are empty. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgsf: fix LICENSE fieldMartin Jansa2011-12-151-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgsf: update to 1.14.21 and be specific about which features to disableKoen Kooi2011-06-211-9/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgsf: add license checksumsKoen Kooi2011-05-071-1/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgsf: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73cKoen Kooi2011-04-211-0/+21
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>