Accepting request 1082833 from home:CJ:branches:devel:languages:pascal
- Update to 9.2.0: BACKEND: * Can now use zpaqfranz https://github.com/fcorbelli/zpaqfranz as alternative backend for .zpaq. To use an alternative zpaq rename the binary as zpaq and replace the zpaq binary in /usr/lib64/peazip/res/bin/zpaq/ CODE: * Fixed compression method is now saved accordingly for 7z. * Re-organized Help section with quicker access to online updates, Plugins, Themes, and Translations. * Privacy and Security section in main Settings tab, collecting all relevant functions, including Updates. FILE MANAGER: * Minor modification to themes and icons. * New options in Main menu, Organize (Tab bar can now be swapped with Address bar, Breadcrumb bar can be shown as plain text). EXTRACTION and ARCHIVING: * Can now set a custom alias name for 7z / p7zip binary, to make easier to use an alternative backend, in Options > Settings, Advanced tab. * Improved "Edit non-canonical archive types" (Options > Settings, Archive manager tab). - Fix bin location for upx/arc/brotli/zpaq/zstd OBS-URL: https://build.opensuse.org/request/show/1082833 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=111
This commit is contained in:
parent
d60bcbab7f
commit
ea7455b247
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05273316cf0419aa3b980ec0d27275a6aae94dd7e647688879dd0946422f23dd
|
||||
size 5067749
|
3
peazip-9.2.0.src.zip
Normal file
3
peazip-9.2.0.src.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aef70b1e713469b379adaa4e8158521612771ebda41e39dbd5fcfb1349effa04
|
||||
size 5126803
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 21:03:05 UTC 2023 - C J <c.j@tuta.io>
|
||||
|
||||
- Update to 9.2.0:
|
||||
BACKEND:
|
||||
* Can now use zpaqfranz https://github.com/fcorbelli/zpaqfranz as
|
||||
alternative backend for .zpaq. To use an alternative zpaq rename the
|
||||
binary as zpaq and replace the zpaq binary in /usr/lib64/peazip/res/bin/zpaq/
|
||||
CODE:
|
||||
* Fixed compression method is now saved accordingly for 7z.
|
||||
* Re-organized Help section with quicker access to online updates, Plugins,
|
||||
Themes, and Translations.
|
||||
* Privacy and Security section in main Settings tab, collecting all relevant
|
||||
functions, including Updates.
|
||||
FILE MANAGER:
|
||||
* Minor modification to themes and icons.
|
||||
* New options in Main menu, Organize (Tab bar can now be swapped with Address bar,
|
||||
Breadcrumb bar can be shown as plain text).
|
||||
EXTRACTION and ARCHIVING:
|
||||
* Can now set a custom alias name for 7z / p7zip binary, to make easier to use an
|
||||
alternative backend, in Options > Settings, Advanced tab.
|
||||
* Improved "Edit non-canonical archive types" (Options > Settings, Archive manager tab).
|
||||
- Fix bin location for upx/arc/brotli/zpaq/zstd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 07:05:07 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
27
peazip.spec
27
peazip.spec
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define _peazipinstalldir %{_libdir}/peazip
|
||||
%define _helpver 9.1.0
|
||||
%define _helpver 9.2.0
|
||||
Name: peazip
|
||||
Version: 9.1.0
|
||||
Version: 9.2.0
|
||||
Release: 0
|
||||
Summary: Graphical file archiver
|
||||
License: LGPL-3.0-only
|
||||
@ -115,18 +115,18 @@ cp -r res %{buildroot}%{_peazipinstalldir}
|
||||
cp %{SOURCE1} %{buildroot}%{_peazipinstalldir}/res
|
||||
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/7z
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/upx
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/upx
|
||||
ln -s %{_bindir}/7z %{buildroot}%{_peazipinstalldir}/res/bin/7z/7z
|
||||
ln -s %{_bindir}/upx %{buildroot}%{_peazipinstalldir}/res/upx/upx
|
||||
ln -s %{_bindir}/upx %{buildroot}%{_peazipinstalldir}/res/bin/upx/upx
|
||||
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/arc
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/brotli
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/zpaq
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/zstd
|
||||
ln -s %{_bindir}/arc %{buildroot}%{_peazipinstalldir}/res/arc/arc
|
||||
ln -s %{_bindir}/brotli %{buildroot}%{_peazipinstalldir}/res/brotli/brotli
|
||||
ln -s %{_bindir}/zpaq %{buildroot}%{_peazipinstalldir}/res/zpaq/zpaq
|
||||
ln -s %{_bindir}/zstd %{buildroot}%{_peazipinstalldir}/res/zstd/zstd
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/arc
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/brotli
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/zpaq
|
||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/zstd
|
||||
ln -s %{_bindir}/arc %{buildroot}%{_peazipinstalldir}/res/bin/arc/arc
|
||||
ln -s %{_bindir}/brotli %{buildroot}%{_peazipinstalldir}/res/bin/brotli/brotli
|
||||
ln -s %{_bindir}/zpaq %{buildroot}%{_peazipinstalldir}/res/bin/zpaq/zpaq
|
||||
ln -s %{_bindir}/zstd %{buildroot}%{_peazipinstalldir}/res/bin/zstd/zstd
|
||||
|
||||
install -m755 dev/peazip %{buildroot}%{_peazipinstalldir}
|
||||
ln -s %{_peazipinstalldir}/peazip %{buildroot}%{_bindir}/peazip
|
||||
@ -146,11 +146,14 @@ rm %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peaz
|
||||
# Remove hard linked png
|
||||
rm %{buildroot}%{_peazipinstalldir}/res/share/icons/peazip_app.png
|
||||
|
||||
chmod +x %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/Nautilus-scripts/Archiving/PeaZip/*
|
||||
pushd %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/
|
||||
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
|
||||
install -m644 *.desktop %{buildroot}%{_kf5_servicesdir}/ServiceMenus
|
||||
popd
|
||||
|
||||
find %{buildroot} -size 0 -delete
|
||||
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
%if 0%{?suse_version} < 1500
|
||||
|
Loading…
x
Reference in New Issue
Block a user