summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xarchiver
Commit message (Collapse)AuthorAgeFilesLines
* xarchiver: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xarchiver: upgrade to upstream 0.5.4.14Andreas Müller2019-02-201-7/+14
| | | | | | | | * build with gtk+3 * add 7z support Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xarchiver: only include when x11 in DISTRO_FEATURESArmin Kuster2018-04-131-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xarchiver: Upstream printf-fix-patchAndreas Müller2017-04-182-44/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xarchiver: Fix build with security flags turned onKhem Raj2017-04-062-1/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xarchiver: git repo was moved to githubAndreas Müller2015-03-211-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xarchiver: fix configueAndreas Müller2014-04-201-6/+2
| | | | | | | | * use xfce-git to fix aclocal-copy error * add intltool-native in DEPENDS to fix | configure.in:57: error: possibly undefined macro: AC_PROG_INTLTOOL Signed-off-by: Andreas Müller <schnitzeltony@googlemail.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>
* remove the unnecessary protocol parametersJackie Huang2013-09-031-1/+1
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xarchiver: update to 0.5.3 for various bugfixesAndreas Müller2013-06-201-5/+11
| | | | | | | | | | xarchiver is unmaintained for long time. Since I think it is worth to invest further development I did collect pending patches, wrote some myself, pushed into my git repo and contacted the developer. He signalled 'green light' for me maintaining xarchiver in the future. As long as I have not yet created/uploaded a tarball let us use my git-repo for the sources. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xarchiver: align libexecdir so that thunar-archive-plugin finds tap filesAndreas Müller2013-05-191-1/+6
| | | | | | | | | | xarchiver installs tap files for thunar-archive-plugin in $libexexdir/thunar-archive-plugin under the assumption that there is a single/common $libexexdir for all packages. In bitbake.conf oe-core sets libexecdir = "${libdir}/${BPN}" which causes thunar-archive-plugin not to find xarchiver tap-files. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xarchiver: add unzip to RRECOMMENDS_${PN}Andreas Müller2012-03-131-2/+2
| | | | | | | | opening *.zip caused: Failed to execute child process "zipinfo" (No such file or directory) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xarchiver: add bzip2 to RRECOMMENDS_${PN}Andreas Müller2012-03-131-1/+2
| | | | | | | | | | | error message for *.tar.bz2 was tar: Error is not recoverable: exiting now tar: Child returned status 2 tar (child): Error is not recoverable: exiting now tar (child): bzip2: Cannot exec: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xarchiver: Add version 0.5.2.Peter Tworek2012-02-021-0/+16
Signed-off-by: Peter Tworek <tworaz666@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>