diff options
Diffstat (limited to 'subapplet/subapplet_1.0.7.oe')
-rw-r--r-- | subapplet/subapplet_1.0.7.oe | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/subapplet/subapplet_1.0.7.oe b/subapplet/subapplet_1.0.7.oe deleted file mode 100644 index cd009f5f6c..0000000000 --- a/subapplet/subapplet_1.0.7.oe +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "A secondary system tray for those people who like having a lot of applets loaded at once." -SECTION = "base" -PRIORITY = "optional" -LICENSE = "GPL" -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}/plugins/applets \ - ${D}/${palmtopdir}/pics - install -m 0644 *.png ${D}/${palmtopdir}/pics/subapplet/ - oe_soinstall rel${palmtopdir}/plugins/applets/libsubapplet.so.1.0 ${D}/${palmtopdir}/plugins/applets/ -} |