Add icon for opie-mobilemsg
authorMatthias Hentges <oe@hentges.net>
Fri, 24 Sep 2004 10:59:36 +0000 (10:59 +0000)
committerMatthias Hentges <oe@hentges.net>
Fri, 24 Sep 2004 10:59:36 +0000 (10:59 +0000)
BKrev: 4153fe18AvHTYqXGKcCNCl7dnY0NnA

BitKeeper/etc/logging_ok
opie-mobilemsg/opie-mobilemsg_1.1.6.oe
opie-pics/opie-pics_1.1.6.oe

index 1b921f7..130cd28 100644 (file)
@@ -38,6 +38,7 @@ lpotter@polarbear.trolltech.com.au
 lpotter@spiritship.(none)
 mallum@shuttle.(none)
 marcinj@marcinj.local
+mhentges@mhcln01.hentges.local
 mickey@allanon.vanille.de
 mickey@gandalf.tm.informatik.uni-frankfurt.de
 mickey@merlin.vanille.de
index e69de29..2ddace6 100644 (file)
@@ -0,0 +1,30 @@
+DESCRIPTION = "Mobile Messaging"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+APPNAME = "mobilemsg"
+APPTYPE = "binary"
+
+PR = "r1"
+CVSDATE = "20040925"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/comm/mobilemsg \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libmobilemsg.so* bin/mobilemsg apps/Applications/mobilemsg.desktop pics/mobilemsg
+
+do_install() {
+}
+
+do_install_prepend() {
+       install -d ${D}${palmtopdir}/pics/mobilemsg/
+       install -m 0644 ${WORKDIR}/pics/mobilemsg/*.png ${D}${palmtopdir}/pics/mobilemsg/
+}
index e69de29..a639680 100644 (file)
@@ -0,0 +1,26 @@
+DESCRIPTION = "Common Opie pictures usable from all applications"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>
+LICENSE = "GPL"
+
+CVSDATE = "20040924"
+
+PR = "r1"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics"
+S = "${WORKDIR}/pics"
+
+do_install() {
+       install -d ${D}${palmtopdir}/pics/addressbook/
+       install -d ${D}${palmtopdir}/pics/datebook/
+       install -d ${D}${palmtopdir}/pics/todo/
+       install *.png ${D}${palmtopdir}/pics/
+       install addressbook/*.png ${D}${palmtopdir}/pics/addressbook/
+       install datebook/*.png ${D}${palmtopdir}/pics/datebook/
+       install todo/*.png ${D}${palmtopdir}/pics/todo/ 
+       
+}
+
+FILES_${PN} = "${palmtopdir}"