[oe-commits] [meta-openembedded] 13/38: thunar: upgrade 1.6.15 -> 1.8.0

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 04:48:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit eb0fe21c15356fe6c9c0e7e2712a0c95e422c4bf
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Sun Jun 10 17:08:10 2018 +0200

    thunar: upgrade 1.6.15 -> 1.8.0
    
    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(-)

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 170e250..65d6b28 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/* \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list