diff options
Diffstat (limited to 'opie-appearance/opie-appearance_1.1.7.oe')
-rw-r--r-- | opie-appearance/opie-appearance_1.1.7.oe | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/opie-appearance/opie-appearance_1.1.7.oe b/opie-appearance/opie-appearance_1.1.7.oe index e69de29bb2..4d4f42bbf5 100644 --- a/opie-appearance/opie-appearance_1.1.7.oe +++ b/opie-appearance/opie-appearance_1.1.7.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Appearance settings dialog for the Opie environment." +SECTION = "opie/settings" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "libqtaux2 " + +APPNAME = "appearance" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/appearance2 \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/apps" + +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}/ +} + |