summaryrefslogtreecommitdiff
path: root/packages/gal
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/gal
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/gal')
-rw-r--r--packages/gal/gal-2.0-1.99.11/configure.patch46
-rw-r--r--packages/gal/gal-2.0-1.99.11/forward-decl.patch11
-rw-r--r--packages/gal/gal-2.0-1.99.11/iconv-detect.h5
-rw-r--r--packages/gal/gal-2.0_1.99.11.bb22
-rw-r--r--packages/gal/gal-2.1-2.1.10/configure.patch46
-rw-r--r--packages/gal/gal-2.1-2.1.10/forward-decl.patch11
-rw-r--r--packages/gal/gal-2.1-2.1.10/iconv-detect.h5
-rw-r--r--packages/gal/gal-2.1_2.1.10.bb21
8 files changed, 0 insertions, 167 deletions
diff --git a/packages/gal/gal-2.0-1.99.11/configure.patch b/packages/gal/gal-2.0-1.99.11/configure.patch
deleted file mode 100644
index a71ce32806..0000000000
--- a/packages/gal/gal-2.0-1.99.11/configure.patch
+++ /dev/null
@@ -1,46 +0,0 @@
---- gal-2.1.10/configure.in~ 2004-06-01 14:33:00.000000000 +0100
-+++ gal-2.1.10/configure.in 2004-06-26 20:22:52.000000000 +0100
-@@ -145,7 +145,7 @@
- exit (1);
-
- exit (0);
--}], ac_cv_libiconv_utf8=yes, [ac_cv_libiconv_utf8=no; have_iconv=no], [ac_cv_libiconv_utf8=no; have_iconv=no]))
-+}], ac_cv_libiconv_utf8=yes, [ac_cv_libiconv_utf8=no; have_iconv=no], [ac_cv_libiconv_utf8=yes; have_iconv=yes]))
- fi
-
- if test "$have_iconv" = no; then
-@@ -154,25 +154,6 @@
- AC_SUBST(ICONV_CFLAGS)
- AC_SUBST(ICONV_LIBS)
-
--CFLAGS="$CFLAGS -I$srcdir"
--
--AC_MSG_CHECKING(preferred charset formats for system iconv)
--AC_TRY_RUN([
--#define CONFIGURE_IN
--#include "iconv-detect.c"
--],[
-- AC_MSG_RESULT(found)
--],[
-- AC_MSG_RESULT(not found)
-- AC_WARN([
-- *** The iconv-detect program was unable to determine the
-- *** preferred charset formats recognized by your system
-- *** iconv library. It is suggested that you install a
-- *** working iconv library such as the one found at
-- *** ftp://ftp.gnu.org/pub/gnu/libiconv
-- ])
--])
--
- CFLAGS="$save_CFLAGS"
- LIBS="$save_LIBS"
-
-@@ -200,7 +181,7 @@
- }],[
- AC_DEFINE(HAVE_LKSTRFTIME, 1, [strftime supports use of l and k])
- ac_cv_lkstrftime=yes
--],ac_cv_lkstrftime=no,ac_cv_lkstrftime=no])
-+],ac_cv_lkstrftime=no,ac_cv_lkstrftime=yes])
- AC_MSG_RESULT($ac_cv_lkstrftime)
-
- dnl Check for nl_langinfo and CODESET
diff --git a/packages/gal/gal-2.0-1.99.11/forward-decl.patch b/packages/gal/gal-2.0-1.99.11/forward-decl.patch
deleted file mode 100644
index 51218c9b2e..0000000000
--- a/packages/gal/gal-2.0-1.99.11/forward-decl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gal-2.1.10/gal/a11y/e-table/gal-a11y-e-table-item.c~ 2004-05-19 14:44:42.000000000 +0100
-+++ gal-2.1.10/gal/a11y/e-table/gal-a11y-e-table-item.c 2004-06-27 13:28:59.000000000 +0100
-@@ -49,6 +49,8 @@
- ESelectionModel *selection);
- static gboolean gal_a11y_e_table_item_unref_selection (GalA11yETableItem *a11y);
-
-+static gpointer *eti_reinit_data (AtkTable *table, ETableItem *item);
-+
- #if 0
- static void
- unref_accessible (gpointer user_data, GObject *obj_loc)
diff --git a/packages/gal/gal-2.0-1.99.11/iconv-detect.h b/packages/gal/gal-2.0-1.99.11/iconv-detect.h
deleted file mode 100644
index 46f476d5bc..0000000000
--- a/packages/gal/gal-2.0-1.99.11/iconv-detect.h
+++ /dev/null
@@ -1,5 +0,0 @@
-/* This is an auto-generated header, DO NOT EDIT! */
-
-#define ICONV_ISO_D_FORMAT "iso-%d-%d"
-#define ICONV_ISO_S_FORMAT "iso-%d-%s"
-#define ICONV_10646 "iso-10646"
diff --git a/packages/gal/gal-2.0_1.99.11.bb b/packages/gal/gal-2.0_1.99.11.bb
deleted file mode 100644
index 1c5aad8027..0000000000
--- a/packages/gal/gal-2.0_1.99.11.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/libs"
-DEPENDS = "intltool libgnomeprint gtk+ libglade libgnomeui libgnomecanvas libxml2 libgnomeprintui"
-
-inherit gnome
-
-SRC_URI = "${GNOME_MIRROR}/gal/1.99/gal-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
- file://forward-decl.patch;patch=1 \
- file://iconv-detect.h"
-
-S = "${WORKDIR}/gal-${PV}"
-
-do_configure_prepend() {
- cp ${WORKDIR}/iconv-detect.h ${S}/
-}
-
-do_stage() {
- gnome_stage_includes
- oe_libinstall -C gal -so -a libgal-2.0 ${STAGING_LIBDIR}
- oe_libinstall -C gal/a11y -so -a libgal-a11y-2.0 ${STAGING_LIBDIR}
-}
diff --git a/packages/gal/gal-2.1-2.1.10/configure.patch b/packages/gal/gal-2.1-2.1.10/configure.patch
deleted file mode 100644
index a71ce32806..0000000000
--- a/packages/gal/gal-2.1-2.1.10/configure.patch
+++ /dev/null
@@ -1,46 +0,0 @@
---- gal-2.1.10/configure.in~ 2004-06-01 14:33:00.000000000 +0100
-+++ gal-2.1.10/configure.in 2004-06-26 20:22:52.000000000 +0100
-@@ -145,7 +145,7 @@
- exit (1);
-
- exit (0);
--}], ac_cv_libiconv_utf8=yes, [ac_cv_libiconv_utf8=no; have_iconv=no], [ac_cv_libiconv_utf8=no; have_iconv=no]))
-+}], ac_cv_libiconv_utf8=yes, [ac_cv_libiconv_utf8=no; have_iconv=no], [ac_cv_libiconv_utf8=yes; have_iconv=yes]))
- fi
-
- if test "$have_iconv" = no; then
-@@ -154,25 +154,6 @@
- AC_SUBST(ICONV_CFLAGS)
- AC_SUBST(ICONV_LIBS)
-
--CFLAGS="$CFLAGS -I$srcdir"
--
--AC_MSG_CHECKING(preferred charset formats for system iconv)
--AC_TRY_RUN([
--#define CONFIGURE_IN
--#include "iconv-detect.c"
--],[
-- AC_MSG_RESULT(found)
--],[
-- AC_MSG_RESULT(not found)
-- AC_WARN([
-- *** The iconv-detect program was unable to determine the
-- *** preferred charset formats recognized by your system
-- *** iconv library. It is suggested that you install a
-- *** working iconv library such as the one found at
-- *** ftp://ftp.gnu.org/pub/gnu/libiconv
-- ])
--])
--
- CFLAGS="$save_CFLAGS"
- LIBS="$save_LIBS"
-
-@@ -200,7 +181,7 @@
- }],[
- AC_DEFINE(HAVE_LKSTRFTIME, 1, [strftime supports use of l and k])
- ac_cv_lkstrftime=yes
--],ac_cv_lkstrftime=no,ac_cv_lkstrftime=no])
-+],ac_cv_lkstrftime=no,ac_cv_lkstrftime=yes])
- AC_MSG_RESULT($ac_cv_lkstrftime)
-
- dnl Check for nl_langinfo and CODESET
diff --git a/packages/gal/gal-2.1-2.1.10/forward-decl.patch b/packages/gal/gal-2.1-2.1.10/forward-decl.patch
deleted file mode 100644
index 51218c9b2e..0000000000
--- a/packages/gal/gal-2.1-2.1.10/forward-decl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gal-2.1.10/gal/a11y/e-table/gal-a11y-e-table-item.c~ 2004-05-19 14:44:42.000000000 +0100
-+++ gal-2.1.10/gal/a11y/e-table/gal-a11y-e-table-item.c 2004-06-27 13:28:59.000000000 +0100
-@@ -49,6 +49,8 @@
- ESelectionModel *selection);
- static gboolean gal_a11y_e_table_item_unref_selection (GalA11yETableItem *a11y);
-
-+static gpointer *eti_reinit_data (AtkTable *table, ETableItem *item);
-+
- #if 0
- static void
- unref_accessible (gpointer user_data, GObject *obj_loc)
diff --git a/packages/gal/gal-2.1-2.1.10/iconv-detect.h b/packages/gal/gal-2.1-2.1.10/iconv-detect.h
deleted file mode 100644
index 46f476d5bc..0000000000
--- a/packages/gal/gal-2.1-2.1.10/iconv-detect.h
+++ /dev/null
@@ -1,5 +0,0 @@
-/* This is an auto-generated header, DO NOT EDIT! */
-
-#define ICONV_ISO_D_FORMAT "iso-%d-%d"
-#define ICONV_ISO_S_FORMAT "iso-%d-%s"
-#define ICONV_10646 "iso-10646"
diff --git a/packages/gal/gal-2.1_2.1.10.bb b/packages/gal/gal-2.1_2.1.10.bb
deleted file mode 100644
index b4e958b86a..0000000000
--- a/packages/gal/gal-2.1_2.1.10.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/libs"
-DEPENDS = "intltool libgnomeprint gtk+ libglade libgnomeui libgnomecanvas libxml2 libgnomeprintui"
-
-inherit gnome
-
-SRC_URI = "${GNOME_MIRROR}/gal/2.1/gal-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
- file://forward-decl.patch;patch=1 \
- file://iconv-detect.h"
-
-S = "${WORKDIR}/gal-${PV}"
-
-do_configure_prepend() {
- cp ${WORKDIR}/iconv-detect.h ${S}/
-}
-
-do_stage() {
- gnome_stage_includes
- oe_libinstall -C gal -so -a libgal-2.2 ${STAGING_LIBDIR}
-}