aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
AgeCommit message (Collapse)Author
2012-07-27gconf: Clean up introspection disabling by using gobject-introspection-stubRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-27gtk-doc-stub: Add PROVIDES for gobject-introspection-stub and fix unpackaged ↵Richard Purdie
files Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-27gobject-introspection: Drop the recipe, it has never worked and if it does ↵Richard Purdie
cross compile, we can add it back Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gnome-doc-utils: Update to use python-nativeRichard Purdie
This includes a wrapper so that the full path to python-native is encoded whilst not exceeding any environment length constraints as hinted at in the patch to this area of code already included. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22libgnome-keyring: Add missing DEPENDS on glib-2.0Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gobject-introspection: Update for python-native changesMorgan Little
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22Remove gtk-docRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22librsvg: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22libglade: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22gtk+: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22libgnome-keyring: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22libart-lgpl: Does not require gtk-docSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-20libart_lgpl: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gnome-keyring: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gail: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gconf: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gobject-introspection: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gconf: cleanup thanks to new gtk-doc.bbclassRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20Add gtk-doc-stubRoss Burton
This is a maintained stub for gtk-doc (and gobject-introspection) that was created by Colin Walters for his Poky-powered ostree project. Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-19libgnome-keyring: remove eggdbus dependency, it has an in-tree copyRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
The bb and os modules are always imported so having these extra import calls are a waste of space/execution time. They also set a bad example for people copy and pasting code so clean them up. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17librsvg: fix build with automake 1.12.xNitin A Kamble
automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-16Update proto -> protocol for recipesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-16gconf: Disable gtk supportRichard Purdie
There are only a couple of helper utilities within gconf that need gtk+ as a dependency and those are unused and pretty useless. We might as well drop the dependency on gtk and allow more parallel builds by reducing dependency bottlenecks. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-19PR bumps for PACKAGES reorderSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-19gthumb: clean up FILE after PACKAGE reorderSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-19gnome-keyring: clean up FILE after PACKAGE reorderSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-05-15gdk-pixbuf: Fix lsb builds where dependency may be missingRichard Purdie
We turn on the xlib depdendency for linuxstdbase builds but were missing the dependency on libx11. This adds the missing dependency. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-15gdk-pixbuf: Allow empty -xlib packageRichard Purdie
There are things that depend on the -xlib package. There are two possible ways to fix this, either recommend them instead of depending on them, or allow the package to be empty. I'm doing the latter since its a bit cleaner and less invasive. This library is a bit pointless which is why there is little point in adding the x dependency in the non-lsb case. If it becomes widly used we can rethink this. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-12gdk-pixbuf: Drop unneeded RPROVIDESRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-11gdk-pixbuf: Add --with-x11 when building lsb imageXiaofeng Yan
LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \ because of having "--without-x11" for gdk-pixbuf_2.24.1.bb. Use the linuxstdbase override and also make it conditional on x11 \ being in DISTRO_FEATURES for passing lsb test. Split libgdk_pixbuf_xlib to a single package. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-06gobject-introspection: upgrade to 1.32.1Martin Jansa
* simplify SRC_URI * add COPYING to LIC_FILES_CHKSUM Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-05-03gtk-engines: fix build with glib-2.32Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-26evolation-data-server: Rename from eds-dbusSaul Wold
[YOCTO #2316] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-04-24gthumb: Disable parallel make for gthumb installDarren Hart
With PARALLEL_MAKE set to 14, I frequently see the gthumb do_install task hang. Make is spinning at 100% CPU and the build makes no more progress. The following work-around proposed by Richard Purdie allows progress to be made. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Joshua Lock <josh@linux.intel.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-24librsvg: import native support from meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-30gdk-pixbuf: Fix checksum warning issueRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21gdk-pixbuf: upgrade to 2.24.1Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-19gdk-pixbuf: Disable xlib library since we don't have anything needing this ↵Richard Purdie
as yet and no libx11 DEPENDS This is currently causing builds not to be deterministic. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19gnome-desktop: fix package warningsSaul Wold
WARNING: For recipe gnome-desktop, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/libgnome-desktop WARNING: /usr/share/libgnome-desktop/pnp.ids Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-15gtk-theme-torturer: Fix license warningSaul Wold
WARNING: gtk-theme-torturer: No generic license file exists for: GPL in any provider Talk with author of code and confirmed licnese, they will be adding COPYING upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-14librsvg: really bump PRMartin Jansa
* it was downgraded from r4 to r1 in http://git.openembedded.org/openembedded-core/commit/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb?id=50ad5230ea9e0982cdfda23fb9fcfccf89d28f29 so even with latest change making it r3 we had still on lower version that we had before for 2.32.1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-14gobject-introspection: update to 1.31.20Kang Kai
Add a new recipe file to update gobject-introspection to 1.31.20, instead of git version. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13gtk-doc: Clarify license as GPLv2Richard Purdie
The .m4 file has no details but the upstream project is clearly GPLv2 so update the LICENSE file to match. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13librsvg: Fix unpackaged directory warningsRichard Purdie
This patch fixes the QA warnings: WARNING: For recipe librsvg, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gtk-3.0 WARNING: /usr/lib/gtk-3.0/engines Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08gtk+: Amend upstream status of configure-nm.patchJames Limbouris
Signed-off-by: James Limbouris <james@digitalmatter.com.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08gdk-pixbuf: Pick up ${NM} from the environment.James Limbouris
Signed-off-by: James Limbouris <james@digitalmatter.com.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie
sed \ -e 's:bb.data.\(expand([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data.expand *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>