diff --unified --recursive --text xarchiver-0.5.4.17/configure xarchiver-0.5.4.17/configure --- xarchiver-0.5.4.17/configure 2021-01-24 20:21:04.000000000 +0100 +++ xarchiver-0.5.4.17/configure 2021-06-15 18:46:26.605339641 +0100 @@ -13123,8 +13123,8 @@ xgversion="`xgettext --version | head -1 | grep -Eo '[0-9.]+$'`" -if test x"$xgversion" \< x"0.16"; then : - as_fn_error $? "GNU gettext tools must be at least version 0.16" "$LINENO" 5 +if test x"$xgversion" \< x""; then : + as_fn_error $? "GNU gettext tools must be at least version 0" "$LINENO" 5 fi GETTEXT_PACKAGE=xarchiver diff --unified --recursive --text xarchiver-0.5.4.17/configure.ac xarchiver-0.5.4.17/configure.ac --- xarchiver-0.5.4.17/configure.ac 2021-01-24 20:21:04.000000000 +0100 +++ xarchiver-0.5.4.17/configure.ac 2021-06-15 18:43:52.635113814 +0100 @@ -89,7 +89,7 @@ dnl ******************** IT_PROG_INTLTOOL([0.40.0], [no-xml]) xgversion="`xgettext --version | head -1 | grep -Eo '[[0-9.]]+$'`" -AS_IF([test x"$xgversion" \< x"0.16"], AC_MSG_ERROR([GNU gettext tools must be at least version 0.16])) +AS_IF([test x"$xgversion" \< x""], AC_MSG_ERROR([GNU gettext tools must be at least version 0])) GETTEXT_PACKAGE=m4_default([], [AC_PACKAGE_NAME]) AC_SUBST([GETTEXT_PACKAGE]) AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Name of default gettext domain]) diff --unified --recursive --text xarchiver-0.5.4.17/doc/html/ch03s03.html xarchiver-0.5.4.17/doc/html/ch03s03.html --- xarchiver-0.5.4.17/doc/html/ch03s03.html 2021-01-24 20:21:04.000000000 +0100 +++ xarchiver-0.5.4.17/doc/html/ch03s03.html 2021-06-15 18:49:05.615572859 +0100 @@ -1,6 +1,6 @@
- At startup, Xarchiver detects the available installed archivers (tar,rar,zip etc) and the script xdg-open for handling different file types. Since Xarchiver is a front end (a graphic user interface to the command line executables) it can't create archives whose archiver is not available. For instance if you have the free edition of rar, unrar, Xarchiver can't create rar archives since unrar allows rar archives to be opened, tested and extracted but not to be created. + At startup, Xarchiver detects the available installed archivers (tar,rar,zip etc) and the script xdg-open for handling different file types. Since Xarchiver is a front end (a graphic user interface to the command line executables) it can't create archives whose archiver is not available. For instance if you have unar, Xarchiver can't create rar archives since unar allows rar archives to be opened, tested and extracted but not to be created.
Xarchiver will run in the background the command line executable of the archiver with the archiver's proper switches to perform the selected operation. If something goes wrong Xarchiver reports the full output of the archiver executable in the command line output window. Starting with release 0.5 the files in the archive can be opened within Xarchiver. The script xdg-open will detect the file type and run the proper application to handle it. If you don't have such script installed in your system (it's found in the xdg-utils package) Xarchiver will recognize HTML, txt and images files only. The Preferences dialog will notify this to you when you click the Advanced section inside it.
diff --unified --recursive --text xarchiver-0.5.4.17/doc/xarchiver.docbook xarchiver-0.5.4.17/doc/xarchiver.docbook
--- xarchiver-0.5.4.17/doc/xarchiver.docbook 2021-01-24 20:21:04.000000000 +0100
+++ xarchiver-0.5.4.17/doc/xarchiver.docbook 2021-06-15 18:51:07.425751517 +0100
@@ -305,7 +305,7 @@