eel: update to 2.22.2
authorKoen Kooi <koen@openembedded.org>
Fri, 5 Sep 2008 12:06:53 +0000 (12:06 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 5 Sep 2008 12:06:53 +0000 (12:06 +0000)
packages/eel/eel/eel-no-strftime.patch [new file with mode: 0644]
packages/eel/eel_2.22.2.bb [new file with mode: 0644]

diff --git a/packages/eel/eel/eel-no-strftime.patch b/packages/eel/eel/eel-no-strftime.patch
new file mode 100644 (file)
index 0000000..a5795e5
--- /dev/null
@@ -0,0 +1,29 @@
+--- /tmp/configure.in  2008-09-05 14:01:25.000000000 +0200
++++ eel-2.22.2/configure.in    2008-09-05 14:01:58.693198000 +0200
+@@ -98,26 +98,6 @@
+-dnl ===========================================================================
+-
+-dnl strftime checks
+-
+-AC_TRY_RUN([#include <time.h>
+-                int main ()
+-                {
+-                  char buf[100];
+-                  struct tm tm = {0};
+-                  tm.tm_year = 99;
+-                  if (strftime(buf, 100, "%EY", &tm) == 4 &&
+-                    strcmp (buf, "1999")==0)
+-                    return 0;
+-                  return 1;
+-                }
+-            ],
+-          AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
+-            )
+-
+-dnl ===========================================================================
+ dnl X development libraries check
diff --git a/packages/eel/eel_2.22.2.bb b/packages/eel/eel_2.22.2.bb
new file mode 100644 (file)
index 0000000..0435379
--- /dev/null
@@ -0,0 +1,16 @@
+# eel OE build file
+# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+inherit gnome
+
+LICENSE="GPL"
+
+SRC_URI += "file://eel-no-strftime.patch;patch=1"
+
+DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui gail"
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+       autotools_stage_all
+}