1198 Commits

Author SHA1 Message Date
Andreas Müller 2c9b186ae2 glade3: remove ancient version of glade
* This was suggested already [1] but I complained that there is a use-case.
  There are several workarounds possible for this so we don't need to keep
  it anymore.
* glade3 popped into focus during preparations for python2 removal. So instead
  of wasting time to keep unmaintained version just drop it

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-May/199523.html

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-15 21:08:54 -08:00
Andreas Müller 68d7475f77 libxfce4ui: give up glade3 (=glade for gtk2) support
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-15 21:08:54 -08:00
Changqing Li 3fc59d3b97 gtk-xfce-engine: remove this recipe
* Part of xfce 4.14 changelog
  Theme Engine (gtk-xfce-engine)
      The gtk-xfce-engine has been deprecated and archived.

* repo have been remove from upstream
  https://archive.xfce.org/src/xfce/
  no gtk-xfce-engine now

so remove this recipe

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Kai Kang <kai.kang@windriver.com>
2019-12-13 21:38:44 -08:00
Kai Kang 5363ce8115 thunar: 1.8.9 -> 1.8.10
The tarball name uses all lower case now, so SRC_URI and S are not
needded to be set in the recipe which have been configured in
xfce.bbclass already.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Andreas Müller <schnitzeltony@gmail.com>
2019-12-10 16:21:08 -08:00
Kai Kang f55e25931b exo: 0.12.9 -> 0.12.10
Upgrade exo from 0.12.9 to 0.12.10.

