diff options
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.8.7.bb (renamed from meta-xfce/recipes-xfce/thunar/thunar_1.8.6.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.6.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.7.bb index 4375ce065b..21430ba59c 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.6.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.7.bb | |||
@@ -2,15 +2,15 @@ SUMMARY = "File manager for the Xfce Desktop Environment" | |||
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo glib-2.0 gtk+3 gdk-pixbuf libxfce4util libxfce4ui xfconf libsm dbus-glib startup-notification libnotify xfce4-panel udev" | 5 | DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" |
6 | 6 | ||
7 | inherit xfce gobject-introspection distro_features_check | 7 | inherit xfce gobject-introspection distro_features_check |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" | 11 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" |
12 | SRC_URI[md5sum] = "3cb40548d7c642176eab8b97a5ba6d29" | 12 | SRC_URI[md5sum] = "9abdbc78cbf9957f9727c327476a08c2" |
13 | SRC_URI[sha256sum] = "c0e5fb828e3d036941dfeb7ed7f9f2b17b729fc044c2bf7c4218c1c91b38ef2a" | 13 | SRC_URI[sha256sum] = "3e033af06751beee23e73cf16cbd97513d3c0adf358d8a42158af38a44b9d329" |
14 | 14 | ||
15 | S = "${WORKDIR}/Thunar-${PV}/" | 15 | S = "${WORKDIR}/Thunar-${PV}/" |
16 | 16 | ||