summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* xfce4-pulseaudio-plugin: initial add 0.2.3Andreas Müller2015-08-241-0/+14
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-hotcorner-plugin: initial add 0.0.2Andreas Müller2015-07-301-0/+11
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-equake-plugin: update to 1.3.7Andreas Müller2015-05-281-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-notes-plugin: update to 1.8.0Andreas Müller2015-05-283-132/+3
| | | | | | removed patch is upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-time-out-plugin: update to 1.0.2Andreas Müller2015-05-131-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-smartbookmark-plugin: initial add 0.4.6Andreas Müller2015-05-131-0/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-eyes-plugin_ update to 4.4.4Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-closebutton-plugin: git repo was moved to githubAndreas Müller2015-03-211-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-places-plugin: update to 1.7.0Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-wavelan-plugin: update to 0.5.12Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-whiskermenu-plugin: update to 1.5.0.bbAndreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-fsguard-plugin: update to 1.0.2Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-diskperf-plugin: update to 2.5.5Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-timer-plugin: initial add 1.6.0Andreas Müller2015-02-191-0/+10
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-equake-plugin: update to 1.3.6Andreas Müller2015-02-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-systemload-plugin: update to 1.1.2Andreas Müller2015-02-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-eyes-plugin: update to 4.4.3Andreas Müller2015-02-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-netload-plugin: update to 1.2.4Andreas Müller2015-02-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-cpufreq-plugin: update to 1.1.1Andreas Müller2015-02-192-15/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-whiskermenu-plugin: update to 1.4.2Andreas Müller2015-02-191-2/+2
| | | | | | | rename recipe's folder to whiskermenu to match convetion used by all panel plugins Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-weather-plugin: update to 0.8.5Andreas Müller2015-02-193-195/+2
| | | | | | patches were applied mainline Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-kbdleds-plugin: Initial add 0.0.6Andreas Müller2015-02-191-0/+15
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-diskperf-plugin: Specify BSD licenseAsh Charles2015-02-121-1/+1
| | | | | | | | | | | | This software contains an older or slightly modified BSD license in its COPYING file and assigns copyright to the specific authors. The code (see the About function) makes it clear that a BSD license is intended: "license", xfce_get_license_text (XFCE_LICENSE_TEXT_BSD), Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-xkb-plugin: Specify GPLv2 licenseAsh Charles2015-02-121-1/+1
| | | | | | | | | | | | | | | Like several other xfce plugins, this software contains an older or slightly modified BSD license in its COPYING file and assigns copyright to the specific authors. The code itself (see the xfce_xkb_about function) however makes it clear that a GPL license is intended: xfce_get_license_text (XFCE_LICENSE_TEXT_GPL)); Use GPLv2, not the author's name, as the LICENSE matching other plugins with the same license text. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-wavelan-plugin: Specify BSD licenseAsh Charles2015-02-121-1/+1
| | | | | | | | | | | | | | | This software contains an older or slightly modified BSD license in its COPYING file and assigns copyright to the specific authors. The code (see the wavelan_show_about function) makes it clear that a BSD license is intended: "license", xfce_get_license_text (XFCE_LICENSE_TEXT_BSD), (caveat: and of course, INAL) Signed-off-by: Ash Charles <ashcharles@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-wavelan-plugin: Fix LICENSE formatMartin Jansa2015-01-081-1/+1
| | | | | | | | | | * the COPYING file looks more like slightly modified BSD license and BenediktMeurer, FlorianRivoal are just names of Copyright holders, but I'll leave that to recipe maintainer fixes: WARNING: Recipe xfce4-wavelan-plugin, LICENSE (BenediktMeurer FlorianRivoal) has invalid format, LICENSES must have operator "([&|() ])" between them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-weather-plugin: make work properly after met.no API changeAndreas Müller2014-11-193-0/+193
| | | | | | | | | see [1] for more information https://bugzilla.xfce.org/show_bug.cgi?id=10916 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-mailwatch-plugin: initial add 1.2.0Andreas Müller2014-10-161-0/+11
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-places-plugin: update to 1.6.0Andreas Müller2014-10-161-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-equake-plugin: update to 1.3.5Andreas Müller2014-10-161-3/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-clipman-plugin: update to 1.2.6Andreas Müller2014-10-161-2/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-whiskermenu-plugin: initial add 1.3.2Andreas Müller2014-10-011-0/+10
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-weather-plugin: add dbus-glib and upower to DEPENDSAndreas Müller2014-05-091-1/+1
| | | | | | | detected in Martin's world with test-dependencies Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclassAndreas Müller2014-04-201-5/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-2315-15/+15
| | | | | | | | | | | | | 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>
* xfce4-weather-plugin: add libsoup-2.4 to DEPENDSAndreas Müller2013-10-141-0/+2
| | | | | | | | | | fixes (detected in Martin's) world build: | configure:14617: checking for libsoup-2.4 >= 2.26.0 | configure:14659: result: not found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-notes-plugin: initial add 1.7.7Andreas Müller2013-10-053-0/+180
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-cpufreq-plugin: update to 1.1.0Andreas Müller2013-10-053-149/+15
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-equake-plugin: initial add 1.3.3Andreas Müller2013-09-191-0/+13
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-weather-plugin: update to 0.8.3Andreas Müller2013-09-193-127/+11
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-places-plugin: Add PACKAGECONFIG for notifyMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-clipman-plugin: Add PACKAGECONFIG for uniqueMartin Jansa2013-09-171-0/+3
| | | | 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>
* xfce4-genmon-plugin: Allow timer period to be set at 250ms resolutionAndreas Müller2013-06-202-0/+38
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-xkb-plugin: update to 0.7.0 tarballAndreas Müller2013-06-201-10/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-xkb-plugin: Update to latest gitAndreas Müller2013-04-261-3/+12
| | | | | | | | | | | | | | | | In 7b35cdc554ee3f42f9619996604d4674126711c1 xfce4-settings was updated to development-release 4.11.0. Reason for this was handling of keyboard layout by xfce4-settings. With this patch xfce4-xkb-plugin synchronizes with xfce4-settings, shares settings and uses dialogs from xfce4-settings. These changes were not yet released because they depend on development-release of xfce4-settings. Next stable release of xfce4-settings will be with xfce 4.12 with release date unknown [1]. [1] http://wiki.xfce.org/releng/4.12/roadmap#roadmapplanned_features Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-152-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* xfce4-datetime-plugin: update to 0.6.2Andreas Müller2013-04-094-414/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-closebutton-plugin: initial addAndreas Müller2013-04-041-0/+22
| | | | | | | | I do not have the environment and the time to create a tarball, so take sources from my git repo. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-eyes-plugin: update to 4.4.2Andreas Müller2013-03-123-81/+11
| | | | | | | | | minor license changes see [1] [1] http://git.xfce.org/panel-plugins/xfce4-eyes-plugin/commit/?id=7cfd829fe7cd5a9df8dc855d3779db6f1f90ab4e Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>