Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rssguard: update to 4.2.3.
@ 2022-06-02 17:00 mobinmob
  2022-06-03 17:04 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2022-06-02 17:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages rssguard
https://github.com/void-linux/void-packages/pull/37393

rssguard: update to 4.2.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37393.patch is attached

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

From b8b934ce113920c98ea432b0483c39aca1c8aecf Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 2 Jun 2022 19:57:35 +0300
Subject: [PATCH] rssguard: update to 4.2.3.

---
 srcpkgs/rssguard/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rssguard/template b/srcpkgs/rssguard/template
index 9a775b634fd8..e0daaf996e10 100644
--- a/srcpkgs/rssguard/template
+++ b/srcpkgs/rssguard/template
@@ -1,6 +1,6 @@
 # Template file for 'rssguard'
 pkgname=rssguard
-version=4.2.2
+version=4.2.3
 revision=1
 build_style=cmake
 configure_args="-DUSE_WEBENGINE="false""
@@ -14,7 +14,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/martinrotter/rssguard"
 distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz"
-checksum=8f92257efa9321c1d511a977870c9ad053778256fd3cd8e7b1003d49c97e7af8
+checksum=b883e6fa1a9c0e5c6f39735da055146a7876264197a7a6e8f1244f0db34fb98a
 
 post_install() {
 	# Install rssguard icon manually

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

* Re: [PR REVIEW] rssguard: update to 4.2.3.
  2022-06-02 17:00 [PR PATCH] rssguard: update to 4.2.3 mobinmob
@ 2022-06-03 17:04 ` paper42
  2022-06-03 18:38 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-06-03 17:04 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37393#discussion_r889168524

Comment:
could you fix quoting here? just `...="-DUSE_WEBENGINE=false"` could work

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

* Re: [PR PATCH] [Updated] rssguard: update to 4.2.3.
  2022-06-02 17:00 [PR PATCH] rssguard: update to 4.2.3 mobinmob
  2022-06-03 17:04 ` [PR REVIEW] " paper42
@ 2022-06-03 18:38 ` mobinmob
  2022-06-03 18:38 ` [PR REVIEW] " mobinmob
  2022-06-11  5:17 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2022-06-03 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages rssguard
https://github.com/void-linux/void-packages/pull/37393

rssguard: update to 4.2.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37393.patch is attached

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

From d685258f4e45f2875204672090e0e33cde9f885b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 2 Jun 2022 19:57:35 +0300
Subject: [PATCH] rssguard: update to 4.2.3.

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

diff --git a/srcpkgs/rssguard/template b/srcpkgs/rssguard/template
index 9a775b634fd8..795552068999 100644
--- a/srcpkgs/rssguard/template
+++ b/srcpkgs/rssguard/template
@@ -1,9 +1,9 @@
 # Template file for 'rssguard'
 pkgname=rssguard
-version=4.2.2
+version=4.2.3
 revision=1
 build_style=cmake
-configure_args="-DUSE_WEBENGINE="false""
+configure_args="-DUSE_WEBENGINE=false"
 hostmakedepends="qt5-host-tools qt5-qmake"
 makedepends="qt5-tools-devel qt5-devel kdeclarative-devel qt5-multimedia-devel
  qt5-plugin-sqlite qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-mysql
@@ -14,7 +14,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/martinrotter/rssguard"
 distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz"
-checksum=8f92257efa9321c1d511a977870c9ad053778256fd3cd8e7b1003d49c97e7af8
+checksum=b883e6fa1a9c0e5c6f39735da055146a7876264197a7a6e8f1244f0db34fb98a
 
 post_install() {
 	# Install rssguard icon manually

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

* Re: [PR REVIEW] rssguard: update to 4.2.3.
  2022-06-02 17:00 [PR PATCH] rssguard: update to 4.2.3 mobinmob
  2022-06-03 17:04 ` [PR REVIEW] " paper42
  2022-06-03 18:38 ` [PR PATCH] [Updated] " mobinmob
@ 2022-06-03 18:38 ` mobinmob
  2022-06-11  5:17 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2022-06-03 18:38 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/37393#discussion_r889234915

Comment:
Thanx, done!

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

* Re: [PR PATCH] [Merged]: rssguard: update to 4.2.3.
  2022-06-02 17:00 [PR PATCH] rssguard: update to 4.2.3 mobinmob
                   ` (2 preceding siblings ...)
  2022-06-03 18:38 ` [PR REVIEW] " mobinmob
@ 2022-06-11  5:17 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2022-06-11  5:17 UTC (permalink / raw)
  To: ml

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

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

rssguard: update to 4.2.3.
https://github.com/void-linux/void-packages/pull/37393

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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:[~2022-06-11  5:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 17:00 [PR PATCH] rssguard: update to 4.2.3 mobinmob
2022-06-03 17:04 ` [PR REVIEW] " paper42
2022-06-03 18:38 ` [PR PATCH] [Updated] " mobinmob
2022-06-03 18:38 ` [PR REVIEW] " mobinmob
2022-06-11  5:17 ` [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).