Summary: Simple Qt-based AppImage management tool Name: AppImageManager Version: 1.0.5 Release: 1%{?dist} License: MIT Group: unknown Vendor: New DEV Source: AppImageManager-1.0.5.tar.gz Requires: qt6-qtbase BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: make BuildRequires: qt6-qtbase-devel %description Simple Qt-based AppImage management tool %prep %autosetup %build %cmake %cmake_build %install %cmake_install %clean %changelog * Mon Dec 15 2025 DoS - 1.0.5-1 - Update to version 1.0.5 * Mon Dec 15 2025 DoS - 1.0.4-1 - Added new settings for protocol handlers while creating desktop/menu entries along with checkbox for immediate update of desktop database - While creating desktop/menu entries, the application would now look up for existing entries based on the default file name and load default values from them if possible * Tue Dec 2 2025 DoS - 1.0.3-1 - Added error handling when launching AppImages: clear messages for missing files, non-executable files, and startup failures - Smaller UI enhancements - Now, while creating a shortcut, the Comment section is pre-filled with the AppImage's description - Fix version button not being displayed always correctly * Sat Nov 29 2025 DoS - 1.0.2-1 - Added more details to the details panel such as file permissions and checksums - Added buttons to create and modify desktop and app menu shortcuts - Fixed Run button terminating process instantly * Fri Nov 28 2025 DoS - 1.0.1-1 - Fixed UI memory leaks - Added Refresh button when there's no saved AppImages * Thu Nov 27 2025 DoS - 1.0.0-1 - First version being packaged - Added property editing per AppImage entry - Improved internal settings code %files %{_bindir}/AppImageManager %{_datadir}/applications/AppImageManager.desktop %{_datadir}/icons/hicolor/48x48/apps/AppImageManager.png %{_docdir}/AppImageManager/CHANGELOG