From: Michael Lauer Date: Tue, 27 Apr 2004 16:57:22 +0000 (+0000) Subject: opie-appearance_cvs.oe: X-Git-Tag: Release-2010-05/1~19506 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147d5fe4f1d14faf13f6acf55a7d6d77bb5f39ce;p=openembedded.git opie-appearance_cvs.oe: don't use , to seperate DEPENDS BKrev: 408e90f2Sp4lo1yNClBecTI6o-rdmw --- diff --git a/opie-appearance/opie-appearance_cvs.oe b/opie-appearance/opie-appearance_cvs.oe index e69de29bb2..14e3048f93 100644 --- a/opie-appearance/opie-appearance_cvs.oe +++ b/opie-appearance/opie-appearance_cvs.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Appearance settings dialog for the Opie environment." +SECTION = "opie/settings" +PRIORITY = "optional" +MAINTAINER = "Open Embedded " +LICENSE = "GPL" +DEPENDS = "libqtaux2 libopiecore2 libopieui2" +PV = "1.1.3-cvs-${CVSDATE}" +APPNAME = "appearance" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/appearance2;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}" + +S = "${WORKDIR}/appearance2" + +inherit opie + +# FILES plugins/application/libappearance.so* bin/appearance apps/Settings/Appearance.desktop pics/appearance +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/apps/Settings/Appearance.desktop ${D}${palmtopdir}/apps/Settings/ +} +