From 5363ce8115ffee64f81755910de7cbdc6a561d6a Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 18 Nov 2019 09:40:35 +0800 Subject: thunar: 1.8.9 -> 1.8.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tarball name uses all lower case now, so SRC_URI and S are not needded to be set in the recipe which have been configured in xfce.bbclass already. Signed-off-by: Kai Kang Signed-off-by: Khem Raj Acked-by: Andreas Müller --- meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb | 29 +++++++++++++++++++++++ meta-xfce/recipes-xfce/thunar/thunar_1.8.9.bb | 32 -------------------------- 2 files changed, 29 insertions(+), 32 deletions(-) create mode 100644 meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb delete mode 100644 meta-xfce/recipes-xfce/thunar/thunar_1.8.9.bb (limited to 'meta-xfce/recipes-xfce') diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb new file mode 100644 index 000000000..f2376aa52 --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb @@ -0,0 +1,29 @@ +SUMMARY = "File manager for the Xfce Desktop Environment" +SECTION = "x11" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" + +inherit xfce gobject-introspection features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI[md5sum] = "85c7394d82542d5a023f1f5baef109d8" +SRC_URI[sha256sum] = "3d448d81c0e49efbaa5ae6bf34ac3c88a614178a1127afaee6b3a1b5ee12e709" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" + +FILES_${PN} += " \ + ${libdir}/thunarx-3/* \ + ${libdir}/xfce4/panel/plugins/* \ + ${libdir}/Thunar/[Tt]hunar* \ + ${systemd_user_unitdir} \ + ${datadir}/dbus-1 \ + ${datadir}/metainfo \ + ${datadir}/polkit-1 \ + ${datadir}/Thunar \ + ${datadir}/xfce4/panel/plugins/* \ +" + +RRECOMMENDS_${PN} = "gvfs gvfsd-trash" diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.9.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.9.bb deleted file mode 100644 index bc996c15d..000000000 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.9.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "File manager for the Xfce Desktop Environment" -SECTION = "x11" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev" - -inherit xfce gobject-introspection 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] = "fd1166e879294e4490d5fa9dccfdd9da" -SRC_URI[sha256sum] = "7a758e7ac03501c520c304f8845353315c954d429b17d591b8eea8b14f1350b9" - -S = "${WORKDIR}/Thunar-${PV}/" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" - -FILES_${PN} += " \ - ${libdir}/thunarx-3/* \ - ${libdir}/xfce4/panel/plugins/* \ - ${libdir}/Thunar/[Tt]hunar* \ - ${systemd_user_unitdir} \ - ${datadir}/dbus-1 \ - ${datadir}/metainfo \ - ${datadir}/polkit-1 \ - ${datadir}/Thunar \ - ${datadir}/xfce4/panel/plugins/* \ -" - -RRECOMMENDS_${PN} = "gvfs gvfsd-trash" -- cgit v1.2.3-54-g00ecf