From f7170dc6c40f8b109014876014be1addbef2abf2 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 19 May 2012 01:22:37 +0200 Subject: thunar: update to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb | 28 --------------------------- meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb | 24 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 28 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb create mode 100644 meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb (limited to 'meta-xfce/recipes-xfce') diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb deleted file mode 100644 index 86fcc791e..000000000 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "File manager for the Xfce Desktop Environment" -SECTION = "x11" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "exo gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify" - -PR = "r1" - -inherit xfce - -# SRC_URI must follow inherited one -SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" - -S = "${WORKDIR}/Thunar-${PV}/" - -FILES_${PN} += "${libdir}/thunarx-2/* \ - ${libdir}/xfce4/panel/plugins/* \ - ${libdir}/Thunar/[Tt]hunar* \ - ${datadir}/dbus-1 \ - ${datadir}/Thunar \ - ${datadir}/xfce4/panel-plugins/*" - -FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ - ${libdir}/xfce4/panel/plugins/.debug/ \ - ${libdir}/Thunar/.debug/" - -SRC_URI[md5sum] = "0a2c36cdd3cb3a2ab52cbf6055415b85" -SRC_URI[sha256sum] = "e66aa9ad61a9202e15cc7c5fffc7b961da9ab3b4428f874c1ec8e46eb4ffaca6" diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb new file mode 100644 index 000000000..39b125450 --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "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 libsm dbus-glib startup-notification libnotify" + +inherit xfce + +SRC_URI[md5sum] = "737ad2c36ed36b10fef82e860b9e990a" +SRC_URI[sha256sum] = "2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba" +SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" + +S = "${WORKDIR}/Thunar-${PV}/" + +FILES_${PN} += "${libdir}/thunarx-2/* \ + ${libdir}/xfce4/panel/plugins/* \ + ${libdir}/Thunar/[Tt]hunar* \ + ${datadir}/dbus-1 \ + ${datadir}/Thunar \ + ${datadir}/xfce4/panel-plugins/*" + +FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ + ${libdir}/xfce4/panel/plugins/.debug/ \ + ${libdir}/Thunar/.debug/" -- cgit v1.2.3-54-g00ecf