Changelog:
r45492 | compyx | 2025-02-14 13:25:58 +0000 (Fri, 14 Feb 2025) | 2 lines
Github actions: .deb package: don't quote array elements in for loops
------------------------------------------------------------------------
r45491 | compyx | 2025-02-14 12:48:15 +0000 (Fri, 14 Feb 2025) | 5 lines
Github actions: fix copying of icons files for Gtk3 .deb packages
Copy icon files stripping their size suffix so the .desktop files refer to the
correct icons.
------------------------------------------------------------------------
r45490 | compyx | 2025-02-14 09:41:55 +0000 (Fri, 14 Feb 2025) | 14 lines
Merge branch compyx/desktop-icons into trunk
Improve desktop file and icon installation on Unix (--enable-desktop-files).
Properly install icons with `xdg-icon-resource` and register .desktop files
with `dekstop-file-install`, run `update-desktop-database` after installing and
uninstalling. Icons are installed in four sizes: 32x32, 48x48, 64x64 and
256x256, the .desktop files refer to icons by their name, not path.
Delete .desktop files from build/debian/: the .desktop files in data/common/
are used both for `make install` and .deb packages now.
Keep the `gtk_window_set_icon()` fallback for now, KDE apparently needs it to
set the application window icon.
------------------------------------------------------------------------
r45476 | gpz | 2025-02-09 15:27:58 +0000 (Sun, 09 Feb 2025) | 1 line
fix crash on -help in the SDL port. patch inspired by rtissera
------------------------------------------------------------------------
r45475 | compyx | 2025-02-07 06:49:00 +0000 (Fri, 07 Feb 2025) | 6 lines
Gtk3: remove cross-compiling magic from Windows bindist script
Cross compiling using Linux hasn't been tested in four years, in which time a
lot of changes have been made to the native (MSYS) portion of the script, but
the cross portion of the script remained untouched and untested.
------------------------------------------------------------------------