Commit Graph

485 Commits

Author SHA1 Message Date
Andreas Müller 5f1cfd0879 libxfce4ui: update to 4.12.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller 0b6abbbcb0 xfconf: update to 4.12.0
removed patch applied long time ago

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller b3a898ffa0 libxfce4util: update to 4.12.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller f3d71ec0e0 xfce4-dev-tools: update to 4.12.0
to be honest: have no idea what the patch was for. Tested complete xfce 4.12
without issues. So remove it.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:24 +01:00
Andreas Müller 18d9ac0320 exo: update to 0.10.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-03-21 16:42:23 +01:00
Ash Charles f54d3a506f xfce4-session: Remove unneeded pkg_postinst
The pkg_postinst inherited from previous versions of this recipe no
longer seems necessary; no error message seen at runtime in a quick
test.  As it made the generated packages unnecessarily
machine-specific, remove this post-install step. Based on the ensuring
discussion, this supersedes the original patch [1].

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2015-February/100454.html

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Tested-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-03 08:35:59 +01:00
Andreas Müller d2d6fa93dd packagegroup-xfce-extended: add xfce4-timer-plugin
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:59 +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 f26d42cd34 xfce4-screenshooter: update to 1.8.2
0001-Fix-panel-plugin-build.patch was applied mainline

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19 10:09:58 +01:00
Andreas Müller b9bd888497 packagegroup-xfce-extended: add xfce4-kbdleds-plugin
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 a5e8a79f04 xfce4-vala: blacklist
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-12 15:34:01 +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 3e76b12150 packagegroup-xfce-extended: replace xfce4-brightness-plugin by xfce4-powermanager-plugin
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-27 12:50:00 +01:00
Andreas Müller 6c1ace80c0 xfce4-power-manager: update to 1.4.1 to fix power button
with 1.2.0 pressing power button shuts down independent of the setting in
xfce4-power-manager

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-27 12:50:00 +01:00
Andreas Müller fd201a60c9 xfce4-dev-tools: add bash to RDEPENDS
fixes:

| WARNING: QA Issue: xfce4-dev-tools requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:01:01 +02:00
Andreas Müller 75ab038537 tumbler: make build deterministic by adding PACKAGECONFIG for gstreamer-thumbnailer
* disabled by default
* fixes:
  | tumbler-0.1.30: tumbler rdepends on gstreamer1.0, but it isn't a build dependency? [build-deps]
  | tumbler-0.1.30: tumbler rdepends on libgsttag-1.0, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:01:00 +02:00
Andreas Müller ea89614847 packagegroup-xfce-extended: add xfce4-mailwatch-plugin and gigolo
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:01:00 +02: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 01cc06d1ab gigolo: initial add 0.4.2
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 fbb8a57663 orage: update to 4.10.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:01:00 +02:00
Andreas Müller 14d3f7c83c xfce-app.bbclass: SRC_URI calculation supports multiple digit version numbers
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:00:59 +02:00
Andreas Müller 9cd59344e5 xfce4-terminal: update to 0.6.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-16 07:00:59 +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 f8cc8701b3 thunar: add udev to DEPENDS
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>
2014-10-10 12:47:35 +02:00
Andreas Müller 3dc901f989 packagegroup-xfce-extended: add xfce4-whiskermenu-plugin
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:37 +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 f6fc0f534f xfce4-taskmanager: update to 1.0.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:36 +02:00
Andreas Müller 292e156d93 packagegroup-xfce-extended: don't blacklist - xfce4-power-manager is up again
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:36 +02:00
Andreas Müller ee4ed2442e xfce4-power-manager: don't blacklist - networkmanager is up again
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:36 +02:00
Andreas Müller e15f6f8708 ristretto: don't blacklist - tumbler is up again
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:36 +02:00
Andreas Müller bcda9fa7e9 tumbler: fix build deps QA warnings
WARNING: QA Issue: tumbler rdepends on libxml2, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: tumbler rdepends on libgsf, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: tumbler rdepends on libbz2, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:36 +02:00
Andreas Müller 219dd9d777 tumbler: update to 0.1.30
* find freetype2 by packageconfig -> get out of blacklist
* inherit gtk-doc to avoid
| gtk-doc.make:7: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
| docs/reference/tumbler/Makefile.am:84:   'gtk-doc.make' included from here
| gtk-doc.make:59: error: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
| docs/reference/tumbler/Makefile.am:84:   'gtk-doc.make' included from here
| gtk-doc.make:64: error: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
| docs/reference/tumbler/Makefile.am:84:   'gtk-doc.make' included from here
| gtk-doc.make:73: error: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| docs/reference/tumbler/Makefile.am:84:   'gtk-doc.make' included from here
| gtk-doc.make:294: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL
| docs/reference/tumbler/Makefile.am:84:   'gtk-doc.make' included from here
| tumblerd/Makefile.am:93: warning: '%'-style pattern rules are a GNU make extension
| autoreconf: automake failed with exit status: 1

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-01 10:11:36 +02:00
Robert P. J. Day df540b52c7 packagegroups: Remove deprecated "task" backward compatibility
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-15 17:07:02 +02:00
Martin Jansa 7d461eef55 exo: add missing inherit gtk-doc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22 00:01:57 +02:00
Martin Jansa e97f2308e3 libxfce4ui: fix order of inherits
* we need gtk-doc before xfce-git, because gtk-doc needs configure.in or configure.ac
  and the repository contains only configure.ac.in which is transformed into
  configure.ac by autogen which is prepended to do_configure by xfce-git (so
  this .bbclass needs to appear in inherit after gtk-doc to prepend autogen.sh
  before gtkdocize call.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22 00:01:54 +02:00
Richard Purdie f0b89de520 libxfce4ui: Add missing gtk-doc inherit
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22 00:01:54 +02:00