77 Commits

Author SHA1 Message Date
Andreas Müller
8199a18d12 xfce4-eyes-plugin_ update to 4.4.4
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:29 +01:00
Andreas Müller
92c2c7bcfd xfce4-closebutton-plugin: git repo was moved to github
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:29 +01:00
Andreas Müller
81742132ae xfce4-places-plugin: update to 1.7.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:29 +01:00
Andreas Müller
5eac995f7c xfce4-wavelan-plugin: update to 0.5.12
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:28 +01:00
Andreas Müller
24c5490746 xfce4-whiskermenu-plugin: update to 1.5.0.bb
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:27 +01:00
Andreas Müller
67b6b71280 xfce4-fsguard-plugin: update to 1.0.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:27 +01:00
Andreas Müller
c236777606 xfce4-diskperf-plugin: update to 2.5.5
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:27 +01:00
Andreas Müller
fe6e0595c3 xfce4-timer-plugin: initial add 1.6.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:59 +01:00
Andreas Müller
830ea09384 xfce4-equake-plugin: update to 1.3.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:59 +01:00
Andreas Müller
06d014d364 xfce4-systemload-plugin: update to 1.1.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:59 +01:00
Andreas Müller
9850e35834 xfce4-eyes-plugin: update to 4.4.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:59 +01:00
Andreas Müller
4f70d50fbf xfce4-netload-plugin: update to 1.2.4
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:59 +01:00
Andreas Müller
5b7196b77f xfce4-cpufreq-plugin: update to 1.1.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:58 +01:00
Andreas Müller
90b53bdc0a xfce4-whiskermenu-plugin: update to 1.4.2
rename recipe's folder to whiskermenu to match convetion used by all panel
plugins

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:58 +01:00
Andreas Müller
54ae46b0b0 xfce4-weather-plugin: update to 0.8.5
patches were applied mainline

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:58 +01:00
Andreas Müller
a4e036fe60 xfce4-kbdleds-plugin: Initial add 0.0.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:58 +01:00
Ash Charles
7cbf97d136 xfce4-diskperf-plugin: Specify BSD license
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>
2015-02-12 19:33:46 +01:00
Ash Charles
ccf450cc46 xfce4-xkb-plugin: Specify GPLv2 license
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>
2015-02-12 19:33:46 +01:00
Ash Charles
642f2cc030 xfce4-wavelan-plugin: Specify BSD license
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>
2015-02-12 19:33:25 +01:00
Martin Jansa
bb48a41dca xfce4-wavelan-plugin: Fix LICENSE format
* 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>
2015-01-08 11:58:44 +01:00
Andreas Müller
b4ed05ae7a xfce4-weather-plugin: make work properly after met.no API change
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>
2014-11-19 15:19:24 +01:00
Andreas Müller
21512aff8b xfce4-mailwatch-plugin: initial add 1.2.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:01:00 +02:00
Andreas Müller
110a3a2985 xfce4-places-plugin: update to 1.6.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:01:00 +02:00
Andreas Müller
8bb987bcf9 xfce4-equake-plugin: update to 1.3.5
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:00:59 +02:00
Andreas Müller
b63e32fedb xfce4-clipman-plugin: update to 1.2.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:00:59 +02:00
Andreas Müller
1ea0027baf xfce4-whiskermenu-plugin: initial add 1.3.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:37 +02:00
Andreas Müller
78c021595a xfce4-weather-plugin: add dbus-glib and upower to DEPENDS
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>
2014-05-09 14:58:00 +02:00
Andreas Müller
ee97284381 xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:27 +02:00
Matthieu CRAPET
c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
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>
2014-02-23 23:20:02 +01:00
Andreas Müller
f31aedeca3 xfce4-weather-plugin: add libsoup-2.4 to DEPENDS
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>
2013-10-14 14:27:35 +02:00
Andreas Müller
228ca3b736 xfce4-notes-plugin: initial add 1.7.7
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:13 +02:00
Andreas Müller
bbedab064f xfce4-cpufreq-plugin: update to 1.1.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:06 +02:00
Andreas Müller
6d34442f56 xfce4-equake-plugin: initial add 1.3.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:57 +02:00
Andreas Müller
1a37464df5 xfce4-weather-plugin: update to 0.8.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:57 +02:00
Martin Jansa
f217044ab1 xfce4-places-plugin: Add PACKAGECONFIG for notify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:07:23 +02:00
Martin Jansa
b89c1e44c4 xfce4-clipman-plugin: Add PACKAGECONFIG for unique
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:07:22 +02:00
Jackie Huang
b79176adb3 remove the unnecessary protocol parameters
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-09-03 16:59:13 +02:00
Andreas Müller
cc08f7d436 xfce4-genmon-plugin: Allow timer period to be set at 250ms resolution
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20 12:28:00 +02:00
Andreas Müller
c856cc35d5 xfce4-xkb-plugin: update to 0.7.0 tarball
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20 12:27:58 +02:00
Andreas Müller
e214ecb24c xfce4-xkb-plugin: Update to latest git
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>
2013-04-26 10:00:32 +02:00
Martin Jansa
a45830a39b recipes: Unify indentation
* 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-04-15 16:23:17 +02:00
Andreas Müller
47e7f74f74 xfce4-datetime-plugin: update to 0.6.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-09 21:34:16 +02:00
Andreas Müller
2534e03113 xfce4-closebutton-plugin: initial add
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>
2013-04-04 08:14:22 +02:00
Andreas Müller
08307fcdcd xfce4-eyes-plugin: update to 4.4.2
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>
2013-03-12 11:22:40 +01:00
Andreas Müller
b96b27036a xfce4-mount-plugin: initial add 0.6.4
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-05 11:05:19 +01:00
Andreas Müller
74b4ffd438 xfce4-places-plugin: update to 1.5.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-03 23:25:45 +01:00
Martin Jansa
580fd6c743 meta-openembedded: use correct format of Upstream-Status
* 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-12-23 09:40:44 +01:00
Andreas Müller
973ea4f0db xfce4-battery-plugin: initial add 1.0.5
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18 15:54:02 +02:00
Andreas Müller
fd55c8cfd0 xfce4-fsguard-plugin: initial add 1.0.1 2012-09-18 15:54:02 +02:00
Andreas Müller
025cb1aa1a xfce4-systemload-plugin: update to 1.1.1 2012-09-18 15:54:02 +02:00