SHA256
1
0
forked from pool/peazip

Accepting request 577288 from home:alois:branches:devel:languages:pascal

- Removed xorg-x11-devel build requirement
- Added peazip-help_path.patch to use the correct path for the 
  pdf guide

OBS-URL: https://build.opensuse.org/request/show/577288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=29
This commit is contained in:
Luigi Baldoni 2018-02-16 15:22:41 +00:00 committed by Git OBS Bridge
parent 1e739d23e8
commit 84d87a64c5
3 changed files with 46 additions and 1 deletions

35
peazip-help_path.patch Normal file
View File

@ -0,0 +1,35 @@
Index: peazip-6.5.0.src/peach.pas
===================================================================
--- peazip-6.5.0.src.orig/peach.pas
+++ peazip-6.5.0.src/peach.pas
@@ -35341,7 +35341,7 @@ end;
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
begin
-cp_open(executable_path+'peazip_help.pdf',desk_env);
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
end;
procedure TForm_peach.baboutsupportClick(Sender: TObject);
@@ -54349,7 +54349,7 @@ end;
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
begin
//cp_open('http://www.peazip.org/peazip_help.pdf',desk_env);
-cp_open(executable_path+'peazip_help.pdf',desk_env);
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
end;
procedure TForm_peach.mRecent9Click(Sender: TObject);
Index: peazip-6.5.0.src/unit4.pas
===================================================================
--- peazip-6.5.0.src.orig/unit4.pas
+++ peazip-6.5.0.src/unit4.pas
@@ -122,7 +122,7 @@ end;
procedure TFormAbout.baboutlocalhelpClick(Sender: TObject);
begin
- cp_open(executable_path+'peazip_help.pdf',desk_env);
+ cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
end;
initialization

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 16 14:54:48 UTC 2018 - aloisio@gmx.com
- Removed xorg-x11-devel build requirement
- Added peazip-help_path.patch to use the correct path for the
pdf guide
-------------------------------------------------------------------
Sun Feb 11 12:25:23 UTC 2018 - aloisio@gmx.com

View File

@ -32,6 +32,8 @@ Patch0: peazip-desktop.patch
Patch1: peazip-lazarus_1.8.0.patch
# PATCH-FIX-OPENSUSE peazip-build_PIE.patch -- aloisio@gmx.com
Patch2: peazip-build_PIE.patch
# PATCH-FIX-OPENSUSE peazip-help_path.patch set correct path for the pdf guide -- aloisio@gmx.com
Patch3: peazip-help_path.patch
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: fpc
@ -42,7 +44,6 @@ BuildRequires: libQt5Pas-devel
BuildRequires: p7zip
BuildRequires: unzip
BuildRequires: upx
BuildRequires: xorg-x11-devel
Requires: p7zip
Requires: upx
%if 0%{?suse_version} < 1500
@ -78,6 +79,7 @@ This subpackage contains the KF5 integration.
%patch0
%patch1 -p1
%patch2 -p1
%patch3 -p1
chmod +w res/lang
dos2unix readme
cp %{SOURCE2} .