* [PR PATCH] master-pdf-editor: update to 5.9.40.
@ 2023-03-19 12:29 ar-jan
2023-03-28 3:55 ` [PR REVIEW] " classabbyamp
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: ar-jan @ 2023-03-19 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]
There is a new pull request by ar-jan against master on the void-packages repository
https://github.com/ar-jan/void-packages masterpdf5940
https://github.com/void-linux/void-packages/pull/42855
master-pdf-editor: update to 5.9.40.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/42855.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-masterpdf5940-42855.patch --]
[-- Type: text/x-diff, Size: 1550 bytes --]
From bcdcd4c450d4205ec32b4baee5650c0097a49d15 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 19 Mar 2023 13:28:01 +0100
Subject: [PATCH] master-pdf-editor: update to 5.9.40.
---
srcpkgs/master-pdf-editor/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/master-pdf-editor/template b/srcpkgs/master-pdf-editor/template
index cd8a4f93901a..6b733004cc96 100644
--- a/srcpkgs/master-pdf-editor/template
+++ b/srcpkgs/master-pdf-editor/template
@@ -1,6 +1,6 @@
# Template file for 'master-pdf-editor'
pkgname=master-pdf-editor
-version=5.8.70
+version=5.9.40
revision=1
archs="x86_64"
depends="desktop-file-utils"
@@ -8,16 +8,16 @@ short_desc="Multifunctional PDF Editor"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="custom:Proprietary"
homepage="https://code-industry.net/free-pdf-editor/"
-distfiles="https://code-industry.net/public/${pkgname}-${version}-qt5.x86_64.tar.gz"
-checksum=9a1787bc753b6758d4c4558411f5efda454ee75b7f79d4cadf157cda2b5e5173
+distfiles="https://code-industry.net/public/${pkgname}-${version}-1-qt5.x86_64.tar.gz"
+checksum=efa05782e02d6d31105af5c5eb85da2752234ecd358fc91d484f96bf6ed40af1
nostrip=yes
repository=nonfree
restricted=yes
do_install() {
- vlicense license.txt
+ vlicense license_en.txt
vinstall masterpdfeditor5.desktop 644 usr/share/applications
- rm {license.txt,masterpdfeditor5.desktop}
+ rm {license_en.txt,masterpdfeditor5.desktop}
vmkdir opt/master-pdf-editor-5
vcopy * opt/master-pdf-editor-5
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR REVIEW] master-pdf-editor: update to 5.9.40.
2023-03-19 12:29 [PR PATCH] master-pdf-editor: update to 5.9.40 ar-jan
@ 2023-03-28 3:55 ` classabbyamp
2023-03-28 8:16 ` [PR PATCH] [Updated] " ar-jan
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-03-28 3:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 266 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/42855#discussion_r1149998282
Comment:
```suggestion
distfiles="https://code-industry.net/public/master-pdf-editor-${version}-1-qt5.x86_64.tar.gz"
```
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] master-pdf-editor: update to 5.9.40.
2023-03-19 12:29 [PR PATCH] master-pdf-editor: update to 5.9.40 ar-jan
2023-03-28 3:55 ` [PR REVIEW] " classabbyamp
@ 2023-03-28 8:16 ` ar-jan
2023-03-28 8:17 ` [PR REVIEW] " ar-jan
2023-03-28 16:06 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2023-03-28 8:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]
There is an updated pull request by ar-jan against master on the void-packages repository
https://github.com/ar-jan/void-packages masterpdf5940
https://github.com/void-linux/void-packages/pull/42855
master-pdf-editor: update to 5.9.40.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/42855.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-masterpdf5940-42855.patch --]
[-- Type: text/x-diff, Size: 1557 bytes --]
From 1a7515188622e770358ba0253d9ada0b9f765163 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 19 Mar 2023 13:28:01 +0100
Subject: [PATCH] master-pdf-editor: update to 5.9.40.
---
srcpkgs/master-pdf-editor/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/master-pdf-editor/template b/srcpkgs/master-pdf-editor/template
index cd8a4f93901a..566ebfa7d146 100644
--- a/srcpkgs/master-pdf-editor/template
+++ b/srcpkgs/master-pdf-editor/template
@@ -1,6 +1,6 @@
# Template file for 'master-pdf-editor'
pkgname=master-pdf-editor
-version=5.8.70
+version=5.9.40
revision=1
archs="x86_64"
depends="desktop-file-utils"
@@ -8,16 +8,16 @@ short_desc="Multifunctional PDF Editor"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="custom:Proprietary"
homepage="https://code-industry.net/free-pdf-editor/"
-distfiles="https://code-industry.net/public/${pkgname}-${version}-qt5.x86_64.tar.gz"
-checksum=9a1787bc753b6758d4c4558411f5efda454ee75b7f79d4cadf157cda2b5e5173
+distfiles="https://code-industry.net/public/master-pdf-editor-${version}-1-qt5.x86_64.tar.gz"
+checksum=efa05782e02d6d31105af5c5eb85da2752234ecd358fc91d484f96bf6ed40af1
nostrip=yes
repository=nonfree
restricted=yes
do_install() {
- vlicense license.txt
+ vlicense license_en.txt
vinstall masterpdfeditor5.desktop 644 usr/share/applications
- rm {license.txt,masterpdfeditor5.desktop}
+ rm {license_en.txt,masterpdfeditor5.desktop}
vmkdir opt/master-pdf-editor-5
vcopy * opt/master-pdf-editor-5
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR REVIEW] master-pdf-editor: update to 5.9.40.
2023-03-19 12:29 [PR PATCH] master-pdf-editor: update to 5.9.40 ar-jan
2023-03-28 3:55 ` [PR REVIEW] " classabbyamp
2023-03-28 8:16 ` [PR PATCH] [Updated] " ar-jan
@ 2023-03-28 8:17 ` ar-jan
2023-03-28 16:06 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2023-03-28 8:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 151 bytes --]
New review comment by ar-jan on void-packages repository
https://github.com/void-linux/void-packages/pull/42855#discussion_r1150205931
Comment:
Done
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: master-pdf-editor: update to 5.9.40.
2023-03-19 12:29 [PR PATCH] master-pdf-editor: update to 5.9.40 ar-jan
` (2 preceding siblings ...)
2023-03-28 8:17 ` [PR REVIEW] " ar-jan
@ 2023-03-28 16:06 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-03-28 16:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]
There's a merged pull request on the void-packages repository
master-pdf-editor: update to 5.9.40.
https://github.com/void-linux/void-packages/pull/42855
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-03-28 16:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 12:29 [PR PATCH] master-pdf-editor: update to 5.9.40 ar-jan
2023-03-28 3:55 ` [PR REVIEW] " classabbyamp
2023-03-28 8:16 ` [PR PATCH] [Updated] " ar-jan
2023-03-28 8:17 ` [PR REVIEW] " ar-jan
2023-03-28 16:06 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).