diff options
Diffstat (limited to 'subapplet')
-rw-r--r-- | subapplet/subapplet_1.0.7.oe | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/subapplet/subapplet_1.0.7.oe b/subapplet/subapplet_1.0.7.oe index e69de29bb2..8b421f8e82 100644 --- a/subapplet/subapplet_1.0.7.oe +++ b/subapplet/subapplet_1.0.7.oe @@ -0,0 +1,21 @@ +DESCRIPTION = "A secondary system tray for those people who like having a lot of applets loaded at once." +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS = "libqpe1" +DEPENDS = "virtual/libc" + +SRC_URI = "http://www.hrw.one.pl/zaurus/subapplet-1.0.7-src.tar.gz \ + file://${FILESDIR}/subapplet.pro.patch;patch=1 \ + file://${FILESDIR}/about.ui.patch;patch=1" +S = "${WORKDIR}/SubApplet-1.0.7" + +inherit palmtop + +QMAKE_PROFILES = "subapplet.pro" + +do_install() { + install -d ${D}${palmtopdir}{pics/subapplet,plugins/applets} + install -m 0644 *.png ${D}${palmtopdir}pics/subapplet/ + oe_soinstall rel${palmtopdir}plugins/applets/libsubapplet.so.1.0 ${D}${palmtopdir}plugins/applets/ +} |