Forráskód Böngészése

thunar-plugin.bbclass change and plugins

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>
Jason Schonberg 4 hónapja
szülő
commit
cffffd29e5

+ 1 - 1
meta-xfce/classes/thunar-plugin.bbclass

@@ -6,7 +6,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
 DEPENDS += "thunar"
 
-SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
+SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.xz"
 
 FILES:${PN} += "${libdir}/thunarx-3/*.so"
 

+ 1 - 1
meta-xfce/recipes-thunar-plugins/archive/thunar-archive-plugin_0.5.3.bb → meta-xfce/recipes-thunar-plugins/archive/thunar-archive-plugin_0.6.0.bb

@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4cf66a4984120007c9881cc871cf49db"
 
 inherit thunar-plugin
 
-SRC_URI[sha256sum] = "cc0ffc86dc48e72edc6f6a61ad4345f99018526d5d854360960759ce1ec2ca22"
+SRC_URI[sha256sum] = "692708cd047c7a552f2f85fe2ee32f19c7d5be5bf695d0288e8cadf50289db06"
 
 # install tap files in ${libdir}/thunar-archive-plugin
 EXTRA_OECONF += "--libexecdir=${libdir}"

+ 1 - 1
meta-xfce/recipes-thunar-plugins/media-tags/thunar-media-tags-plugin_0.5.0.bb → meta-xfce/recipes-thunar-plugins/media-tags/thunar-media-tags-plugin_0.6.0.bb

@@ -7,4 +7,4 @@ inherit thunar-plugin
 
 DEPENDS += "taglib"
 
-SRC_URI[sha256sum] = "105a72d51c7fbcc690c9b9a850f3743accbd9bf5dc51480b5ea283dfde96d61e"
+SRC_URI[sha256sum] = "b62dc047100346324e63d46acaaa497e8d7fccd1d10ef5bfb8370fd666a48c4a"

+ 1 - 1
meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.4.0.bb → meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.5.0.bb

@@ -7,6 +7,6 @@ inherit thunar-plugin features_check
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "pam"
 
-SRC_URI[sha256sum] = "0afc9b9ff31c88b208ca9a58bc61d95f9f5408f2adbcd7fe911dfce9e22fba44"
+SRC_URI[sha256sum] = "34d4d69d413e63837c5083506b4dbf65f1fd2efe17667b1d7ad0699e1e2eb07d"
 
 RDEPENDS:${PN} += "samba-server"