2022-09-13 09:32:36 +02:00
|
|
|
Index: file-roller-43.alpha/src/fr-init.c
|
2012-07-21 17:12:19 +02:00
|
|
|
===================================================================
|
2022-09-13 09:32:36 +02:00
|
|
|
--- file-roller-43.alpha.orig/src/fr-init.c
|
|
|
|
+++ file-roller-43.alpha/src/fr-init.c
|
|
|
|
@@ -345,6 +345,7 @@ register_archives (void)
|
2012-07-21 17:12:19 +02:00
|
|
|
|
2019-04-18 14:29:55 +02:00
|
|
|
register_archive (fr_command_tar_get_type ());
|
|
|
|
register_archive (fr_command_cfile_get_type ());
|
|
|
|
+ register_archive (fr_command_zip_get_type ());
|
|
|
|
register_archive (fr_command_7z_get_type ());
|
|
|
|
register_archive (fr_command_dpkg_get_type ());
|
2012-07-21 17:12:19 +02:00
|
|
|
|
2022-09-13 09:32:36 +02:00
|
|
|
@@ -360,7 +361,6 @@ register_archives (void)
|
2019-04-18 14:29:55 +02:00
|
|
|
register_archive (fr_command_rpm_get_type ());
|
|
|
|
register_archive (fr_command_unsquashfs_get_type ());
|
|
|
|
register_archive (fr_command_unstuff_get_type ());
|
|
|
|
- register_archive (fr_command_zip_get_type ());
|
|
|
|
register_archive (fr_command_lrzip_get_type ());
|
|
|
|
register_archive (fr_command_zoo_get_type ());
|
2012-09-07 17:23:39 +02:00
|
|
|
#if HAVE_JSON_GLIB
|