mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
xfce.bbclass: A class for xfce-global settings
This commit is contained in:
committed by
Koen Kooi
parent
cdcac78a2b
commit
c2004f5eca
11
meta-xfce/classes/xfce.bbclass
Normal file
11
meta-xfce/classes/xfce.bbclass
Normal file
@@ -0,0 +1,11 @@
|
||||
HOMEPAGE = "http://www.xfce.org"
|
||||
SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools gtk-icon-cache pkgconfig
|
||||
|
||||
FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
|
||||
FILES_${PN}-doc += "${datadir}/xfce4/doc"
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
|
||||
FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"
|
||||
|
||||
Reference in New Issue
Block a user