Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 691002

Summary: app-text/master-pdf-editor-5.4.38 version bump
Product: Gentoo Linux Reporter: Philippe Trottier <tchiwam>
Component: Current packagesAssignee: João Santos <joaompssantos>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=662342
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Mini fix for ebuild

Description Philippe Trottier 2019-07-29 15:22:14 UTC
Created attachment 584984 [details]
Mini fix for ebuild

Only a small update in the SRC_URI needed

SRC_URI="https://code-industry.net/public/${P}-qt5-all.amd64.tar.gz"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-08-12 05:37:08 UTC
Comment on attachment 584984 [details]
Mini fix for ebuild

--- master-pdf-editor-5.3.22.ebuild     2019-04-07 11:38:04.913329414 +0200
+++ master-pdf-editor-5.4.38.ebuild   2019-08-12 07:36:22.870746341 +0200
@@ -7,7 +7,7 @@

 DESCRIPTION="A complete solution for viewing and editing PDF files"
 HOMEPAGE="https://code-industry.net/free-pdf-editor/"
-SRC_URI="https://code-industry.net/public/${P}_qt5.amd64.tar.gz"
+SRC_URI="https://code-industry.net/public/${P}-qt5-all.amd64.tar.gz"

 LICENSE="master-pdf-editor"
 SLOT="0"
Comment 2 João Santos 2019-08-13 10:27:57 UTC
(In reply to Jeroen Roovers from comment #1)
> Comment on attachment 584984 [details]
> Mini fix for ebuild
> 
> --- master-pdf-editor-5.3.22.ebuild     2019-04-07 11:38:04.913329414 +0200
> +++ master-pdf-editor-5.4.38.ebuild   2019-08-12 07:36:22.870746341 +0200
> @@ -7,7 +7,7 @@
> 
>  DESCRIPTION="A complete solution for viewing and editing PDF files"
>  HOMEPAGE="https://code-industry.net/free-pdf-editor/"
> -SRC_URI="https://code-industry.net/public/${P}_qt5.amd64.tar.gz"
> +SRC_URI="https://code-industry.net/public/${P}-qt5-all.amd64.tar.gz"
> 
>  LICENSE="master-pdf-editor"
>  SLOT="0"

Thank you for reminding me that I should update this once in a while.

I have just created the new ebuild a made a pull request, so it should appear on the gentoo tree soon.