summaryrefslogtreecommitdiff
path: root/packages/dasher
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dasher')
-rw-r--r--packages/dasher/dasher-gpe/configure-lossage.patch21
-rw-r--r--packages/dasher/dasher-gpe_0.0-svn.bb31
2 files changed, 0 insertions, 52 deletions
diff --git a/packages/dasher/dasher-gpe/configure-lossage.patch b/packages/dasher/dasher-gpe/configure-lossage.patch
deleted file mode 100644
index e5a6896266..0000000000
--- a/packages/dasher/dasher-gpe/configure-lossage.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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/packages/dasher/dasher-gpe_0.0-svn.bb b/packages/dasher/dasher-gpe_0.0-svn.bb
deleted file mode 100644
index 297aa9ac4f..0000000000
--- a/packages/dasher/dasher-gpe_0.0-svn.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-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)
-}
-