| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to version 2.4.0: * Improved desktop environment integration * The new "Exec Editor" makes editing command arguments easier * Help dialogs replace the wall-of-text tooltips * Separators are displayed in the sidebar again * Numerous UX tweaks make MenuLibre easier on the eyes - use the pyproject macros, as using python install is going to be deprecated
- As long as a new Python version does not ship a broken
python3-distutils, like python311 did in its early days, there is
no need to deal with or skip a specific python version at all.
Disable all %%{python_module ...} and skip_python... stuff again.
- Don't use %%{python_module ...} as we only build for the default
Python interpreter. python312 still needs to be skipped due to
python3-distutils!
- Skip python312 for now until all required Python modules have been built.
- Use %%{python_module ...} to specify required Python modules to
build this package.
- Fixed Source URL (previous commit was wrong)
- Fixed Source URL
- Update to version 2.2.3
* Fixed making diagnostic text selectable on KDE
* Fixed loading from non-existent directories
* Added diagnostics for failed menu loading
* Added support for GNOME-specific categories
(gh#bluesabre/menulibre#56)
* Added support for PrefersNonDefaultGPU (gh#bluesabre/menulibre#50)
* Added support for unprefixed applications.menu
(gh#bluesabre/menulibre#67)
* Added support for X-GNOME-UsesNotifications
(gh#bluesabre/menulibre#79)
* Added support for XFCE specific categories
(gh#bluesabre/menulibre#54)
* Enabled opening a root editor for root-owned files with pkexec
(gh#bluesabre/menulibre#62)
* Enabled searching for Exec key and desktop entry
(gh#bluesabre/menulibre#52)
* Added AppData file (gh#bluesabre/menulibre#61)
* Documented intltool build requirement (gh#bluesabre/menulibre#59)
* Switched to the MenuLibre wiki for key descriptions
(gh#bluesabre/menulibre#48)
* Added valid types to validator, reducing false positives
(gh#bluesabre/menulibre#66)
* Fixed builds with newer versions of GTK (gh#bluesabre/menulibre#77)
* Fixed history state when editing Name and Comment
(gh#bluesabre/menulibre#57)
* Fixed msgfmt errors
* Fixed running with newer versions of GTK (gh#bluesabre/menulibre#82)
* Fixed selection leaving screen while moving items
(gh#bluesabre/menulibre#25)
* Fixed typo in desktop file processing error
* Translation Updates
- Polished spec file:
- Remove hashbang line from non-executable library files
- Replaced python3 with %{__python3} macro
- Added check with desktop-file-validate
- Update version to 2.2.1 * Automatically generate changelog when built from git or released * Bug Fixes - Correctly display markup in the application name (lp#1813427) - Fix UnicodeDecodeError with non-English locales (lp#1825213) - Drop invalid error for non-existent Exec key (lp#1788814) - Decode stderr as UTF-8 (lp#1789635) * Translation Updates
- Trim filler wording from description.
- Added fix for duplicate icons warnings - Added BuildRequires: hicolor-icon-theme - Added Requres: xdg-utils, hicolor-icon-theme - Run spec-cleaner
- added %{__python3} macro in %install section
- Added fix duplicate doc folder in spec file - Cleaned Change Log - Modified %install to include Python binary path - Fixed several BuildRequires and Requires dependencies - typelib(gtk) = 3.0 needed as RB to prevent some Python module errors during build - Edited %build arguments - Cleaned %file section and added folders and files - Run spec-cleaner
- Changed license in spec file to GPL-3.0-only - Removed # FIXME comments in spec file
- fixed Source address
- run spec-cleaner and cleaned up spec file - removed duplicate dependency
- menulibre-2.2.0 - New Package