From: Junqian Gordon Xu Date: Fri, 18 Apr 2008 04:32:02 +0000 (+0000) Subject: slcalc: add icon with correct pi value (close oebug 4168) courtesy of Jeffery MacEachern X-Git-Tag: Release-2010-05/1~7175^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06b034d1452b55b3d5fa11980f4a55f8c5a11d74;p=openembedded.git slcalc: add icon with correct pi value (close oebug 4168) courtesy of Jeffery MacEachern --- diff --git a/packages/slcalc/files/.mtn2git_empty b/packages/slcalc/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/slcalc/files/slcalc.png b/packages/slcalc/files/slcalc.png new file mode 100644 index 0000000000..cdbd6c9147 Binary files /dev/null and b/packages/slcalc/files/slcalc.png differ diff --git a/packages/slcalc/files/slcalc2.png b/packages/slcalc/files/slcalc2.png new file mode 100644 index 0000000000..cbf1b2e86b Binary files /dev/null and b/packages/slcalc/files/slcalc2.png differ diff --git a/packages/slcalc/slcalc_1.2.1.bb b/packages/slcalc/slcalc_1.2.1.bb index a399defb76..f026845228 100644 --- a/packages/slcalc/slcalc_1.2.1.bb +++ b/packages/slcalc/slcalc_1.2.1.bb @@ -2,12 +2,13 @@ DESCRIPTION = "Scientific calculator with user definable constants and functions HOMEPAGE = "http://homepage3.nifty.com/cam/slcalc.htm" SECTION = "opie/applications" LICENSE = "GPL" -PR = "r1" +PR = "r2" APPTYPE = "binary" APPDESKTOP = "${S}" -SRC_URI = "http://homepage3.nifty.com/cam/slcalc_1.2.1_arm.tar.gz" +SRC_URI = "http://homepage3.nifty.com/cam/slcalc_1.2.1_arm.tar.gz \ + file://slcalc2.png" inherit opie @@ -15,5 +16,5 @@ S = "${WORKDIR}/slcalc_source" do_install() { install -d ${D}${palmtopdir}/pics - install -m 0644 slcalc2.png ${D}${palmtopdir}/pics/slcalc.png + install -m 0644 ${WORKDIR}/slcalc2.png ${D}${palmtopdir}/pics/slcalc.png }