forked from pool/peazip
Accepting request 1237049 from devel:languages:pascal
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1237049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/peazip?expand=0&rev=53
This commit is contained in:
commit
91a95fd1ef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96fa3fd661d8609379f3a8485be1dbee6dfa334810d6e662225de1b86f09f6af
|
|
||||||
size 5614257
|
|
3
peazip-10.2.0.src.zip
Normal file
3
peazip-10.2.0.src.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14162e4aacb1371d25a65ef5c10e7cad929c10c6a84ed8672dfcc17ec74fad91
|
||||||
|
size 5740640
|
@ -1,8 +1,8 @@
|
|||||||
Index: peazip-10.1.0.src/dev/peach.pas
|
Index: peazip-10.2.0.src/dev/peach.pas
|
||||||
===================================================================
|
===================================================================
|
||||||
--- peazip-10.1.0.src.orig/dev/peach.pas
|
--- peazip-10.2.0.src.orig/dev/peach.pas
|
||||||
+++ peazip-10.1.0.src/dev/peach.pas
|
+++ peazip-10.2.0.src/dev/peach.pas
|
||||||
@@ -45170,7 +45170,7 @@ end;
|
@@ -45366,7 +45366,7 @@ end;
|
||||||
|
|
||||||
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
@ -11,7 +11,7 @@ Index: peazip-10.1.0.src/dev/peach.pas
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TForm_peach.baboutplugindirClick(Sender: TObject);
|
procedure TForm_peach.baboutplugindirClick(Sender: TObject);
|
||||||
@@ -70804,7 +70804,7 @@ end;
|
@@ -71165,7 +71165,7 @@ end;
|
||||||
|
|
||||||
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 4 12:55:25 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 10.2.0:
|
||||||
|
* 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 12 12:28:03 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
Tue Nov 12 12:28:03 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
61
peazip.spec
61
peazip.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package peazip
|
# spec file for package peazip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define _peazipinstalldir %{_libdir}/peazip
|
%define _peazipinstalldir %{_libdir}/peazip
|
||||||
|
|
||||||
Name: peazip
|
Name: peazip
|
||||||
Version: 10.1.0
|
Version: 10.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical file archiver
|
Summary: Graphical file archiver
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@ -44,7 +44,7 @@ BuildRequires: fpc
|
|||||||
BuildRequires: fpc-src
|
BuildRequires: fpc-src
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: lazarus-ide
|
BuildRequires: lazarus-ide
|
||||||
BuildRequires: lazarus-lcl-qt5
|
BuildRequires: lazarus-lcl-qt6
|
||||||
BuildRequires: lazarus-tools
|
BuildRequires: lazarus-tools
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
@ -59,9 +59,6 @@ BuildRequires: p7zip
|
|||||||
Requires: p7zip
|
Requires: p7zip
|
||||||
%endif
|
%endif
|
||||||
Requires: upx
|
Requires: upx
|
||||||
%if 0%{?suse_version} < 1500
|
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
%endif
|
|
||||||
Suggests: arc
|
Suggests: arc
|
||||||
Suggests: brotli
|
Suggests: brotli
|
||||||
Suggests: zpaq
|
Suggests: zpaq
|
||||||
@ -79,19 +76,28 @@ create self-extracting archives, split/join files, supports strong encryption wi
|
|||||||
has an encrypted password manager, secure deletion, can find duplicate files, calculate hashes, and
|
has an encrypted password manager, secure deletion, can find duplicate files, calculate hashes, and
|
||||||
export job definition as a script.
|
export job definition as a script.
|
||||||
|
|
||||||
|
%if 0%{?suse_version} < 1690
|
||||||
%package kf5
|
%package kf5
|
||||||
Summary: KF5 servicemenu for peazip
|
Summary: KF5 servicemenu for peazip
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Requires: peazip
|
Requires: peazip
|
||||||
%if 0%{?suse_version} < 1500
|
|
||||||
Requires(post): update-desktop-files
|
|
||||||
Requires(postun): update-desktop-files
|
|
||||||
%endif
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description kf5
|
%description kf5
|
||||||
PeaZip is a file and archive manager GUI for many formats.
|
PeaZip is a file and archive manager GUI for many formats.
|
||||||
This subpackage contains the KF5 integration.
|
This subpackage contains the KF5 integration.
|
||||||
|
%else
|
||||||
|
|
||||||
|
%package kf6
|
||||||
|
Summary: KF6 servicemenu for peazip
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
|
Requires: peazip
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description kf6
|
||||||
|
PeaZip is a file and archive manager GUI for many formats.
|
||||||
|
This subpackage contains the KF6 integration.
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{version}.src
|
%autosetup -p1 -n %{name}-%{version}.src
|
||||||
@ -109,8 +115,8 @@ lazbuild \
|
|||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
--cpu=x86_64 \
|
--cpu=x86_64 \
|
||||||
%endif
|
%endif
|
||||||
--widgetset=qt5 \
|
--widgetset=qt6 \
|
||||||
--max-process-count=1 \
|
--max-process-count=1 \
|
||||||
-B --add-package metadarkstyle/metadarkstyle.lpk
|
-B --add-package metadarkstyle/metadarkstyle.lpk
|
||||||
# Build Peazip
|
# Build Peazip
|
||||||
lazbuild \
|
lazbuild \
|
||||||
@ -118,8 +124,8 @@ lazbuild \
|
|||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
--cpu=x86_64 \
|
--cpu=x86_64 \
|
||||||
%endif
|
%endif
|
||||||
--widgetset=qt5 \
|
--widgetset=qt6 \
|
||||||
--max-process-count=1 \
|
--max-process-count=1 \
|
||||||
-B project_pea.lpi project_peach.lpi
|
-B project_pea.lpi project_peach.lpi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -157,28 +163,25 @@ sed -i 's/Categories=Qt;KDE;Utility;System;Archiving;/Categories=Qt;KDE;Utility;
|
|||||||
mkdir -p %{buildroot}%{_datadir}/pixmaps/
|
mkdir -p %{buildroot}%{_datadir}/pixmaps/
|
||||||
cp %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peazip.png %{buildroot}%{_datadir}/pixmaps/
|
cp %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peazip.png %{buildroot}%{_datadir}/pixmaps/
|
||||||
rm %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peazip.png
|
rm %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peazip.png
|
||||||
# Remove hard linked png
|
|
||||||
rm %{buildroot}%{_peazipinstalldir}/res/share/icons/peazip_app.png
|
|
||||||
rm %{buildroot}%{_peazipinstalldir}/res/share/icons/peazip_alt.png
|
|
||||||
|
|
||||||
chmod +x %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/Nautilus-scripts/Archiving/PeaZip/*
|
chmod +x %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/Nautilus-scripts/Archiving/PeaZip/*
|
||||||
|
%if 0%{?suse_version} < 1690
|
||||||
pushd %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/
|
pushd %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/
|
||||||
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
|
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
|
||||||
install -m644 *.desktop %{buildroot}%{_kf5_servicesdir}/ServiceMenus
|
install -m644 *.desktop %{buildroot}%{_kf5_servicesdir}/ServiceMenus
|
||||||
|
%else
|
||||||
|
pushd %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE6-dolphin/
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/kio/servicemenus
|
||||||
|
install -m644 *.desktop %{buildroot}%{_datadir}/kio/servicemenus/
|
||||||
|
%endif
|
||||||
popd
|
popd
|
||||||
|
# Remove hard linked png
|
||||||
|
rm %{buildroot}%{_peazipinstalldir}/res/share/icons/peazip.png
|
||||||
|
|
||||||
find %{buildroot} -type f -size 0 -delete
|
find %{buildroot} -type f -size 0 -delete
|
||||||
|
|
||||||
%fdupes %{buildroot}/%{_prefix}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1500
|
|
||||||
%post kf5
|
|
||||||
%desktop_database_post
|
|
||||||
|
|
||||||
%postun kf5
|
|
||||||
%desktop_database_postun
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license copying.txt
|
%license copying.txt
|
||||||
%doc readme.txt peazip_help.pdf
|
%doc readme.txt peazip_help.pdf
|
||||||
@ -188,8 +191,16 @@ find %{buildroot} -type f -size 0 -delete
|
|||||||
%{_datadir}/applications/peazip.desktop
|
%{_datadir}/applications/peazip.desktop
|
||||||
%{_datadir}/pixmaps/peazip.png
|
%{_datadir}/pixmaps/peazip.png
|
||||||
|
|
||||||
|
%if 0%{?suse_version} < 1690
|
||||||
%files kf5
|
%files kf5
|
||||||
%dir %{_kf5_servicesdir}/ServiceMenus
|
%dir %{_kf5_servicesdir}/ServiceMenus
|
||||||
%{_kf5_servicesdir}/ServiceMenus/*.desktop
|
%{_kf5_servicesdir}/ServiceMenus/*.desktop
|
||||||
|
%else
|
||||||
|
|
||||||
|
%files kf6
|
||||||
|
%dir %{_datadir}/kio
|
||||||
|
%dir %{_datadir}/kio/servicemenus
|
||||||
|
%{_datadir}/kio/servicemenus/*.desktop
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user