[oe] [meta-xfce][PATCH 08/19] thunar: upgrade 1.6.15 -> 1.8.0

Andreas Müller schnitzeltony at gmail.com
Sun Jun 10 15:08:10 UTC 2018


Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
---
 .../thunar/{thunar_1.6.15.bb => thunar_1.8.0.bb}            | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.15.bb => thunar_1.8.0.bb} (66%)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.15.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb
similarity index 66%
rename from meta-xfce/recipes-xfce/thunar/thunar_1.6.15.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb
index 170e25070..65d6b28c5 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.15.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb
@@ -2,15 +2,15 @@ SUMMARY = "File manager for the Xfce Desktop Environment"
 SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui xfconf libsm dbus-glib startup-notification libnotify xfce4-panel udev"
+DEPENDS = "exo glib-2.0 gtk+3 gdk-pixbuf libxfce4util libxfce4ui xfconf libsm dbus-glib startup-notification libnotify xfce4-panel udev"
 
-inherit xfce distro_features_check
+inherit xfce gobject-introspection distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2"
-SRC_URI[md5sum] = "8fea2af69c3acbb273fd1a177d3d8e47"
-SRC_URI[sha256sum] = "e81291a8519f495e0a059ff1f2d29608bc6d37c0be83b1f38f3c9aa25f8d252d"
+SRC_URI[md5sum] = "245ca8e9111c44667032023199ca7778"
+SRC_URI[sha256sum] = "acf151bceedb20aed45a6da61d7bb85a4a03964090c80454e72e61e7fc9e49c7"
 
 S = "${WORKDIR}/Thunar-${PV}/"
 
@@ -18,11 +18,12 @@ PACKAGECONFIG ??= ""
 PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
 
 FILES_${PN} += " \
-    ${libdir}/thunarx-2/* \
+    ${libdir}/thunarx-3/* \
     ${libdir}/xfce4/panel/plugins/* \
     ${libdir}/Thunar/[Tt]hunar* \
-    ${datadir}/appdata \
+    ${libdir}/systemd \
     ${datadir}/dbus-1 \
+    ${datadir}/metainfo \
     ${datadir}/polkit-1 \
     ${datadir}/Thunar \
     ${datadir}/xfce4/panel/plugins/* \
-- 
2.14.3




More information about the Openembedded-devel mailing list