Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Dec 2004 13:06:32 +0000 (13:06 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Dec 2004 13:06:32 +0000 (13:06 +0000)
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

packages/notez/notez-1.1.0/fix-encoding.patch [new file with mode: 0644]
packages/notez/notez_1.1.0.bb

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 (file)
index 0000000..e69de29
index e69de29..652ccdd 100644 (file)
@@ -0,0 +1,23 @@
+DESCRIPTION = "simple note-taking application"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
+LICENSE = "GPL"
+AUTHOR = "Henning Holtschneider <hh@holtschneider.com>"
+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
+}
+