summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-panel-profiles
Commit message (Collapse)AuthorAgeFilesLines
* xfce4-panel-profiles: 1.0.13 -> 1.0.14Kai Kang2023-10-312-26/+2
| | | | | | | | Upgrade xfce4-panel-profiles from 1.0.13 to 1.0.14. Drop the patch that it has dropped the creation of the link file already. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-panel-profiles: 1.0.12 -> 1.0.13Andreas Müller2021-03-072-58/+1
| | | | | | | | | | | | | | | | | | | | | | | | Although not mentioned below and obstacles in the way, 0001-Makefile.in.in-remove-bashisms.patch made it upstream [1]. Release notes for 1.0.13 ======================== New Features: - Add Cupertino layout (#7) - Add Redmond 7 layout (#8) - Add Xfce 4.16 layout General: - Updated existing templates to support Xfce 4.16 - Makefile.in.in: remove bashisms - Enabled exporting Whisker menu configuration (#11) Updated translations [1] https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/commit/1565fe5f450732a82a76b828610fc935501584d0 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: update remove-bashisms.patch for centos 7Kai Kang2021-01-181-15/+35
| | | | | | | | | Command install is from package coreutils. And there is coreutils 8.22 on centos 7 which doesn't support options -D and -t to be used together. So create/remove the directories and files one by one. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: fix do install failure with dashKai Kang2021-01-142-0/+37
| | | | | | | There are bashisms in Makefile and cause do install failure with dash. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: upgrade 1.0.10 -> 1.0.12Andreas Müller2021-01-052-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 1.0.12 ======================== New Features: - New build option `--docdir` for documentation install path - New build option `--mandir` for manpage install path General: - Manpage `xfce4-panel-profiles.1` is no longer gzipped (#5) Bugs Fixed: - Release install error: incorrect README filename (#24) Release notes for 1.0.11 ======================== * New Features - Add support for saving xfce4-whiskermenu's configuration file - Prefer CSD in XfceTitledDialog - Use XfceTitledDialog from libxfce4ui - Use Xfce's about dialog via libxfce4ui - Add new icons and use reverse DNS for icons and files - Open xfce4-panel on close button (bug #16505) * General - Add new README.md over old README - Try the new and old libxfce4ui gir file name - Add basic GitLab pipeline - Make tarball creation reproducible * Bugs Fixed - Update openSUSE profile and fix build - Removed check for if the menu is installed. This would probably get in the way. - Use current branch in 'make distcheck' - Use configured appname instead of argv[0] - Fix typos in comments. * Updated translations: Albanian, Armenian (Armenia), Belarusian, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Czech, Eastern Armenian, Estonian, Hebrew, Hungarian, Indonesian, Interlingue, Persian (Iran), Portuguese, Slovak, Spanish, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: not create link to /usr/share/localeKai Kang2020-04-252-1/+25
| | | | | | | | It is useless to create a link to $(PREFIX)/share/locale that there is no reference to $(PREFIX)/share/$(APPNAME)/locale in source code. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: upgrade 1.0.9 -> 1.0.10Andreas Müller2020-01-181-2/+2
| | | | | | | | | | | | | | | | | | | Release notes for 1.0.10 ======================== New Features: - Add openSUSE profile - Add new error for invalid configuration files (Xfce #15983) - 'Current Configuration' now pulls the current panel state instead of the state cached when the program starts (Xfce #16114) - A cancellable warning is now displayed when applying configurations (Xfce #14559) Updated Translations: English (United Kingdom), Galician, Hindi, Slovenian, Thai Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: 1.0.8 -> 1.0.9Kai Kang2019-12-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | 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>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | 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>
* xfce4-panel-profiles: initial add 1.0.8Andreas Müller2018-10-261-0/+28
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>