summaryrefslogtreecommitdiff
path: root/meta/packages/gnome
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie39
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-21gconf-dbus: upgrade to SVN r705Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-21gnome-vfs: Update to 2.24.3Zhai Edwin3
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13libgnome-keyring: Fix the dependency to avoid compile error sometimes.Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13libgnome-keyring: Add 2.30.1 into pokyZhai Edwin2
libgnome-keyring's function was built in gnome-keyring(e.g. 2.26.1), and then separated as an independant lib. So add this new recipe to help the gnome-keyring update, else package depends on this lib(such as libsoup-2.4) would have compile error. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13gnome-keyring: Update to 2.31.4Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-13gnome-common: update to 2.28.0Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-02gconf-dbus: fix metadataQing He1
update license from GPL to LGPLv2+ Signed-off-by: Qing He <qing.he@intel.com>
2010-07-02gnome-keyring: Fix the metadataZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-07-02gnome-common: Fix the metadataZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-06-29gnome-mime-data: Fix meta dataZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-06-11gnome-keyring: Add missing DEPENDS on gconfRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock5
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-14gnome-terminal: temporarily disable scrollkeeperJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-14gnome-terminal: Apply patch from upstream to fix doc build issuesRichard Purdie2
Signed-off-by: Richard Purdie <richard@rex.(none)>
2009-11-17gnome-doc-utils: Convert staging function to a do_install_appendRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17gnome-common: Drop unneeded custom staging functionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13gconf-dbus: Convert to BBCLASSEXTEND and drop custom staging append since ↵Richard Purdie2
its no longer needed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17gnome-settings-daemon: Fix problems with bad paths creeping into the ↵Richard Purdie2
configure paths Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-19gobject-introspection: Update revisionRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-19Add gnome-terminalRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-18gnome: Promote gnome-settings-daemon and dependencies into meta/. Also ↵Richard Purdie15
remove now unneeded custom staging functions
2009-07-27gail: Remove now unneeded custom staging functionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-09gnome.bbclass: Convert to autotools_stageRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-09libart-lgpl: Use autotools_stageRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-12gnome-mime-data: Fix pkgconfig file path, use autotools_stageRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-10libgnomecanvas: Sync with OE.dev (and remove old version)Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-10gail: Sync with OE.devRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-14gobject-introspection: Add an initial version, not functional yetRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-12gnome-keyring: 2.20 -> 2.26.1Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-04-22metacity-clutter: Rename to mutter and point at the new upstreamRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-27metacity-clutter: Add cross compile patch so compiles on x86_64 work for ↵Richard Purdie2
i386 targets
2009-01-27metacity-clutter: Fix after recent updatesRichard Purdie2
2009-01-07gnome-vfs: Only apply the RRECOMMENDS to the main package, not for example ↵Richard Purdie1
the -doc package
2009-01-05metacity-clutter: Add intltool to DEPENDSRichard Purdie1
2009-01-05metacity-clutter_git: Set correct gconf keys after installation for compositing.Joshua Lock1
The clutter-plugin name has changed since the recipe was first written so we now set the right plugin name as well as enabling compositing.
2009-01-04Various fixes after recent commit breakageRichard Purdie1
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to simplify ↵Richard Purdie1
recipes using standard autotools
2008-12-17metacity-clutter: Fix .pc file issueRichard Purdie2
2008-10-02- This adds clutter-{gst,gtk,cairo}-0.8 recipes and ↵Robert Bragg1
clutter-{gst,gtk,cairo}-0.6 recipes. - It removes the 0.4 recipes. - It renames things so that the major.minor revision is now part of the package name. This lets us correctly specify SRCREVs for each branch, and allows parallell install. - All the SRCREVs have been updated to the heads of their corresponding branches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5384 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-01gconf-dbus-native: fix dependenciesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5359 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-01gconf-dbus-native: required by metacity/contacts and few moreMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5358 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-26Fixes the metacity-clutter revision; packages the plugins; and adds a postRobert Bragg1
install section to use gconftool-2 to enable the "simple" plugin by default. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5299 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-24metacity(-clutter): use gdk-pixbuf-csource-nativeMarcin Juszkiewicz3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5258 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-24added recipe for metacity-clutterTomas Frydrych1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5252 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-23metacity: do not require gdk-pixbuf-csourceMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5241 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-23gnome-icon-theme: add an RRECOMMENDS on librsvg-gtkRobert Bradford1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5234 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-23Makes metacity install as an alternative x-window-managerRobert Bragg1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5232 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-23Ensures the themes get packaged with metacityRobert Bragg1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5230 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-22gnome-icon-theme: addRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5217 311d38ba-8fff-0310-9ca6-ca027cbcb966