summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-18 01:18:47 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-15 13:49:52 +0200
commitb29e4abdcc32960d7c6696b117fa9c6cf002b4d7 (patch)
tree1978506eeb99259c39ca34fdd02daa31b6ce1514
parentc001638ca22a0d56dd3d80d7ab0411bda02d1a19 (diff)
lxpanel: update to 0.5.12
-rw-r--r--recipes-lxde/lxpanel/lxpanel-0.5.12/lxpanel-0.5.6-broken-apps.patch20
-rw-r--r--recipes-lxde/lxpanel/lxpanel_0.5.12.bb23
2 files changed, 43 insertions, 0 deletions
diff --git a/recipes-lxde/lxpanel/lxpanel-0.5.12/lxpanel-0.5.6-broken-apps.patch b/recipes-lxde/lxpanel/lxpanel-0.5.12/lxpanel-0.5.6-broken-apps.patch
new file mode 100644
index 0000000..16cda10
--- /dev/null
+++ b/recipes-lxde/lxpanel/lxpanel-0.5.12/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.12.bb b/recipes-lxde/lxpanel/lxpanel_0.5.12.bb
new file mode 100644
index 0000000..a50762f
--- /dev/null
+++ b/recipes-lxde/lxpanel/lxpanel_0.5.12.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"
+
+RDEPENDS_{PN} = "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] = "30def9a0aa3c517e102295e8a7bc17fd"
+SRC_URI[sha256sum] = "11cfe76f6241bbac556e57a6efc079b6e10dceea76a8bdaf4c749afdb81d15ab"
+
+inherit autotools gettext pkgconfig
+
+EXTRA_OECONF += "--enable-alsa --with-x --with-plugins=all"
+
+FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug"