summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/thunar
Commit message (Collapse)AuthorAgeFilesLines
* thunar: add udev to DEPENDSAndreas Müller2014-10-101-1/+1
| | | | | | | WARNING: QA Issue: thunar requires libgudev-1.0.so.0, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-xfce: use BPN in SRC_URIRobert Yang2014-07-151-1/+1
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar: Add PACKAGECONFIG for pcreMartin Jansa2013-10-051-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar: update to 1.6.3Andreas Müller2013-05-191-3/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar: add RRECOMMENDS and RDEPENDS to ensure full functionalityAndreas Müller2013-01-271-0/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar: update to 1.6.2Andreas Müller2013-01-031-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar: add xfce4-panel to dependencies to ensure trash-plugin (tpa) is buildAndreas Müller2012-11-131-1/+2
|
* thunar: update to 1.4.0Andreas Müller2012-09-181-7/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar: bump PR for xcb-util changeKoen Kooi2011-12-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* thunar: Bump to version 1.2.3Andreas Müller2011-09-223-96/+4
| | | | | | | | 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
* thunar: Fix segfault in case no icon-theme is selected/installedAndreas Müller2011-08-122-5/+63
| | | | | | | | | | The patch was sent to xfce bug list [1]. As long as it not applied, make thunar work for us. [1] https://bugzilla.xfce.org/show_bug.cgi?id=7880 Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* thunar: Add initial recipe with version 1.2.2Andreas Mueller2011-08-052-0/+62
* thunar crashes silently but since it is required by xfdesktop this patch is send out