Package: spacefm / 1.0.6-10
Metadata
| Package | Version | Patches format |
|---|---|---|
| spacefm | 1.0.6-10 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| update_desktop_files.patch | (download) |
data/spacefm-find.desktop.in |
1 1 + 0 - 0 ! |
add keywords entry to desktop files. |
| drop_spacefm installer.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
drop spacefm-installer to install, it is exactly no needed in binary distributions like Debian. You can download this script by hand from upstream git repository. I recommended update spacefm to unstable version by that way. |
| fix spelling error.patch | (download) |
data/spacefm-manual-en.html |
4 2 + 2 - 0 ! |
fix spelling error |
| drop gnome common macros.patch | (download) |
autogen.sh |
8 0 + 8 - 0 ! |
drop deprecated gnome-common macros/variables |
| add_optional_close_last_tab.patch | (download) |
data/ui/prefdlg.ui |
25 19 + 6 - 0 ! |
[patch] optionally close the panel/application when last tab is closed |
| 0001 glibc 2.28 compatibility.patch | (download) |
src/main.c |
1 1 + 0 - 0 ! |
[patch] glibc 2.28 compatibility |
| fix gcc10 fno common.patch | (download) |
src/settings.c |
22 22 + 0 - 0 ! |
fix ftbfs with gcc-10 |
| fix_thumbnails.patch | (download) |
src/vfs/vfs-thumbnail-loader.c |
6 3 + 3 - 0 ! |
[patch] thumbnails location changed according to https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html |
| fix ftbfs gcc14.patch | (download) |
src/exo/exo-gdk-pixbuf-extensions.c |
5 4 + 1 - 0 ! |
[patch] fix build issues with gcc 14
GCC 14 enables -Wincompatible-pointer-types by default thus resulting in
build error such as:
exo-icon-view.c:2686:27: error: assignment to GdkWindow {aka struct _GdkWindow } from incompatible pointer type GObject {aka struct _GObject } [-Wincompatible-pointer-types]
Much of the code changes are borrowed from older code segments.
First reported on Gentoo linux, for more reference please bug:
https://bugs.gentoo.org/928492
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
|
| fix c23 function proto.patch | (download) |
src/cust-dialog.c |
2 1 + 1 - 0 ! |
fix c23 function prototypes Function declarations are required to have parameter information in C23. Specify the parameters explicitly so it conforms with this C standard where needed. ptk_dir_tree_new actually doesn't take any parameters. So, in this case, simply drop the argument from the function call instead. Properly handle function assignments as well, so their types matches. |
| fix c23 bool keyword.patch | (download) |
src/main-window.c |
24 12 + 12 - 0 ! |
fix c23 bool keyword usage `bool` is a reserved keyword in C23. Rename symbols (variables and functions) from `bool` to `truthy` so no keyword conflict happens. |
