summaryrefslogtreecommitdiff
path: root/opie-3rdparty
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-15 15:44:40 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-15 15:44:40 +0000
commite615b9c894185bb76aa82b66075fa64d807137a5 (patch)
tree239bd2ed986aeb8e7908488713fe869da96bffc1 /opie-3rdparty
parentbef2555a0c9f0cf532d8b70893f91096caf08198 (diff)
timesleuth: fixed icon location
BKrev: 41486368a_3SH8B7glagbcWLmC8UiA
Diffstat (limited to 'opie-3rdparty')
-rw-r--r--opie-3rdparty/timesleuth-1.05ern/time.patch0
-rw-r--r--opie-3rdparty/timesleuth_1.0.5.oe9
2 files changed, 4 insertions, 5 deletions
diff --git a/opie-3rdparty/timesleuth-1.05ern/time.patch b/opie-3rdparty/timesleuth-1.05ern/time.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/opie-3rdparty/timesleuth-1.05ern/time.patch
+++ /dev/null
diff --git a/opie-3rdparty/timesleuth_1.0.5.oe b/opie-3rdparty/timesleuth_1.0.5.oe
index d4a1388c4f..b157398b41 100644
--- a/opie-3rdparty/timesleuth_1.0.5.oe
+++ b/opie-3rdparty/timesleuth_1.0.5.oe
@@ -5,10 +5,9 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
AUTHOR = "Dafydd Walters"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-TimeSleuth.html"
+PR = "r1"
-
-SRC_URI = "http://handhelds.org/~zecke/oe_packages/timesleuth_V1.05ern.tar.gz \
- file://time.patch;patch=1"
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/timesleuth_V1.05ern.tar.gz "
PV = "1.05ern"
S = "${WORKDIR}/timesleuth_V${PV}"
@@ -18,8 +17,8 @@ APPTYPE = "binary"
APPDESKTOP = "${S}"
do_install () {
- install -d ${D}/${palmtopdir}/pics/${APPNAME}/
- install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}/${palmtopdir}/pics/
+ install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/
}