summaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r--meta-xfce/classes/xfce.bbclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass
new file mode 100644
index 000000000..a5a35bb32
--- /dev/null
+++ b/meta-xfce/classes/xfce.bbclass
@@ -0,0 +1,11 @@
1HOMEPAGE = "http://www.xfce.org"
2SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"
3
4inherit autotools gtk-icon-cache pkgconfig
5
6FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
7FILES_${PN}-doc += "${datadir}/xfce4/doc"
8
9FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
10FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"
11