mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00

Newer thunar plugins are being distributed as tar.xz archives instead of tar.bz2. Update the bbclass to reflect that. Also update the three users of this bbclass to newer plugin versions that are distributed as tar.xz arcives. All three of these plugins still build with autotools. Although some thought should be given to how we want to build with meson in the future. thunar-shares-plugin: upgrade 0.4.0 -> 0.5.0 Changelog: https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/tags/thunar-shares-plugin-0.5.0 thunar-media-tags-plugin: upgrade 0.5.0 -> 0.6.0 Changelog: https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin/-/tags/thunar-media-tags-plugin-0.6.0 thunar-archive-plugin: upgrade 0.5.3 -> 0.6.0 Changelog: https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/-/tags/thunar-archive-plugin-0.6.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
inherit xfce features_check
|
|
|
|
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
|
# cairo would at least needed to be built with xlib.
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
|
|
DEPENDS += "thunar"
|
|
|
|
SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.xz"
|
|
|
|
FILES:${PN} += "${libdir}/thunarx-3/*.so"
|
|
|
|
FILES:${PN}-dev += "${libdir}/thunarx-3/*.la"
|