aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
AgeCommit message (Collapse)Author
2015-02-19xfce4-screenshooter: update to 1.8.2Andreas Müller
0001-Fix-panel-plugin-build.patch was applied mainline Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16gigolo: initial add 0.4.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16orage: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16xfce4-terminal: update to 0.6.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01xfce4-taskmanager: update to 1.0.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01ristretto: don't blacklist - tumbler is up againAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-06-21tumbler, ristretto: Blacklist because freetype2-config used by tumbler was ↵Martin Jansa
removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-13xfce4-notifyd: Ensure xfce4-notifyd subdirectory existsAsh Charles
The notify-dbus.h file is autogenerated during compilation into the xfce4-notifyd subdirectory. This directory doesn't exist in an out-of-tree build so we add one manually. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-13xfce4-screenshooter: Ensure lib directory exists.Ash Charles
Screenshooter autogenerates screenshooter-marshal.[ch] in lib/ during compilation. The source directory contains a lib/ but this directory doesn't exist in a build directory by default so we add one manually. Really, this should be corrected in the upstream package. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20mousepad: add intltool-native and xfce4-dev-tools-native dependencyMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20xfce4-taskmanager: fix configue by inheriting xfce-git.bbclassAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20xarchiver: fix configueAndreas Müller
* 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>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
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>
2013-11-01recipes: Remove PR = r0 from all recipesMartin Jansa
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05xfce4-taskmanager: inital add git-versionAndreas Müller
we use git sources - the last release is 3 years ago Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17orage: Add PACKAGECONFIG for notify and dependency on poptMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03remove the unnecessary protocol parametersJackie Huang
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>
2013-06-20xarchiver: update to 0.5.3 for various bugfixesAndreas Müller
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>
2013-05-19xfce4-terminal: update to 0.6.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-05-19xarchiver: align libexecdir so that thunar-archive-plugin finds tap filesAndreas Müller
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>
2013-04-26xfce4-mixer: add missing dep on libuniqueKoen Kooi
checking for unique-1.0 >= 1.1... not found *** The required package unique-1.0 was not found on your system. *** Please install unique-1.0 (atleast version 1.1) or adjust *** the PKG_CONFIG_PATH environment variable if you *** installed the package in a nonstandard prefix so that *** pkg-config is able to find it. Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-02-05orage: initial add 4.8.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-03xfce4-mixer: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-03mousepad: initial add 0.3.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-03xfce4-terminal: update to 0.6.1Andreas Müller
* renamed upstream Terminal -> xfce4-terminal [1] * dependencies changed [1] [1] http://mail.xfce.org/pipermail/xfce/2012-December/031872.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23meta-openembedded: use correct format of Upstream-StatusMartin Jansa
* some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-18xfce4-screenshooter: update to 1.8.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18ristretto: update to 0.6.0Andreas Müller
LIC_FILES_CHKSUM: Free Software Foundation address changed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-07-25ristretto: add exo to DEPENDSAndreas Müller
error message was: | configure:7743: checking for exo-1 >= 0.4.0 | configure:7785: result: not found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-08xfce4-mixer: initial add 4.8.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-03-13xarchiver: add unzip to RRECOMMENDS_${PN}Andreas Müller
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>
2012-03-13xarchiver: add bzip2 to RRECOMMENDS_${PN}Andreas Müller
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>
2012-03-13ristretto: update to 0.3.5Andreas Müller
run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-02-02xarchiver: Add version 0.5.2.Peter Tworek
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>
2012-01-30ristretto: update to 0.3.4Andreas Müller
* build tested from scratch * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-15ristretto: update to 0.3.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-05ristretto: fix build error by including locale.hAndreas Müller
build tested / error was: | util.c: In function 'rstto_launch_help': | util.c:36:35: error: 'LC_MESSAGES' undeclared (first use in this function) | util.c:36:35: note: each undeclared identifier is reported only once for each function it appears in | make[3]: *** [ristretto-util.o] Error 1 | make[3]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/ristretto-0.3.0-r0/ristretto-0.3.0/src' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/ristretto-0.3.0-r0/ristretto-0.3.0/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/ristretto-0.3.0-r0/ristretto-0.3.0' | make: *** [all] Error 2 | + die 'oe_runmake failed' Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15ristretto: add tumbler to RRECOMMENDS_${PN}Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15ristretto: update to 0.3.0Andreas Müller
run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31ristretto: update to 0.2.2Andreas Müller
run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31xfce-app.bbclass: just set SRC_URI commmon to most xfce-appsAndreas Müller
* build tested with source download for xfce4-notifyd and xfce4-screenshooter * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08ristretto: Add inital recipe for version 0.1.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-22xfce4-notifyd: Add initial recipe with version 0.2.2Andreas Müller
2011-08-15xfce4-screenshooter: Add initial recipe with version 1.8.0Andreas Müller
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-05xfce-terminal: Add initial recipe with version 0.4.8Andreas Mueller