Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] YACReader: update to 9.8.0.
@ 2021-05-25 17:32 mobinmob
  2021-05-25 19:02 ` [PR PATCH] [Updated] " mobinmob
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mobinmob @ 2021-05-25 17:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1635 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages yacreader
https://github.com/void-linux/void-packages/pull/31117

YACReader: update to 9.8.0.
Also add qt5-svg-devel to makedepends.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31117.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yacreader-31117.patch --]
[-- Type: text/x-diff, Size: 1416 bytes --]

From e1eb28f056710774834621c4383df72289032519 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 25 May 2021 20:30:13 +0300
Subject: [PATCH] YACReader: update to 9.8.0. Also add qt5-svg-devel to
 makedepends.

---
 srcpkgs/YACReader/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/YACReader/template b/srcpkgs/YACReader/template
index e49b201e6845..f422d80c61f2 100644
--- a/srcpkgs/YACReader/template
+++ b/srcpkgs/YACReader/template
@@ -1,17 +1,17 @@
 # Template file for 'YACReader'
 pkgname=YACReader
-version=9.7.1
+version=9.8.0
 revision=1
 wrksrc=yacreader-${version}
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
 makedepends="qt5-script-devel qt5-declarative-devel qt5-quickcontrols
  qt5-multimedia-devel poppler-qt5-devel qrencode-devel
- glu-devel libunarr-devel"
+ glu-devel libunarr-devel qt5-svg-devel"
 short_desc="Cross-platform reader and manager for your digital comic library"
 maintainer="Crestwave <crest.wave@yahoo.com>"
 license="GPL-3.0-or-later"
 homepage="http://yacreader.com/"
 changelog="https://raw.githubusercontent.com/YACReader/yacreader/master/CHANGELOG.md"
 distfiles="https://github.com/YACReader/yacreader/archive/${version}.tar.gz"
-checksum=3468f30746e4666743aef6e11fb65bb815c9b66437df42cf46cd93d1a6b34f30
+checksum=6c67435a029e24af967598b0c3c8d174d152ad398f80b05b7b8ba832eddacf90

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] YACReader: update to 9.8.0.
  2021-05-25 17:32 [PR PATCH] YACReader: update to 9.8.0 mobinmob
@ 2021-05-25 19:02 ` mobinmob
  2021-05-25 19:56 ` mobinmob
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2021-05-25 19:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1640 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages yacreader
https://github.com/void-linux/void-packages/pull/31117

YACReader: update to 9.8.0.
Also add qt5-svg-devel to makedepends.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31117.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yacreader-31117.patch --]
[-- Type: text/x-diff, Size: 1419 bytes --]

From 7a6f0edc2c3fe9b7f6c1ef349f9531011942e834 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 25 May 2021 20:30:13 +0300
Subject: [PATCH] YACReader: update to 9.8.0. Also add qt5-svg-devel to
 makedepends.

---
 srcpkgs/YACReader/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/YACReader/template b/srcpkgs/YACReader/template
index e49b201e6845..945a387e1081 100644
--- a/srcpkgs/YACReader/template
+++ b/srcpkgs/YACReader/template
@@ -1,17 +1,18 @@
 # Template file for 'YACReader'
+
 pkgname=YACReader
-version=9.7.1
+version=9.8.0
 revision=1
 wrksrc=yacreader-${version}
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
 makedepends="qt5-script-devel qt5-declarative-devel qt5-quickcontrols
  qt5-multimedia-devel poppler-qt5-devel qrencode-devel
- glu-devel libunarr-devel"
+ glu-devel libunarr-devel qt5-svg-devel"
 short_desc="Cross-platform reader and manager for your digital comic library"
 maintainer="Crestwave <crest.wave@yahoo.com>"
 license="GPL-3.0-or-later"
 homepage="http://yacreader.com/"
 changelog="https://raw.githubusercontent.com/YACReader/yacreader/master/CHANGELOG.md"
 distfiles="https://github.com/YACReader/yacreader/archive/${version}.tar.gz"
-checksum=3468f30746e4666743aef6e11fb65bb815c9b66437df42cf46cd93d1a6b34f30
+checksum=6c67435a029e24af967598b0c3c8d174d152ad398f80b05b7b8ba832eddacf90

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] YACReader: update to 9.8.0.
  2021-05-25 17:32 [PR PATCH] YACReader: update to 9.8.0 mobinmob
  2021-05-25 19:02 ` [PR PATCH] [Updated] " mobinmob
