aboutsummaryrefslogtreecommitdiffstats
path: root/opie-appearance/opie-appearance_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-appearance/opie-appearance_cvs.oe')
-rw-r--r--opie-appearance/opie-appearance_cvs.oe23
1 files changed, 0 insertions, 23 deletions
diff --git a/opie-appearance/opie-appearance_cvs.oe b/opie-appearance/opie-appearance_cvs.oe
deleted file mode 100644
index 13c8e09d7f..0000000000
--- a/opie-appearance/opie-appearance_cvs.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Appearance settings dialog for the Opie environment"
-SECTION = "opie/settings"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-DEPENDS = "libqtaux2"
-PV = "1.1.7+cvs-${CVSDATE}"
-APPNAME = "appearance"
-
-SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/appearance2 \
- ${HANDHELDS_CVS};module=opie/pics \
- ${HANDHELDS_CVS};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}/
-}
-