mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00: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>
12 lines
482 B
BlitzBasic
12 lines
482 B
BlitzBasic
DESCRIPTION = "Thunar Archive Plugin allows you to create and extract archive files using file context menus in Thunar"
|
|
HOMEPAGE = "https://docs.xfce.org/xfce/thunar/archive"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4cf66a4984120007c9881cc871cf49db"
|
|
|
|
inherit thunar-plugin
|
|
|
|
SRC_URI[sha256sum] = "692708cd047c7a552f2f85fe2ee32f19c7d5be5bf695d0288e8cadf50289db06"
|
|
|
|
# install tap files in ${libdir}/thunar-archive-plugin
|
|
EXTRA_OECONF += "--libexecdir=${libdir}"
|