* enhances detection of issues in archives * improves displaying archive comments * adds support for Brotli and Zstandard maximum compression * updates app's icon to unify the look & feel on all platforms. * 7z backend is updated to 24.09 * PEA is updated to 1.22 introducing hybrid KDF mode, employing both PBKDF2 and Scrypt to increase resiliency against dictionary and brute force password-recovery attacks. * Qt6 packages replace Qt5 ones, and Flatpak is now built for Wayland (with fallback X11 option). OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=139
23 lines
767 B
Diff
23 lines
767 B
Diff
Index: peazip-10.2.0.src/dev/peach.pas
|
|
===================================================================
|
|
--- peazip-10.2.0.src.orig/dev/peach.pas
|
|
+++ peazip-10.2.0.src/dev/peach.pas
|
|
@@ -45366,7 +45366,7 @@ end;
|
|
|
|
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
|
begin
|
|
-cp_open(sharepath+'peazip_help.pdf',desk_env);
|
|
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
|
|
end;
|
|
|
|
procedure TForm_peach.baboutplugindirClick(Sender: TObject);
|
|
@@ -71165,7 +71165,7 @@ end;
|
|
|
|
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
|
begin
|
|
-cp_open(sharepath+'peazip_help.pdf',desk_env);
|
|
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
|
|
end;
|
|
|
|
procedure TForm_peach.mRecent9Click(Sender: TObject);
|