aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
AgeCommit message (Collapse)Author
2023-06-22ristretto: Upgrade to 0.13.1 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-17layers: Move READMEs to markdown formatKhem Raj
The READMEs are often viewed from websites markdown format which is much as readable as text and yet friendlier in browsers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-12xfce4-sensors-plugin: Use bfd linker instead of lldKhem Raj
lld linking fails | aarch64-yoe-linux-ld.lld: error: undefined symbol: gtk_sensorstacho_new(GtkOrientation, unsigned int, SensorsTachoStyle) | >>> referenced by actions.cc:143 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/actions.cc:143) | >>> xfce4_sensors-actions.o:(refresh_tacho_view(xfce4::Ptr<t_sensors_dialog> const&)) | | aarch64-yoe-linux-ld.lld: error: undefined symbol: gtk_sensorstacho_set_color(_GtkSensorsTacho*, char const*) | >>> referenced by actions.cc:146 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/actions.cc:146) | >>> xfce4_sensors-actions.o:(refresh_tacho_view(xfce4::Ptr<t_sensors_dialog> const&)) | >>> referenced by callbacks.cc:197 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/callbacks.cc:197) | >>> xfce4_sensors-callbacks.o:(list_cell_color_edited_(_GtkCellRendererText*, char const*, char const*, xfce4::Ptr<t_sensors_dialog> const&)) | Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26xfce4-panel-profiles: requires gobject-introspection-data DISTRO_FEATURERoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26menulibre: requires gobject-introspection-data DISTRO_FEATURERoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26catfish: requires gobject-introspection-data DISTRO_FEATURERoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26xfce4-whiskermenu-plugin: don't forcibly recommend a menu editorRoss Burton
A menu plugin doesn't need to recommend a specific menu editor. This also means that the whiskermenu plugin can be built without gobject-introspection being present, which means menulibre is unbuildable. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26packagegroup-xfce-extended: only build catfish and panel-profies if G-I enabledRoss Burton
These recipes need gobject-introspection-data to be enabled. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25packagegroup-xfce-extended: Blueman also needs gobject introspection distro ↵Khem Raj
feature Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-20imsettings: add missing DEPENDS on autoconf-archive-nativeRoss Burton
This can be satisfied via transitive dependencies, but make it an explicit DEPENDS. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17xfce4-screensaver: 4.16.0 -> 4.18.1Kai Kang
Update xfce4-screensaver from 4.16.0 to 4.18.1 * rebase fix-cross-compile.patch Release notes for 4.18.1 ======================== This release is to fix a build issue on BSD systems - Refactor spawn_make_environment_for_display() Release notes for 4.18.0 ======================== - Add copyright notice to configure.ac - Make missing GNOME Keyring PAM module warning quiet (Fixes #46) - build: Fix --disable-locking (Fixes #83) - Remove duplicated lines in README (Fixes #109) - savers: Fix critical warnings on exit - savers: Fix critical warnings from GSThemeWindow on "realize" - Do not redirect stderr for our own commands - Round the user picture on lock dialog. - build: Do not warn if PAM prefix is correct - Improve lightdm detection (Fixes #39) - build: Fix -Wunused-value compiler warning - build: Fix -Wdeclaration-after-statement compiler warning - build: Fix -Wsign-compare compiler warning - build: Use XDT_FEATURE_DEBUG - Fix use-after-free crash in xfce4-screensaver-dialog - Fix D-Bus sleep inhibit when screen locker is disabled - Complete previous commit - Fix Xfconf memory management - build: Set GLib macros via XDT_CHECK_PACKAGE - autogen.sh: Do not `mkdir m4` - Fix crash when XDG_PICTURES_DIR is not set (Fixes #86) - Fix build warning from Clang - --with-password-helper expects full pathname of password helper - Add missing zeroing of timeout_id in dialog_timed_out() timer handler - Fix wrong signal name for GtkSpinButton - Remove ENABLE_NLS ifdefs and use xfce_textdomain() - build: Fix intltool lock file problem during make distcheck - Fix compilation warnings - autoconf: Some updates - Translation Updates: Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, German, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kabyle, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Ukrainian Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17garcon: 4.18.0 -> 4.18.1Kai Kang
Add GFDL-1.1-no-invariants-only to LICENSE since it states in license file 'COPYING' [1]: garcon's source code is licensed under the LGPLv2, while its documentation is licensed under the GFDL 1.1 (with no invariant sections). Release notes for 4.18.1 ======================== - garcon-gtk: Add missing lock when filling the GtkMenu - Wait for any async operation to finish before releasing locks - Use GIcons for menu icons instead of loading surfaces - Revert "garcon-gtk: Fix menu icon blurriness when UI scale factor != 1" - Revert "Load icons using icon theme scaling functions correctly" - garcon-gtk: Properly update GtkMenu is_populated state - Load icons using icon theme scaling functions correctly - Translation Updates: Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kabyle, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Uzbek, Uzbek (Latin), Welsh [1]: https://gitlab.xfce.org/xfce/garcon/-/blob/master/COPYING#L2 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17xfce4-power-manager: 4.18.0 -> 4.18.1Kai Kang
Release notes for 4.18.1 ======================== - Update copyright year - Use XfceScreensaver from Libxfce4ui (!33) - screensaver: Fall back on lock command if D-Bus call failed (#142, !24) - panel-plugin: Properly disconnect signal handler - build: Fix autotools warnings - Fix management of source ids - panel-plugin: Add missing ref on image - Fix blurriness in icons when UI scale factor > 1 (!30) - Translation Updates: Chinese (China), English (Canada), Greek, Korean, Turkish Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-17thunar-archive-plugin: 0.5.0 -> 0.5.1Kai Kang
Release notes for 0.5.1 ======================= Bugfix and translation release Fixes: - Fix use-after-free crash in "tap_provider_child_watch_destroy" - build: Add GLib requirement - build: Fix autotools warnings - Use generic package icon name in dialog header Translation Updates: English (Canada), Greek, Persian (Iran), Russian Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-12xfce4-panel: 4.18.0 -> 4.18.3Kai Kang
Update xfce4-panel from 4.18.0 to 4.18.3 * rebase 2 patches Release notes for 4.18.3 ======================== - launcher: Show action menu also when there are several items - Fix memory management of vala generated plugins - panel: Rephrase "Don't reserve space on borders" (V2) - panel: Make property migration generic - launcher: Avoid "no trigger event" warning when showing the menu - launcher: Guard access to the plugin menu GdkWindow - libxfce4panel: Unregister menu also on GtkWidget::hide - panel: Do not reset output name if a monitor does not have a model name - libxfce4panel: Fix memory management of source for menu positioning - panel: Delay removal of ExternalPlugin to prevent use-after-free - systray: Cancel any async D-Bus operation in finalize() - tasklist: Do not try to resolve /proc/pid/exe to launch new instance - Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.18.2 ======================== - directorymenu: Add missing sanity check - panel: Properly handle null string as property default value - Revert "Use RGBA visual only if compositing is enabled (Fixes #251)" (#672) - Revert "systray: Do not require compositing to be enabled to use RGBA visual" - systray: Fix blurry icons in prefs dialog when UI scale &gt; 1 - launcher: Fix blurry icons in prefs and add dialogs when UI scale &gt; 1 - launcher: Use GIcon for the tooltip icon (#674) - pager: Use WnckHandle if available (#695) - Translation Updates: Albanian, Finnish, Greek, Italian, Portuguese, Slovenian Release notes for 4.18.1 ======================== - Update copyright year - tasklist: Fix scrolling through window buttons (Fixes #692) - tasklist: Fix group button visibility - libxfce4panel: Deprecate XfcePanelImage - tasklist: Do not duplicate menu item activation - clock: Fix sync timeout - docs: Fix version for xfce_panel_set_image_from_source() - clock: Add missing sanity check - windowmenu: Adapt wnck default icon size when UI scale &gt; 1 (Fixes #682) - tasklist: Adapt wnck default icon size when UI scale &gt; 1 (Fixes #681) - tasklist: Fix window count positioning when UI scale &gt; 1 - tasklist: Keep icon pixbuf around and use surface also for menu items - clock: Do not override custom font formats - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-12xfce4-session: 4.18.0 -> 4.18.2Kai Kang
Release notes for 4.18.2 ======================== - manager: Fix GQueue memory management - Fix Xfconf memory management - Update bug report address - Fix suspend/hibernation bug on ConsoleKit2 (Fixes #164) Release notes for 4.18.1 ======================== - Update copyright year - Fix bus name acquisition/ownership (#54, !34) - Use XfceScreensaver from Libxfce4ui (!35) - build: Fix previous commit - build: Fix autotools warnings - Avoid duplicating directories in the tail of $XDG_* envs (#111, !21) - settings: Fix memory leak - libxfsm: Fix wrong return value - Fix memory leaks when opening xfce4-session-settings - Fix blurry session snapshots (!33) - Fix blurry icons in autostart tab when UI scale > 1 (!33) - build: Fix GTK deprecation warnings (!32) - build: Fix some other GDK deprecation warnings (!32) - build: Fix gdk_error_trap_push/pop() deprecation warnings (!32) - build: Let xdt-depends.m4 macros set GLib macros (!32) - build: Remove GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED (!32) - Make use of translations for run hooks (Fixes #156) - Translation Updates: Greek, Portuguese, Turkish Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-12xfce4-settings: 4.18.0 -> 4.18.2Kai Kang
Update xfce4-settings from 4.18.0 to 4.18.2 * rebase 0001-xsettings.xml-Set-default-themes.patch Release notes for 4.18.2 ======================== - Update copyright year - mime-settings: Increase dialog size (!96) - display: fix blurry 'help' indicator on output (#400, !95) - display: fix blurry icon in profiles treeview - display: fix blurry icons in minimal display settings dialog - mime: fix blurry icons in default app menus - mouse: fix blurriness in cursor theme previews - appearance: fix blurry subpixel antialias icons - appearance: fix blurry icon theme previews - xfsettingsd: Make xsettings.xml well-formed (Fixes #431, !94) - xfsettingsd: Remove duplicated config line (Fixes #425) - Translation Updates: Albanian, Chinese (China), Dutch, English (Canada), English (United Kingdom), Finnish, Greek, Korean, Portuguese (Brazil), Turkish Release notes for 4.18.1 ======================== Bugfix release on the Xfce-4.18 branch. Here the changelog: Bugfixes: - xfsettingsd: Make CSD (client side decorations) for dialogs opt-in Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kabyle, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-12libxfce4ui: 4.18.0 -> 4.18.3Kai Kang
Release notes for 4.18.3 ======================== - Add comment about the need for gtk_widget_destroy() - Fix memory management in Vala generated code - Add annotation "(nullable)" where appropriate - Replace deprecated annotation: "(allow-none)" - Harden xfce_gtk_handle_tab_accels (thunar#1067) - screensaver: Avoid Xfconf warning - shortcuts-grabber: Ignore keyboard layout change - screensaver: Fix Xfconf memory management Release notes for 4.18.2 ======================== - Update copyright year - Add XfceScreensaver (!89) - docs: Fix broken links - shortcut-dialog: Use parent window for the grab if possible (Fixes #52) - Fix memory leak - Fix memory leaks Release notes for 4.18.1 ======================== Bugfix release on the 4.18 branch - XfceFileNameInput - wrap error message (Issue #60) - xfce4-about: Removed excess square brackets - Revert "XfceShortcutsGrabber: Detect auto-repeat key press" - Translation Updates: Hebrew, Russian, Swedish Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-12libxfce4util: 4.18.0 -> 4.18.1Kai Kang
Release notes for 4.18.1 ======================== - Handle remaining escape sequences - Fix desktop entry value escaping Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10thunar-media-tags-plugin: 0.3.0 -> 0.4.0Kai Kang
Update thunar-media-tags-plugin from 0.3.0 to 0.4.0 * update HOMEPAGE * the license file is out of date and has been updated to latest GPL2 text [1] [1]: https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin/-/commit/e206959 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10thunar: 4.18.0 -> 4.18.4Kai Kang
Release notes for 4.18.4 ======================== Bugfix and translation release on the 4.18 branch Bugfixes: - Don't open folder when mounting device (Issue #919) - Don't show full menu for unmounted devices (#1049) - Support handling URIs via desktop file (#1044) - Focus correct split pane on mouse click (#1039) - Prevent wrong undo/redo notify (#1036) - Support undo trash for linked paths (#1030) - Always ask before delete files via undo (#1027) - Fix use after free fault (#1031) - Allow symlink creation on remote locations (#875) - Prevent crash when closing window (#884) - Keep directory specific sort details (#1017) - Don't add extra-dot when creating links (#1019) Translation Updates: Albanian, Arabic, Armenian, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-07xfce4-screenshooter: 1.9.10 -> 1.10.3Kai Kang
Update xfce4-screenshooter from 1.9.10 to 1.10.3 * update HOMEPAGE that goodies.xfce.org has been decommissioning * content of license file has been updated Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-07xfce4-notifyd: 0.6.3 -> 0.8.2Kai Kang
Update xfce4-notifyd from 0.6.3 to 0.8.2 * update HOMEPAGE that goodies.xfce.org has been decommissioned * the content of license file has been updated but license not changed * patch for configure.ac to get the absolute path of pkg-config variables * drop dependencies dbus and dbus-glib that xfce4-notifyd has been ported to gdbus Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-07xfce4-terminal: 1.0.0 -> 1.0.4Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-07xfce4-taskmanager: 1.5.2 -> 1.5.5Kai Kang
The content of the license file has been updated [1]. [1]: https://gitlab.xfce.org/apps/xfce4-taskmanager/-/commit/d47388f7 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05meta-xfce: Fix missing upstream status in patchesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-04xfdesktop: update 4.18.0 -> 4.18.1Markus Volk
Also do an update on the dependencies Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-06thunar: add tumbler to RRECOMMENDSMarkus Volk
In a dbus session thunar requests tumbler for thumbnailing support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04layer.conf: update LAYERSERIES_COMPAT for mickledoreMartin Jansa
* oe-core switched to mickedore in: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27parole: Define DATADIRNAMEKhem Raj
This helps pur pixman files in right directory pixmapsdir: /usr/share/parole/pixmaps Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfdesktop: 4.16.0 -> 4.18.0Kai Kang
Update xfdesktop from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfwm4: 4.16.1 -> 4.18.0Kai Kang
Update xfwm4 from 4.16.1 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-session: 4.16.0 -> 4.18.0Kai Kang
Update xfce4-session from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-power-manager: 4.16.0 -> 4.18.0Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-settings: 4.16.5 -> 4.18.0Kai Kang
Update xfce4-settings from 4.16.5 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-appfinder: 4.16.1 -> 4.18.0Kai Kang
Update xfce4-appfinder from 4.16.1 to 4.18.0. * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfconf: 4.16.0 -> 4.18.0Kai Kang
Update xfconf from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27tumbler: 4.16.0 -> 4.18.0Kai Kang
Update tumbler from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later * add dependency libxfce4util * inherit systemd Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27thunar: 4.16.9 -> 4.18.0Kai Kang
Update thunar from 4.16.9 to 4.18.0. * update license which should be GPL-2.0-or-later * update package config pcre Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-panel: 4.16.3 -> 4.18.0Kai Kang
Update xfce4-panel 4.16.3 to 4.18.0 * update license which should be GPL-2.0-or-later * rebase 0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27garcon: 4.16.1 -> 4.18.0Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27exo: 4.16.4 -> 4.18.0Kai Kang
Update exo from 4.16.4 to 4.18.0 * update license which should be GPL-2.0-or-later * remove configure.patch that it supports cross compil now * remove obsolete patch reduce-build-to-exo-csource-only.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27libxfce4util: 4.16.0 -> 4.18.0Kai Kang
Correct the license which should be LGPL-2.0-or-later. And the license file has been updated by: https://gitlab.xfce.org/xfce/libxfce4util/-/commit/0c334855 It has such descriptions: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-dev-tools: 4.16.0 -> 4.18.0Kai Kang
Update LICENSE which is GPL-2.0-or-later, see https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/COPYING#L298 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27thunar-shares-plugin: Bump GLib minimum required to 2.26Kai Kang
Backport patch to bump glib minimum required version to 2.26 for thunar-shares-plugin. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-sensors-plugin: 1.4.3 -> 1.4.4Kai Kang
Update xfce4-sensors-plugin from 1.4.3 to 1.4.4 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-cpugraph-plugin: 1.2.6 -> 1.2.7Kai Kang
Update xfce4-cpugraph-plugin from 1.2.6 to 1.2.7 * correct license with LGPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-wavelan-plugin: 0.6.2 -> 0.6.3Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27xfce4-cpufreq-plugin: 1.2.7 -> 1.2.8Kai Kang
Update xfce4-cpufreq-plugin from 1.2.7 to 1.2.8 * correct license with LGPL-2.0-or-later * inherit perlnative Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27thunar-volman: 4.16.0 -> 4.18.0Kai Kang
Update thunar-volman from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later * inherit perlnative to fix error: | checking for XML::Parser... configure: error: | XML::Parser perl module is required for intltool Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>