From 29d6678fd546377459ef75cf54abeef5b969b5cf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 27 Aug 2010 15:14:24 +0100 Subject: Major layout change to the packages directory 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 --- meta/packages/pimlico/tasks/fix_pre-GTK+2.16.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/packages/pimlico/tasks/fix_pre-GTK+2.16.patch (limited to 'meta/packages/pimlico/tasks/fix_pre-GTK+2.16.patch') diff --git a/meta/packages/pimlico/tasks/fix_pre-GTK+2.16.patch b/meta/packages/pimlico/tasks/fix_pre-GTK+2.16.patch deleted file mode 100644 index 6c458d260..000000000 --- a/meta/packages/pimlico/tasks/fix_pre-GTK+2.16.patch +++ /dev/null @@ -1,26 +0,0 @@ -commit ea52d46d691c5fce4473ea4e24a35411381f3a65 -Author: Ross Burton -Date: Fri Aug 21 14:23:21 2009 +0100 - - Fix compilation on pre-GTK+ 2.16 - -diff --git a/libkoto/koto-field-editor-factory.c b/libkoto/koto-field-editor-factory.c -index bb776ab..d0e5328 100644 ---- a/libkoto/koto-field-editor-factory.c -+++ b/libkoto/koto-field-editor-factory.c -@@ -132,6 +132,7 @@ entry_set (GtkWidget *widget, icalproperty *prop) - * URL entries. - */ - -+#if HAVE_DECL_GTK_ENTRY_SET_ICON_FROM_ICON_NAME - static void - url_entry_icon_clicked (GtkEntry *entry, - GtkEntryIconPosition icon_pos, -@@ -146,7 +147,6 @@ url_entry_icon_clicked (GtkEntry *entry, - } - } - --#if HAVE_DECL_GTK_ENTRY_SET_ICON_FROM_ICON_NAME - static void - on_url_entry_changed (GtkEntry *entry) - { -- cgit v1.2.3