summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel/lxpanel_0.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxpanel/lxpanel_0.8.0.bb')
-rw-r--r--recipes-lxde/lxpanel/lxpanel_0.8.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-lxde/lxpanel/lxpanel_0.8.0.bb b/recipes-lxde/lxpanel/lxpanel_0.8.0.bb
new file mode 100644
index 0000000..b34ab3e
--- /dev/null
+++ b/recipes-lxde/lxpanel/lxpanel_0.8.0.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "LXDE Panel"
+HOMEPAGE = "http://lxde.org/"
+SECTION = "x11"
+
+PR = "r0"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183"
+
+DEPENDS = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib libwnck wireless-tools pcmanfm keybinder"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.xz \
+ file://lxpanel-broken-apps.patch \
+"
+SRC_URI[md5sum] = "aa5bc73f4fe1d8006248a1f45f0a8a21"
+SRC_URI[sha256sum] = "94dd664ed6c7c001ca83959cdeadaa386ba0d2c91f113c2e6d318a5f33604415"
+
+inherit autotools gettext pkgconfig
+
+EXTRA_OECONF += "--enable-alsa --with-x --with-plugins=all"
+
+FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug"
+FILES_${PN}-dev += "${libdir}/lxpanel/*.so"