summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
AgeCommit message (Collapse)Author
2010-12-21gtk-theme-darkilouche: moved to meta-extrasSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21gnome-doc-utils: ensure a native variant exists for document generationJoshua Lock
gnome-doc-utils-native must be available to do the build time generation of documentation however most gnome projects will do a pkgconfig check for the host version of gnome-doc-utils. This patch adds gnome-doc-utils-native and makes gnome-doc-utils depend on it so that recipe writers can just add gnome-doc-utils to their DEPENDS and the system will do the right thing. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-21gnome-common: add native variant via BBCLASSEXTENDJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16recipes-gnome: Add Summary and Description informationMark Hatle
Add Summary and update description information as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-14gnome-desktop: add --disable-desktop-docsDexuan Cui
autobuilder logs show the below failure: | xsltproc -o lgpl-vi.omf --stringparam db2omf.basename lgpl --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang vi --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in ... | http://www.oasis-open.org/docbook/xml/4.1.2/dbpoolx.mod:632: parser warning : PEReference: %notation.class; not found | ... | unable to parse oc/lgpl.xml | make[3]: *** [lgpl-oc.omf] Error 1 However this issue can't be reproduced in my Ubuntu 9.04 system. I suppose it's because on autobuilder the newer libxml has a stricter syntax requirement about the related xml files. Actually before commit b8b13dcbb76fdc3c9a2866bb35945dcf949c4b20 upgraded gnome-desktop to 2.32.1, we also didn't build desktop-docs. The commit removed no-desktop-docs.patch but didn't notice the Makefile.am depends on --disable-desktop-docs to decice whether desktop-docs will be built. So we should continue to make sure desktop-docs is not built. Fixes [BUGID: 587] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-12-13gtkhtml2: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-10Correct DESCRIPTION typos in various recipesDarren Hart
An investigation into undocumented variables uncovered a few mispellings of the variable DESCRIPTION. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-08libart-lgpl: add mips art_config.hSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-07gnome-icon-theme: Disable PACKAGE_ARCH='all' until we unbreak it for ↵Richard Purdie
multiarch builds Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-06libart-lgpl: Add config.h for x86_64Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-06gtk-engines: Update to 2.20.2Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06gnome-icon-theme: Update to 2.31.0Zhai Edwin
Rebased the patch iconpath-option.patch Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06gnome-desktop: Update to 2.32.1Zhai Edwin
Removed no-desktop-docs.patch, as it is already in upstream. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06task-poky-sdk-gmae: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky-standalone-gmae-sdk-target: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-03libart-lgpl: Add missing config file - allows builds on PowerPCGary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-03librsvg: fix gdk-pixbuf-query-loaders not found in pathAdrian Alonso
* Fix configure: error: gdk-pixbuf-query-loaders not found in path * Bump PR [sgw@linux.intel.com: cleaned up patch whitespace issues] Signed-off-by: Adrian Alonso <aalonso@secretlab.ca> Signed-off-by: Saul Wold <sgw@linux.intel.com> svg Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-02gobject-introspection: Fix pathfix.patch to correct glibconfig.h locationSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-02gthumb:Add license checksum to bb fileMei Lei
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-12-02metacity: Add license checksumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02gtk-theme-torturer: Add license check sumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02gtk-doc: Add license checksumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02libgdata: Add 0.6.5 as new recipeZhai Edwin
Upgrading eds-dbus to 2.32.1 requires libgdata >= 0.6.3 (0.7.0 breaks the API) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02gobject-introspection:Add license checksum to bb fileMei Lei
Add COPYING.lib and COPYING.tools files checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-29librsvg: append SRC_URI after inheritKevin Tian
or else gnome.bbclass overrides SRC_URI and the patch is not applied at all. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-11-24gnome-doc-utils: Update to version 0.20.2Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libgnome-vfs: Update to version 2.24.4Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libart-lgpl: Update to version 2.3.21Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24librsvg: Update to version 2.32.0Saul Wold
Add doc/Makefile patch Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libffi:Add license checksum to bb fileMei Lei
Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23libunique:Add license file checksum to bb fileMei Lei
Add COPYING file checksum to bb file Signed-off-by: Mei Lei<lei.mei@intel.com>
2010-11-23libart-lgpl:Add license file checksum and update the GPL informationMei Lei
Add COPYING file checksum and update the "LGPL" to "LGPLv2" according to COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23gnome-doc-utils:Add LGPL file and GPL file checksum to bb fileMei Lei
Add COPYING.GPL and COPYING.LGPL checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-22Meta: Recipe ReogranizationSaul Wold
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-22gnome-keyring: Update to 2.32.1Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-22libgnome-keyring: Update to 2.32.0Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-10task-sdk-gmae: fix typo in SDK-EXTRAS and convert to ?= for assignmentSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-20gnome-icon-theme: fix buildJoshua Lock
Duplicate the patch from sato-icon-theme which enables the path to the icon-name-mapping tool to be specified. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-19task-sdk: Fix lttng-ust dependency to include the -dev version so headers ↵Richard Purdie
are included [BUGID #425] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15task-poky-sdk: Add lttng-ustRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15libffi: fix the uriJoshua Lock
It had the previous version hard-coded Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-15libffi: bumpt to version 3.0.9Joshua Lock
3.0.8 is incompatible with the autotools versions we use in Poky Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-08Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart
In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07librsvg: Drop old versionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30gobject-introspection: Add LICENSERichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30libffi: added LICENSE fieldSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-20Complete packages -> recipes transitionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-10Fix the matchbox-panel seg fault on netbook & emenlowZhai Edwin
netbook & emenlow use "-march=core2"(in tune-atom.inc) instead of "=i586"(for qemux86), plus the "-fomit-frame-pointer" in default FULL_OPTIMIZATION, this cause strange seg fault when starting matchbox-panel. seg fault happened @ tmp_reset_bg (gtk+-2.20.1/gdk/x11/gdkwindow-x11.c), which is inline function extended inside _gdk_x11_window_tmp_unset_bg. When expanding GDK_DRAWABLE_XID(obj->bg_pixmap) with gcc 4.5.0 optimization, a function call is missing. Saving a local var to stack also disappeared, but still tried to restore it from stack, which cause seg fault after getting a worng value. This fix avoid "-fomit-frame-pointer" in gtk+ on netbook & emenlow. [BUGID #224] fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>