From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: 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 Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/dasher/dasher-gpe/configure-lossage.patch | 21 +++++++++++++++ recipes/dasher/dasher-gpe_0.0-svn.bb | 31 +++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 recipes/dasher/dasher-gpe/configure-lossage.patch create mode 100644 recipes/dasher/dasher-gpe_0.0-svn.bb (limited to 'recipes/dasher') diff --git a/recipes/dasher/dasher-gpe/configure-lossage.patch b/recipes/dasher/dasher-gpe/configure-lossage.patch new file mode 100644 index 0000000000..e5a6896266 --- /dev/null +++ b/recipes/dasher/dasher-gpe/configure-lossage.patch @@ -0,0 +1,21 @@ +--- dasher/configure.in.old 2004-08-29 23:50:19.000000000 +0100 ++++ dasher/configure.in 2004-08-29 23:50:23.000000000 +0100 +@@ -89,12 +89,12 @@ + LIBS="$save_LIBS" + break],[AC_MSG_RESULT(no)]) + done +- if test "x$XTST_LIBS" = x; then +- AC_MSG_ERROR(Couldn't find the Xtst library. Check config.log for details) +- else +- X_LIBS="$X_LIBS $XTST_LIBS" +- AC_DEFINE(HAVE_XTST, 1, [The XTest extension is present]) +- fi ++ fi ++ if test "x$XTST_LIBS" = x; then ++ AC_MSG_ERROR(Couldn't find the Xtst library. Check config.log for details) ++ else ++ X_LIBS="$X_LIBS $XTST_LIBS" ++ AC_DEFINE(HAVE_XTST, 1, [The XTest extension is present]) + fi + + AC_SUBST(X_LIBS) diff --git a/recipes/dasher/dasher-gpe_0.0-svn.bb b/recipes/dasher/dasher-gpe_0.0-svn.bb new file mode 100644 index 0000000000..297aa9ac4f --- /dev/null +++ b/recipes/dasher/dasher-gpe_0.0-svn.bb @@ -0,0 +1,31 @@ +LICENSE="GPL" +PV = "0.0+svnr${SRCREV}" +PR = "r1" +DEPENDS = "libxsettings-client libglade libxtst gconf gtk+" +SECTION = "gpe" +SRC_URI = "svn://svn.gnome.org/svn/dasher;module=trunk \ + file://configure-lossage.patch;patch=1" + +S = "${WORKDIR}/trunk" +FILES_${PN} += "${datadir}/dasher" + +inherit autotools + + +EXTRA_OECONF = "--with-gpe --without-gnome --without-speech --without-a11y" +LDFLAGS_append = '-Wl,--export-dynamic' + +do_configure_prepend() { + rm -f m4/libtool.m4 + intltoolize --force +} + +do_install_append () { + install -d ${D}${datadir}/pixmaps/ + mv ${D}${datadir}/icons/dasher.png ${D}${datadir}/pixmaps/ +} + +python populate_packages_prepend () { + do_split_packages(d, bb.data.expand("${datadir}/dasher", d), "training_(.*).txt", "dasher-training-data-%s", "Dasher training data for %s", prepend=True) +} + -- cgit 1.2.3-korg