summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel
diff options
context:
space:
mode:
authorPeter Tworek <tworaz666@gmail.com>2011-11-07 22:21:36 +0100
committerPeter Tworek <tworaz666@gmail.com>2011-11-07 22:21:36 +0100
commitabfef776aba7bc88650befba182364624453bb79 (patch)
treee1f3c594472ff09a25af767c5dbecf166b7ae0ad /recipes-lxde/lxpanel
parent72116e6a9b9fc09be030570eca2307ce7ce0f408 (diff)
Import some more LXDE recipes.
Diffstat (limited to 'recipes-lxde/lxpanel')
-rw-r--r--recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel-0.5.6-broken-apps.patch20
-rw-r--r--recipes-lxde/lxpanel/lxpanel_0.5.8.bb20
2 files changed, 40 insertions, 0 deletions
diff --git a/recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel-0.5.6-broken-apps.patch b/recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel-0.5.6-broken-apps.patch
new file mode 100644
index 0000000..16cda10
--- /dev/null
+++ b/recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel-0.5.6-broken-apps.patch
@@ -0,0 +1,20 @@
+diff -NrU5 lxpanel-0.5.6.original/data/default/panels/panel.in lxpanel-0.5.6/data/default/panels/panel.in
+--- lxpanel-0.5.6.original/data/default/panels/panel.in 2010-02-08 00:37:52.000000000 -0600
++++ lxpanel-0.5.6/data/default/panels/panel.in 2010-12-26 12:49:42.000000000 -0600
+@@ -50,16 +50,10 @@
+ type = launchbar
+ Config {
+ Button {
+ id=pcmanfm.desktop
+ }
+- Button {
+- id=gnome-terminal.desktop
+- }
+- Button {
+- id=firefox.desktop
+- }
+ }
+ }
+
+ Plugin {
+ type = space
diff --git a/recipes-lxde/lxpanel/lxpanel_0.5.8.bb b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
new file mode 100644
index 0000000..333e3ee
--- /dev/null
+++ b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "LXDE Panel"
+HOMEPAGE = "http://lxde.org/"
+SECTION = "x11"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183"
+
+RDEPENDS = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib"
+DEPENDS = "${RDEPENDS}"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
+ file://lxpanel-0.5.6-broken-apps.patch"
+SRC_URI[md5sum] = "129fae75d1cd3983fd94542c573a70a1"
+SRC_URI[sha256sum] = "6a3579d6f384c03a33a03e4d32016428c84eb0f2bc421704f724fe2cc015cddd"
+
+inherit autotools gettext
+
+EXTRA_OECONF += "--enable-alsa --with-x --with-plugins=all"
+
+FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug"