aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-06-10 17:08:10 +0200
committerKhem Raj <raj.khem@gmail.com>2018-06-14 08:57:14 -0700
commiteb0fe21c15356fe6c9c0e7e2712a0c95e422c4bf (patch)
tree890c2897b8a650829cae07d5233c2b16fe934d76
parent5f31db6014082a16c0be8553b6388ff5f12428bd (diff)
downloadmeta-openembedded-contrib-eb0fe21c15356fe6c9c0e7e2712a0c95e422c4bf.tar.gz
thunar: upgrade 1.6.15 -> 1.8.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb (renamed from meta-xfce/recipes-xfce/thunar/thunar_1.6.15.bb)13
1 files 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
index 170e250705..65d6b28c5b 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/* \