aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-appearance/opie-appearance.inc
blob: 58a07b09c28fa073a0f503b694dae67f6664e889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Appearance settings dialog for the Opie environment"
SECTION = "opie/settings"
PRIORITY = "optional"
LICENSE = "GPL"
# FIXME stopgap until split archives have license files included
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
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}/
}