From 199f38cafe7019a0c20824dd0da945dcbbbc478c Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 19 May 2009 18:10:22 +0200 Subject: cellwriter: update to 1.3.4 --- recipes/cellwriter/cellwriter_1.3.3.bb | 13 ------------- recipes/cellwriter/cellwriter_1.3.4.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 recipes/cellwriter/cellwriter_1.3.3.bb create mode 100644 recipes/cellwriter/cellwriter_1.3.4.bb (limited to 'recipes/cellwriter') diff --git a/recipes/cellwriter/cellwriter_1.3.3.bb b/recipes/cellwriter/cellwriter_1.3.3.bb deleted file mode 100644 index 12ec70a48f..0000000000 --- a/recipes/cellwriter/cellwriter_1.3.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "A grid-entry natural handwriting input panel" -SECTION = "x11/input" -AUTHOR = "Michael Levin" -LICENSE = "GPL" -DEPENDS = "gtk+ libxtst" - -SRC_URI = "http://pub.risujin.org/cellwriter/${PN}-${PV}.tar.gz" - -inherit autotools - -EXTRA_OECONF = "--without-gnome" - -FILES_${PN} += "${datadir}/icons" diff --git a/recipes/cellwriter/cellwriter_1.3.4.bb b/recipes/cellwriter/cellwriter_1.3.4.bb new file mode 100644 index 0000000000..12ec70a48f --- /dev/null +++ b/recipes/cellwriter/cellwriter_1.3.4.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A grid-entry natural handwriting input panel" +SECTION = "x11/input" +AUTHOR = "Michael Levin" +LICENSE = "GPL" +DEPENDS = "gtk+ libxtst" + +SRC_URI = "http://pub.risujin.org/cellwriter/${PN}-${PV}.tar.gz" + +inherit autotools + +EXTRA_OECONF = "--without-gnome" + +FILES_${PN} += "${datadir}/icons" -- cgit 1.2.3-korg