Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691002 - app-text/master-pdf-editor-5.4.38 version bump
Summary: app-text/master-pdf-editor-5.4.38 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: João Santos
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2019-07-29 15:22 UTC by Philippe Trottier
Modified: 2019-08-13 10:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Mini fix for ebuild (master-pdf-editor-5.4.38.ebuild,1.15 KB, text/plain)
2019-07-29 15:22 UTC, Philippe Trottier
Details

Note You need to log in before you can comment on or make changes to this bug.
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.