[oe-commits] Andreas Müller : thunar-plugin.bbclass: initial add

git at git.openembedded.org git at git.openembedded.org
Sun May 19 07:32:56 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 094c5412efa2f884fbd904a709f9adc30a035b93
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=094c5412efa2f884fbd904a709f9adc30a035b93

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Mon May 13 00:52:03 2013 +0200

thunar-plugin.bbclass: initial add

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>

---

 meta-xfce/classes/thunar-plugin.bbclass |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

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"
+





More information about the Openembedded-commits mailing list