summaryrefslogtreecommitdiff
path: root/packages/gnome
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-30 14:06:48 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-30 14:06:48 +0000
commitbe05e7eeeffa188d72642e6ae6d4091d6f118e86 (patch)
tree787edc78bd89a29e3453ac197c9c702c5857cbef /packages/gnome
parentf59d85a1212dd77dbac08e55a50f40b19b0a80ca (diff)
kanjipad: consolidate in kanjipad directory and unify
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/kanjipad_svn.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/gnome/kanjipad_svn.bb b/packages/gnome/kanjipad_svn.bb
deleted file mode 100644
index 1e0d943da7..0000000000
--- a/packages/gnome/kanjipad_svn.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "KanjiPad is a very simple program for handwriting recognition"
-LICENSE = "GPLv2"
-
-DEPENDS = "gtk+ perl-native"
-
-PV = "2.0.0+svn${SRCDATE}"
-
-inherit pkgconfig
-
-SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk"
-
-S = "${WORKDIR}/trunk"
-
-do_compile_prepend() {
- export CFLAGS='${TARGET_CFLAGS} -DFOR_PILOT_COMPAT -DKP_LIBDIR="${libdir}/kanjipad" -DBINDIR="${bindir}" `pkg-config --cflags gtk+-2.0` `pkg-config --cflags glib-2.0`'
-}
-
-
-