diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-19 01:22:37 +0200 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-18 15:54:01 +0200 |
commit | f7170dc6c40f8b109014876014be1addbef2abf2 (patch) | |
tree | abdd6e160cb7cdf916a73cb839f960ca9a90597d /meta-xfce/recipes-xfce | |
parent | 5f9676112ac39c983c554ef49a235a3d63db6557 (diff) | |
download | meta-openembedded-f7170dc6c40f8b109014876014be1addbef2abf2.tar.gz |
thunar: update to 1.4.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb (renamed from meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb index 86fcc791e..39b125450 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.4.0.bb | |||
@@ -2,13 +2,12 @@ DESCRIPTION = "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 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify" | 5 | DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify" |
6 | |||
7 | PR = "r1" | ||
8 | 6 | ||
9 | inherit xfce | 7 | inherit xfce |
10 | 8 | ||
11 | # SRC_URI must follow inherited one | 9 | SRC_URI[md5sum] = "737ad2c36ed36b10fef82e860b9e990a" |
10 | SRC_URI[sha256sum] = "2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba" | ||
12 | SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" | 11 | SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" |
13 | 12 | ||
14 | S = "${WORKDIR}/Thunar-${PV}/" | 13 | S = "${WORKDIR}/Thunar-${PV}/" |
@@ -23,6 +22,3 @@ FILES_${PN} += "${libdir}/thunarx-2/* \ | |||
23 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ | 22 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ |
24 | ${libdir}/xfce4/panel/plugins/.debug/ \ | 23 | ${libdir}/xfce4/panel/plugins/.debug/ \ |
25 | ${libdir}/Thunar/.debug/" | 24 | ${libdir}/Thunar/.debug/" |
26 | |||
27 | SRC_URI[md5sum] = "0a2c36cdd3cb3a2ab52cbf6055415b85" | ||
28 | SRC_URI[sha256sum] = "e66aa9ad61a9202e15cc7c5fffc7b961da9ab3b4428f874c1ec8e46eb4ffaca6" | ||