aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfce-base/xfce4-mixer_4.6.1.bb
blob: 8d1f38b402ebc242e8f2218161a8f954f5d739ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# xfce-mixer-plugin OE build file

DESCRIPTION="XFCE panel mixer plugin"
DEPENDS="libwnck xfce4-panel"
RDEPENDS="xfce4-panel"
SECTION = "x11"
PR = "r2"

inherit xfce46

SRC_URI = "http://mocha.xfce.org/archive/src/apps/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"

FILES_${PN} += "${datadir}/xfce4/panel-plugins/*.desktop"
FILES_${PN} += "${libdir}/xfce4/modules/libxfce4mixer.so"
FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug/"