diff options
Diffstat (limited to 'recipes/opie-appearance/opie-appearance.inc')
-rw-r--r-- | recipes/opie-appearance/opie-appearance.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/opie-appearance/opie-appearance.inc b/recipes/opie-appearance/opie-appearance.inc new file mode 100644 index 0000000000..5daca3b68e --- /dev/null +++ b/recipes/opie-appearance/opie-appearance.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "Appearance settings dialog for the Opie environment" +SECTION = "opie/settings" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "libqtaux2" +APPNAME = "appearance" + + +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}/ +} + |