blob: aa07950b9e408d792a11338f28d8d671b4b72baf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "A secondary system tray for those people who like having a lot of applets loaded at once."
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
SRC_URI = "${SOURCEFORGE_MIRROR}/subapplet/subapplet-1.0.8.tar.gz \
file://subapplet.pro.patch;patch=1 "
S = "${WORKDIR}/SubApplet-1.0.8"
inherit palmtop
QMAKE_PROFILES = "subapplet.pro"
do_install() {
install -d ${D}/${palmtopdir}/plugins/applets ${D}/${palmtopdir}/pics/subapplet/
install -m 0644 *.png ${D}/${palmtopdir}/pics/subapplet/
oe_libinstall -so -C rel${palmtopdir}/plugins/applets libsubapplet ${D}/${palmtopdir}/plugins/applets/
}
|