@ 2021-05-25 19:56 ` mobinmob
  2021-05-25 20:16 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2021-05-25 19:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1640 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages yacreader
https://github.com/void-linux/void-packages/pull/31117

YACReader: update to 9.8.0.
Also add qt5-svg-devel to makedepends.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31117.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yacreader-31117.patch --]
[-- Type: text/x-diff, Size: 1418 bytes --]

From 2c393b247eea990ac3ad2d867f937b5d503e001e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 25 May 2021 20:30:13 +0300
Subject: [PATCH] YACReader: update to 9.8.0.

Also add qt5-svg-devel to makedepends.
---
 srcpkgs/YACReader/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/YACReader/template b/srcpkgs/YACReader/template
index e49b201e6845..945a387e1081 100644
--- a/srcpkgs/YACReader/template
+++ b/srcpkgs/YACReader/template
@@ -1,17 +1,18 @@
 # Template file for 'YACReader'
+
 pkgname=YACReader
-version=9.7.1
+version=9.8.0
 revision=1
 wrksrc=yacreader-${version}
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
 makedepends="qt5-script-devel qt5-declarative-devel qt5-quickcontrols
  qt5-multimedia-devel poppler-qt5-devel qrencode-devel
- glu-devel libunarr-devel"
+ glu-devel libunarr-devel qt5-svg-devel"
 short_desc="Cross-platform reader and manager for your digital comic library"
 maintainer="Crestwave <crest.wave@yahoo.com>"
 license="GPL-3.0-or-later"
 homepage="http://yacreader.com/"
 changelog="https://raw.githubusercontent.com/YACReader/yacreader/master/CHANGELOG.md"
 distfiles="https://github.com/YACReader/yacreader/archive/${version}.tar.gz"
-checksum=3468f30746e4666743aef6e11fb65bb815c9b66437df42cf46cd93d1a6b34f30
+checksum=6c67435a029e24af967598b0c3c8d174d152ad398f80b05b7b8ba832eddacf90

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] YACReader: update to 9.8.0.
  2021-05-25 17:32 [PR PATCH] YACReader: update to 9.8.0 mobinmob
  2021-05-25 19:02 ` [PR PATCH] [Updated] " mobinmob
  2021-05-25 19:56 ` mobinmob
@ 2021-05-25 20:16 ` ericonr
  2021-05-25 20:19 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-05-25 20:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31117#discussion_r639156221

Comment:
Accidental newline.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] YACReader: update to 9.8.0.
  2021-05-25 17:32 [PR PATCH] YACReader: update to 9.8.0 mobinmob
                   ` (2 preceding siblings ...)
  2021-05-25 20:16 ` [PR REVIEW] " ericonr
@ 2021-05-25 20:19 ` mobinmob
  2021-05-25 20:19 ` [PR REVIEW] " mobinmob
  2021-05-26  3:53 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2021-05-25 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1640 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages yacreader
https://github.com/void-linux/void-packages/pull/31117

YACReader: update to 9.8.0.
Also add qt5-svg-devel to makedepends.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31117.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yacreader-31117.patch --]
[-- Type: text/x-diff, Size: 1415 bytes --]

From 4bd01590c6b84d69725c21172295f91628084f42 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 25 May 2021 20:30:13 +0300
Subject: [PATCH] YACReader: update to 9.8.0.

Also add qt5-svg-devel to makedepends.
---
 srcpkgs/YACReader/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/YACReader/template b/srcpkgs/YACReader/template
index e49b201e6845..f422d80c61f2 100644
--- a/srcpkgs/YACReader/template
+++ b/srcpkgs/YACReader/template
@@ -1,17 +1,17 @@
 # Template file for 'YACReader'
 pkgname=YACReader
-version=9.7.1
+version=9.8.0
 revision=1
 wrksrc=yacreader-${version}
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
 makedepends="qt5-script-devel qt5-declarative-devel qt5-quickcontrols
  qt5-multimedia-devel poppler-qt5-devel qrencode-devel
- glu-devel libunarr-devel"
+ glu-devel libunarr-devel qt5-svg-devel"
 short_desc="Cross-platform reader and manager for your digital comic library"
 maintainer="Crestwave <crest.wave@yahoo.com>"
 license="GPL-3.0-or-later"
 homepage="http://yacreader.com/"
 changelog="https://raw.githubusercontent.com/YACReader/yacreader/master/CHANGELOG.md"
 distfiles="https://github.com/YACReader/yacreader/archive/${version}.tar.gz"
-checksum=3468f30746e4666743aef6e11fb65bb815c9b66437df42cf46cd93d1a6b34f30
+checksum=6c67435a029e24af967598b0c3c8d174d152ad398f80b05b7b8ba832eddacf90

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] YACReader: update to 9.8.0.
  2021-05-25 17:32 [PR PATCH] YACReader: update to 9.8.0 mobinmob
                   ` (3 preceding siblings ...)
  2021-05-25 20:19 ` [PR PATCH] [Updated] " mobinmob
@ 2021-05-25 20:19 ` mobinmob
  2021-05-26  3:53 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2021-05-25 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/31117#discussion_r639160067

Comment:
Fixed, thanks :)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: YACReader: update to 9.8.0.
  2021-05-25 17:32 [PR PATCH] YACReader: update to 9.8.0 mobinmob
                   ` (4 preceding siblings ...)
  2021-05-25 20:19 ` [PR REVIEW] " mobinmob
@ 2021-05-26  3:53 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-05-26  3:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1480 bytes --]

There's a merged pull request on the void-packages repository

YACReader: update to 9.8.0.
https://github.com/void-linux/void-packages/pull/31117

Description:
Also add qt5-svg-devel to makedepends.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 7+ messages in thread

end of thread, other threads:[~2021-05-26  3:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 17:32 [PR PATCH] YACReader: update to 9.8.0 mobinmob
2021-05-25 19:02 ` [PR PATCH] [Updated] " mobinmob
2021-05-25 19:56 ` mobinmob
2021-05-25 20:16 ` [PR REVIEW] " ericonr
2021-05-25 20:19 ` [PR PATCH] [Updated] " mobinmob
2021-05-25 20:19 ` [PR REVIEW] " mobinmob
2021-05-26  3:53 ` [PR PATCH] [Merged]: " ericonr

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).