diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-13 00:52:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-19 09:37:30 +0200 |
commit | 094c5412efa2f884fbd904a709f9adc30a035b93 (patch) | |
tree | 6d46cb93d2417502f4b8f19f540a54abe2e847a5 /meta-xfce/classes | |
parent | 12f47ccf40547bb970ea7b58a2d9b6ffcb2f2dbf (diff) | |
download | meta-openembedded-094c5412efa2f884fbd904a709f9adc30a035b93.tar.gz |
thunar-plugin.bbclass: initial add
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r-- | 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 0000000000..4ec073a67a --- /dev/null +++ b/meta-xfce/classes/thunar-plugin.bbclass | |||
@@ -0,0 +1,10 @@ | |||
1 | inherit xfce | ||
2 | |||
3 | DEPENDS += "thunar" | ||
4 | |||
5 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | ||
6 | |||
7 | FILES_${PN} += "${libdir}/thunarx-2/*.so" | ||
8 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug" | ||
9 | FILES_${PN}-dev += "${libdir}/thunarx-2/*.la" | ||
10 | |||