diff mbox series

[meta-xfce,2/4] thunar-shares-plugin: update to latest commit

Message ID 20221206193547.144679-2-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-xfce,1/4] thunar-archive-plugin: update 0.4.0 -> 0.5.0 | expand

Commit Message

Markus Volk Dec. 6, 2022, 7:35 p.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../shares/thunar-shares-plugin_0.3.1.bb               | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb
index fb7589637..b80a23e4f 100644
--- a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb
+++ b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb
@@ -2,12 +2,14 @@  SUMMARY = "Quickly share a folder using Samba from Thunar"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
-inherit thunar-plugin features_check
+inherit xfce thunar-plugin features_check xfce-git
+
+DEPENDS = "xfce4-dev-tools-native gtk+3 intltool-native thunar"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "pam"
 
-SRC_URI[md5sum] = "0884855d60cf1031b9013b6f5b125372"
-SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0"
-
+SRC_URI = "git://github.com/xfce-mirror/thunar-shares-plugin.git;branch=master;protocol=https"
+SRCREV = "e4bce21a1bd744ccfde84de4669ac30aa1d72135"
+S = "${WORKDIR}/git"
 RDEPENDS:${PN} += "samba-server"