diff options
| author | Andreas Müller <schnitzeltony@gmx.de> | 2011-09-22 00:48:16 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-22 17:16:28 +0200 |
| commit | 89ef404be19d1d23b4ce23c2850c427ab5dcf280 (patch) | |
| tree | 502833c1440968556c1407c38cf94008850668d9 /meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb | |
| parent | 84f6b67951d46ec630b1a2f347593d5e6b59148c (diff) | |
| download | meta-openembedded-89ef404be19d1d23b4ce23c2850c427ab5dcf280.tar.gz | |
thunar: Bump to version 1.2.3
fix-segfault-no-icons.patch is now mainline [1]
relative-symlinks-docs.patch is now mainline [2]
[1] http://git.xfce.org/xfce/thunar/commit/?h=xfce-4.8&id=a9a495c31aee0b171807b777b635a480692c6ce7
[2] http://git.xfce.org/xfce/thunar/commit/?h=xfce-4.8&id=432d7abc5b84b7a15bb37d35bb95869d98a824a8
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb new file mode 100644 index 0000000000..a4500296d3 --- /dev/null +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.2.3.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | DESCRIPTION = "File manager for the Xfce Desktop Environment" | ||
| 2 | SECTION = "x11" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | DEPENDS = "exo gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | inherit xfce | ||
| 10 | |||
| 11 | # SRC_URI must follow inherited one | ||
| 12 | SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/Thunar-${PV}/" | ||
| 15 | |||
| 16 | FILES_${PN} += "${libdir}/thunarx-2/* \ | ||
| 17 | ${libdir}/xfce4/panel/plugins/* \ | ||
| 18 | ${libdir}/Thunar/[Tt]hunar* \ | ||
| 19 | ${datadir}/dbus-1 \ | ||
| 20 | ${datadir}/Thunar \ | ||
| 21 | ${datadir}/xfce4/panel-plugins/*" | ||
| 22 | |||
| 23 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ | ||
| 24 | ${libdir}/xfce4/panel/plugins/.debug/ \ | ||
| 25 | ${libdir}/Thunar/.debug/" | ||
| 26 | |||
| 27 | SRC_URI[md5sum] = "0a2c36cdd3cb3a2ab52cbf6055415b85" | ||
| 28 | SRC_URI[sha256sum] = "e66aa9ad61a9202e15cc7c5fffc7b961da9ab3b4428f874c1ec8e46eb4ffaca6" | ||
