[oe] [meta-xfce 02/14] thunar-plugin.bbclass: initial add

Andreas Müller schnitzeltony at googlemail.com
Wed May 15 15:20:47 UTC 2013


Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta-xfce/classes/thunar-plugin.bbclass |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/classes/thunar-plugin.bbclass

diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass
new file mode 100644
index 0000000..4ec073a
--- /dev/null
+++ b/meta-xfce/classes/thunar-plugin.bbclass
@@ -0,0 +1,10 @@
+inherit xfce
+
+DEPENDS += "thunar"
+
+SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
+
+FILES_${PN} += "${libdir}/thunarx-2/*.so"
+FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug"
+FILES_${PN}-dev += "${libdir}/thunarx-2/*.la"
+
-- 
1.7.6.5





More information about the Openembedded-devel mailing list