Release notes:
* Bug Fixes:
  - Fix typeahead search regression (Xfce #16191)
* Translation Updates: Spanish

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Andreas Müller <schnitzeltony@gmail.com>
2019-12-10 16:21:08 -08:00
Kai Kang 421f6dddb3 xfce4-panel-profiles: 1.0.8 -> 1.0.9
Upgrade xfce4-panel-profiles from 1.0.8 to 1.0.9.

Release notes:

* New Features
  - Add Xfce 4.14 profile
* General
  - Suppress deprecation warnings
  - Rename launchers to be more explicit
  - Rename Xubuntu releases to version numbers instead of codenames
  - Unversion gimp desktop file to work with any release
* Bugs Fixed
  - Fix KeyError when processing some layouts (Xfce #14934)
  - Safely handle values that GLib cannot process (Xfce #14597)
* Updated translations

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Andreas Müller <schnitzeltony@gmail.com>
2019-12-10 16:21:08 -08:00
Andreas Müller 8c9816bd3d exo: upgrade 0.12.8 -> 0.12.9
Release notes for 0.12.9

========================
Bug Fixes:
- Explicitly depend on gio-unix-2.0 (Xfce #15825)
- Fix alignment of multi-line filenames when text beside icons (Xfce
- Fix cursor missing in search popup widget (Xfce #16068)
- Fix desktop item creation on symbolic link directories
- Fix excess clickable area of multiline filenames (Xfce #16075)
- Fix issues with displaying icon view contents (Xfce #14737)
- Fix prelight deactivation (Xfce #11806)
- Hide search widget when doing a fullscreen resize (Xfce #15106)
- Make user-created launchers executable by default

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Kai Kang <kai.kang@windriver.com>
2019-11-21 17:52:26 -08:00
Denys Dmytriyenko 4c00e5fed9 recipes: rename distro_features_check to features_check
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>
2019-11-21 17:51:37 -08:00
Andreas Müller b5ca906cfc parole: upgrade 1.0.4 -> 1.0.5
Release notes for 1.0.5

=======================
Bug Fixes:
- Fix creation and cleanup of thumbnails (Xfce #16026)
- Fix volume hotkeys in fullscreen (Xfce #16005)
- Fix compiler warnings

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-21 17:21:14 -08:00
Kai Kang b2d22130c2 xfce4-screensaver: 0.1.5 -> 0.1.8
Update xfce4-screensaver from 0.1.5 to 0.1.8.

* add dependency libwnck3
* add runtime depenency python3-core

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-08 10:05:22 -08:00
Kai Kang 4f80d6a378 xfce4-weather-plugin: 0.9.1 -> 0.10.0
Translation update only release.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-08 10:05:22 -08:00
Kai Kang 53724ff23d xfce-panel-plugin.bbclass: correct SRC_URI with xfce_verdir
The SRC_URI is wrongly calculated in xfce-panel-plugin.bbclass when the
length of first 2 parts(separated by dot(.)) of PV is longer than 3 such
as 0.10. It should use function xfce_verdir() instead which is
introduced by xfce.bbclass.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-08 10:05:22 -08:00
Kai Kang c12e9a7709 xfce4-genmon-plugin: 4.0.1 -> 4.0.2
Bug fixes and i18n update release.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-08 10:05:22 -08:00
Andreas Müller b5eac5d26b xfce4-whiskermenu-plugin: upgrade 2.3.3 -> 2.3.4
Release notes for 2.3.4
Acked-by: Kai Kang <kai.kang@windriver.com>

=======================
- Fix building against xfce4-panel 4.15.0
- Translation updates: Dutch, Galician, Georgian.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-06 19:58:01 -08:00
Andreas Müller 69fe6948c8 xfce4-time-out-plugin: upgrade 1.0.3 -> 1.1.0
Release notes for 1.1.0

=======================
- GTK3 Port
- React to panel "mode," not "orientation" (Bug #15840)
- Make time out plugin respect panel icon size (Bug #15839)
- Allow compilation with panel 4.15
- Make build less verbose
- Translation Updates: Croatian, Galician, Italian

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-06 19:58:01 -08:00
Andreas Müller 8b5aa427aa xfce4-screenshooter: upgrade 1.9.6 -> 1.9.7
Release notes for 1.9.7

=======================
- Add warning notice to imgur upload option (Bug #15347)
- Fix cursor capture when near screen edge (Bug #9262)
- Improve wording (Bug #15429)
- Allow compilation with panel 4.15
- Restore libxfce4ui 4.12 compatibility
- Translation Updates: Basque, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Danish, Dutch, English (United Kingdom), French,
  German, Greek, Hungarian, Korean, Lithuanian, Malay, Norwegian Bokmål,
  Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish,
  Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-06 19:58:01 -08:00
Adrian Bunk 077c173744 xfce-polkit: Upgrade 0.2 -> 0.3
Patch applied upstream removed.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-04 21:13:31 -08:00
Christophe PRIOUZEAU 647859d984 xfce4-wavelan-plugin: Clarify BSD license variant
The License of xfce4 wavelan plugin is BSD-2-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-17 05:53:25 -07:00
Christophe PRIOUZEAU dfcdae6747 xfce4-diskperf-plugin: Clarify BSD license variant
The License of xfce4 diskperf plugin is BSD-2-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-17 05:53:25 -07:00
Christophe PRIOUZEAU 2a8c5c3f89 xfce4-mpc-plugin: Clarify BSD license variant
The License of xfce4 mpc plugin is BSD-0-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-17 05:53:25 -07:00
Andreas Müller 3b18a93727 menulibre: upgrade 2.2.0 -> 2.2.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-17 05:53:25 -07:00
Andreas Müller f514c950ea xfce4-panel: upgrade 4.14.0 -> 4.14.1
* important bugfix release: systray draws icons properly when compositing is
  disabled
* while at it renumber patches

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-09 23:28:07 -07:00
Andreas Müller f1c1dcdab0 catfish: upgrade 1.4.9 -> 1.4.10
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-09 08:15:34 -07:00
Palmer Dabbelt fd1a0c9210 Add zeus compatibility to all layer.conf files
I have no idea if this is the right thing to do, but without the patch I
can't actually buil OE because none of these layers are compatible
with the change in openembedded-core to move to zeus.

Fixes: a5c9709b8d ("layer.conf: Update for zeus series") # openembedded-core

Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-08 15:58:14 -07:00
Andreas Müller 4f831c84a4 xfce4-screenshooter: upgrade 1.9.5 -> 1.9.6
This is a bugfix & translation-update release

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-03 07:25:28 -07:00
Andreas Müller b13b877d3d xfce4-settings: upgrade 4.14.0 -> 4.14.1
Minor bugfixes & translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-03 07:25:28 -07:00
Andreas Müller a4ea9eeceb imsettings: upgrade 1.7.3 -> 1.8.1 and rework recipe
It is more or less a recipe rewrite:

* stylize recipe
* Use gtk3 instead of gtk.
* Drop gconf backend - we should get rid of orphanded gconf
* Add PACKAGECONFIGs for 'xim' and 'xfce' - xfce is set by default
* Drop intltool-native from depends - they moved to gettext
* Remove entries from FILES - gobject-introspection.bbclass takes care
* Remove dbus-glib from depends - they moved to gdbus long time ago (Thanks Kai)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-03 07:25:28 -07:00
Adrian Bunk 9d559933d7 Remove LICENSE = "MIT" from packagegroups and images
This is the default in the packagegroup and image classes.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-30 09:27:57 -07:00
Kai Kang 815739a161 xfce4-datetime-setter: fix compile error and requires distro feature x11
It fails to compile xfce4-datetime-setter occasionally when system load
is high:

| ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory
|    42 | #include "cc-datetime-resources.h"
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.

Update datetime_panel_dep to make sure cc-datetime-resources.h be
generated before including.

xfce4-datetime-setter depends on libxfce4ui which requires distro
feature 'x11', so make it require 'x11' too.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27 12:11:16 -07:00
Andreas Müller f98e078cc9 gigolo: upgrade 0.4.2 -> 0.5.0
Frome release announcements:

* Stable GTK+3 release to go along Xfce 4.14
* Migrate gvfs commands to gio
* Updated translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:05 -07:00
Andreas Müller 2625ed5200 xfce4-diskperf-plugin: upgrade 2.6.1 -> 2.6.2
* announcement claims this a translation update only
* they include sys/sysmacros.h at a different position ->  patch can go

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:05 -07:00
Andreas Müller 6a241d45e4 xfce4-fsguard-plugin: upgrade 1.1.0 -> 1.1.1
Announcement says it is a translation-updates-only-release but it seems they
changed licence either.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:05 -07:00
Andreas Müller 0927243976 xfce4-mpc-plugin: upgrade 0.5.1 -> 0.5.2
>From release notes:
* fix crash when parsing MPD 0.21 outputs response in some cases (bug #15415)
* new translations: hy_AM, ie, fi
* many updated translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:05 -07:00
Andreas Müller 8a46dcbe4c xfce4-systemload-plugin: upgrade 1.2.2 -> 1.2.3
This release fixes possible leak, crasher in properties dialog and updates
translations.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:05 -07:00
Andreas Müller 9983d337e2 xfce4-netload-plugin: upgrade 1.3.1 -> 1.3.2
* release changed layout and fixed minor bugs
* patch applied with fuzz warning. Looking into showed that it changes
  unrelated parts of code and upstream did change file already in correct way

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:04 -07:00
Andreas Müller 15943f047d xfce4-wavelan-plugin: upgrade 0.6.0 -> 0.6.1
Layout, bugfixes & translation release

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:04 -07:00
Andreas Müller af2f2ccbfe xfce4-smartbookmark-plugin: upgrade 0.5.0 -> 0.5.1
layout & translation updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:04 -07:00
Andreas Müller b9b348d0b9 xfce4-battery-plugin: 1.1.2 -> 1.1.3
Minor bugfix & translation update release

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:04 -07:00
Andreas Müller 684aaa305b xfce4-time-out-plugin: upgrade 1.0.2 -> 1.0.3
Bugix/layout/translation release (still GTK2)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 23:09:04 -07:00
Andreas Müller 6df6305b5d parole: upgrade 1.0.2 -> 1.0.4
* This is a bufix release
* Also removed dependencies redundant with "inherit xfce-app"

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 458c3f7b07 xfce4-pulseaudio-plugin: upgrade 0.4.1 -> 0.4.2
More or less a translation-only release

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 135e902808 xfce4-places-plugin: 1.8.0 -> 1.8.1
a bugfix release

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 5aee7a3aa4 xfce4-datetime-plugin: upgrade 0.7.1 -> 0.8.0
Port to GTK3 / bugfixes

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 12a676baab catfish: upgrade 1.4.7 -> 1.4.8
This is a minor bugfix release

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 947bd5636d ristretto: upgrade 0.8.4 -> 0.10.0
* GTK3 port
* overall recipe cleanup

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 448f0fb2ba mousepad: upgrade 0.4.1 -> 0.4.2
* many bugfixes
* dependencies reworked / cleaned up

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 074a44af47 mousepad: move to gtk3
At the time of creation there was no gtksourceview3. That was a blocker
to use gtk3. gtksourceview3 was added long ago.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 3af956f02c xfce4-terminal: upgrase 0.8.7.4 -> 0.8.8
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 1db53f752a xfce4-cpugraph-plugin: upgrade 1.0.5 -> 1.1.0
GTK3 port & minor feature/bugfixes

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00
Andreas Müller 2841f0ef1f xfmpc: upgrade 0.2.3 -> 0.3.0
This is the first stable GTK3 release

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16 08:00:54 -07:00