summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
Commit message (Collapse)AuthorAgeFilesLines
* gdk-pixbuf-native: add jpeg-native as a dependencySaul Wold2011-01-201-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gdk-pixbuf: Add 2.22.1 as new recipeZhai Edwin2011-01-209-260/+130
| | | | | | | | | | | | Updating gtk+ to 2.23.2 requires gdk-pixbuf, which is originaly a module in gtk+. Borrow hardcoded_libtool.patch from original gtk+, and add configure_fix.patch to fix build failure in cross-compile environment. As gdk-pixbuf is a stand-alone package now, gdk-pixbuf-csource-native can be safely removed. So extend gdk-pixbuf with native support, and make related packages depend on it. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* recpies: use SRCPV instead of SRCREV for PVYu Ke2011-01-063-3/+3
| | | | | | | | SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
* librsvg: upgrade from 2.32.0 to 2.32.1Dexuan Cui2011-01-062-3/+4
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* metacity: Upgrade to 2.30.3Zhai Edwin2011-01-062-4/+70
| | | | | | Revised one patch from openembed to make host native binary for build. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk+: Fix BASE_RECOMMENDS, it doesn't need a PN suffixRichard Purdie2010-12-311-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gthumb: update to 2.12.1Saul Wold2010-12-301-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libgdata: Updated to 0.7.1Saul Wold2010-12-301-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gtk+.inc: Drop stale moblin overrideRichard Purdie2010-12-301-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi2010-12-3010-20/+20
| | | | | | | For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gtk: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gnome-doc-utils: use BBCLASSEXTEND for native variantJoshua Lock2010-12-212-7/+3
| | | | | | | A recent patch from me created a native variant of gnome-doc-utils with a new recipe file. This is uneccesarry. BBCLASSEXTEND is the brighter future. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gtk-theme-darkilouche: moved to meta-extrasSaul Wold2010-12-212-36/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gnome-doc-utils: ensure a native variant exists for document generationJoshua Lock2010-12-212-3/+8
| | | | | | | | | | | | 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>
* gnome-common: add native variant via BBCLASSEXTENDJoshua Lock2010-12-211-0/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* recipes-gnome: Add Summary and Description informationMark Hatle2010-12-163-0/+12
| | | | | | Add Summary and update description information as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gnome-desktop: add --disable-desktop-docsDexuan Cui2010-12-141-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* gtkhtml2: Add LIC_FILES_CHKSUMSaul Wold2010-12-131-1/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Correct DESCRIPTION typos in various recipesDarren Hart2010-12-102-2/+2
| | | | | | | An investigation into undocumented variables uncovered a few mispellings of the variable DESCRIPTION. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-0920-6/+81
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libart-lgpl: add mips art_config.hSaul Wold2010-12-081-0/+10
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gnome-icon-theme: Disable PACKAGE_ARCH='all' until we unbreak it for ↵Richard Purdie2010-12-071-1/+2
| | | | | | multiarch builds Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libart-lgpl: Add config.h for x86_64Saul Wold2010-12-061-0/+10
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gtk-engines: Update to 2.20.2Zhai Edwin2010-12-061-3/+8
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gnome-icon-theme: Update to 2.31.0Zhai Edwin2010-12-062-45/+46
| | | | | | Rebased the patch iconpath-option.patch Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gnome-desktop: Update to 2.32.1Zhai Edwin2010-12-064-14/+5
| | | | | | Removed no-desktop-docs.patch, as it is already in upstream. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* task-poky-sdk-gmae: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-standalone-gmae-sdk-target: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libart-lgpl: Add missing config file - allows builds on PowerPCGary Thomas2010-12-031-0/+10
| | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* librsvg: fix gdk-pixbuf-query-loaders not found in pathAdrian Alonso2010-12-031-1/+2
| | | | | | | | | | | | | * 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>
* gobject-introspection: Fix pathfix.patch to correct glibconfig.h locationSaul Wold2010-12-021-17/+4
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* gthumb:Add license checksum to bb fileMei Lei2010-12-021-0/+1
| | | | | | Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* metacity: Add license checksumZhai Edwin2010-12-021-1/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk-theme-torturer: Add license check sumZhai Edwin2010-12-021-0/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk-doc: Add license checksumZhai Edwin2010-12-021-0/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libgdata: Add 0.6.5 as new recipeZhai Edwin2010-12-021-0/+12
| | | | | | 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>
* gobject-introspection:Add license checksum to bb fileMei Lei2010-12-021-1/+2
| | | | | | Add COPYING.lib and COPYING.tools files checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* librsvg: append SRC_URI after inheritKevin Tian2010-11-291-3/+3
| | | | | | or else gnome.bbclass overrides SRC_URI and the patch is not applied at all. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* gnome-doc-utils: Update to version 0.20.2Saul Wold2010-11-241-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libgnome-vfs: Update to version 2.24.4Saul Wold2010-11-243-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libart-lgpl: Update to version 2.3.21Saul Wold2010-11-242-7/+15
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* librsvg: Update to version 2.32.0Saul Wold2010-11-242-0/+19
| | | | | | Add doc/Makefile patch Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libffi:Add license checksum to bb fileMei Lei2010-11-241-1/+1
| | | | | | Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* libunique:Add license file checksum to bb fileMei Lei2010-11-231-1/+1
| | | | | | Add COPYING file checksum to bb file Signed-off-by: Mei Lei<lei.mei@intel.com>
* libart-lgpl:Add license file checksum and update the GPL informationMei Lei2010-11-231-1/+2
| | | | | | Add COPYING file checksum and update the "LGPL" to "LGPLv2" according to COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
* gnome-doc-utils:Add LGPL file and GPL file checksum to bb fileMei Lei2010-11-231-1/+2
| | | | | | Add COPYING.GPL and COPYING.LGPL checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-2224-1080/+37
| | | | | | | | | | | | | 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>
* gnome-keyring: Update to 2.32.1Zhai Edwin2010-11-221-0/+0
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libgnome-keyring: Update to 2.32.0Zhai Edwin2010-11-221-0/+0
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* task-sdk-gmae: fix typo in SDK-EXTRAS and convert to ?= for assignmentSaul Wold2010-11-102-8/+8
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>