From 12f47ccf40547bb970ea7b58a2d9b6ffcb2f2dbf Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 13 May 2013 16:33:36 +0200 Subject: thunar: update to 1.6.3 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.6.2.bb | 27 --------------------------- meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb create mode 100644 meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb (limited to 'meta-xfce/recipes-xfce/thunar') diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb deleted file mode 100644 index 973eb47267..0000000000 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -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 xfce4-panel" -PR = "r1" - -inherit xfce - -SRC_URI[md5sum] = "a446103ab90855cc8ba484dfeedb82d8" -SRC_URI[sha256sum] = "7dbd172ae396e7a2533f47dc1ff703a9ea1a61af3edfdc6f4877b9b9331abd85" -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/" - -RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks" diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb new file mode 100644 index 0000000000..fc80dc9277 --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb @@ -0,0 +1,26 @@ +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 xfce4-panel" + +inherit xfce + +SRC_URI[md5sum] = "4f10d5d5576ce5127308d6badbac3afa" +SRC_URI[sha256sum] = "9a2706f6881ac29cda9f0b0325d179153bc09e37bcbafcab9823c1c1ec89579d" +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/" + +RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks" -- cgit 1.2.3-korg