summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel/lxpanel_0.8.2.bb
blob: a5966c02d85edf5acd8935145aa12f7fa9b49ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "LXDE Panel"
HOMEPAGE = "http://lxde.org/"
SECTION = "x11"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183"

DEPENDS = "alsa-lib glib-2.0-native gtk+3 intltool-native keybinder-3.0 libwnck3 libxml2 libxmu libxpm lxmenu-data menu-cache pcmanfm wireless-tools"

SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxpanel-${PV}.tar.xz \
           file://lxpanel-broken-apps.patch \
           file://gtk3.patch \
           file://create_target_dir.patch \
           file://0001-panel.c-gtk3-set-minimum-geometry.patch \
           file://0002-taskbar-gtk3-calculate-task-width-in-code.patch \
"
SRC_URI[md5sum] = "8d7c93c4ebb4af8bf436ef6d3aee4ea9"
SRC_URI[sha256sum] = "516ac4c83494ee99b2a0d2466458519a9a2668272eeff6d2162af3683b634104"

inherit autotools gettext pkgconfig

EXTRA_OECONF += "--enable-alsa --enable-gtk3 --with-x --with-plugins=all"

FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug"
FILES_${PN}-dev += "${libdir}/lxpanel/*.so"