aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-appearance/opie-appearance.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-appearance/opie-appearance.inc')
-rw-r--r--recipes-opie/opie-appearance/opie-appearance.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-opie/opie-appearance/opie-appearance.inc b/recipes-opie/opie-appearance/opie-appearance.inc
new file mode 100644
index 0000000..5daca3b
--- /dev/null
+++ b/recipes-opie/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}/
+}
+