Package: engrampa / 1.26.2-5
Metadata
Package | Version | Patches format |
---|---|---|
engrampa | 1.26.2-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
2001_fix FTCBFS.patch | (download) |
configure.ac |
10 8 + 2 - 0 ! |
engrampa ftcbfs: ac_run_ifelse |
1001_add shebang to isoinfo script.patch | (download) |
src/sh/isoinfo.sh |
2 2 + 0 - 0 ! |
add shebang to isoinfo.sh script. |
0001_fix segfault on opening deb files.patch | (download) |
src/glib-utils.c |
4 4 + 0 - 0 ! |
[patch] fix segfault on opening .deb files after recent debian Unstable updates Fix https://github.com/mate-desktop/engrampa/issues/496 |
0002_7zip.patch | (download) |
data/packages.match |
6 3 + 3 - 0 ! |
[patch] command-7z: add new 7-zip(7zz and 7zzs) project support |
0003_7z Fix accepting RAR archives when unar open zip tru.patch | (download) |
src/fr-command-7z.c |
2 1 + 1 - 0 ! |
[patch] 7z: fix accepting rar archives when unar-open-zip=true Offset was not properly updated when adding support for EPUB+ZIP in 84fb5cfe96263f79e50b68a5a6996e40c514cf74, leading to disabling both ZIP and RAR when the option unar-open-zip was enabled. Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0004_Add MIME aliases for gzip and bzip2.patch | (download) |
data/engrampa.desktop.in.in |
2 1 + 1 - 0 ! |
[patch] add mime aliases for gzip and bzip2 The application/gzip alias is e.g. provided by FileRoller and Ark, application/bzip2 is provided by FileRoller. Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
1002_implicit function declaration.patch | (download) |
src/file-utils.c |
1 1 + 0 - 0 ! |
fix "error: implicit declaration of function strcasecmp [-werror=implicit-function-declaration]" |
0005_fr process c Setting error status.patch | (download) |
src/fr-process.c |
5 2 + 3 - 0 ! |
[patch] fr-process.c: setting error status fix https://github.com/mate-desktop/engrampa/issues/510 |