Codebase list nemo-fileroller / 9561128
Update upstream source from tag 'upstream/4.8.0' Update to upstream version '4.8.0' with Debian dir b3b5fd6ff9d6954f99552aa9e4655d9240a4b689 Norbert Preining 3 years ago
3 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 This extension adds entries to the context menu in Nemo, which allow you to make use of the compress and extract functions of the File Roller archive manager.
33
4 For the File Roller main application see http://fileroller.sourceforge.net/
4 For the File Roller main application see https://wiki.gnome.org/Apps/FileRoller
00 # Initialization
11
2 AC_INIT([nemo-fileroller],4.6.0)
2 AC_INIT([nemo-fileroller],4.8.0)
33
44 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
55
196196 { "application/x-zip", TRUE },
197197 { "application/x-zip-compressed", TRUE },
198198 { "application/x-zoo", TRUE },
199 { "application/x-zstd-compressed-tar", TRUE },
199200 { "application/zip", TRUE },
201 { "application/zstd", TRUE },
200202 { "multipart/x-zip", TRUE },
201203 { NULL, FALSE }
202204 };