From: Marcin Juszkiewicz Date: Wed, 22 Dec 2004 13:06:32 +0000 (+0000) Subject: Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ X-Git-Tag: Release-2010-05/1~15616 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654c1abd2f86214cc5cc7bf2407952f3647cad2d;p=openembedded.git Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into home.hrw.one.pl:/home/hrw/zaurus/bb/openembedded 2004/12/22 14:06:17+01:00 hrw.one.pl!hrw notez: Fix encoding on load/save (was latin1) BKrev: 41c97158cZ2crEFrB00nJeALuZcX2Q --- diff --git a/packages/notez/notez-1.1.0/fix-encoding.patch b/packages/notez/notez-1.1.0/fix-encoding.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/notez/notez_1.1.0.bb b/packages/notez/notez_1.1.0.bb index e69de29bb2..652ccdd8ab 100644 --- a/packages/notez/notez_1.1.0.bb +++ b/packages/notez/notez_1.1.0.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "simple note-taking application" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Marcin Juszkiewicz " +LICENSE = "GPL" +AUTHOR = "Henning Holtschneider " +HOMEPAGE = "http://www.holtschneider.com/notez/" +APPNAME = "notez" +APPTYPE = "binary" +APPDESKTOP = "${S}" +PR = "r1" + +SRC_URI = "http://www.holtschneider.com/notez/notez-${PV}.tar.gz \ +file://use-homedir.patch;patch=1 \ +file://fix-encoding.patch;patch=1" + +inherit opie + +do_install () { + install -d ${D}/${palmtopdir}/pics/ + install -m 0644 notez.png ${D}/${palmtopdir}/pics/noteZ.png +} +