Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rssguard: update to 4.2.1.
@ 2022-03-27  9:31 mobinmob
  2022-03-27 10:05 ` [PR PATCH] [Updated] " mobinmob
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mobinmob @ 2022-03-27  9:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1234 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/36371

rssguard: update to 4.2.1.
<!-- 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/36371.patch is attached

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

From 374ba1553507dd15206c49247707a13989d7b6f4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 27 Mar 2022 12:30:11 +0300
Subject: [PATCH] rssguard: update to 4.2.1.

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

diff --git a/srcpkgs/rssguard/template b/srcpkgs/rssguard/template
index f34e58087176..3f1807b750b4 100644
--- a/srcpkgs/rssguard/template
+++ b/srcpkgs/rssguard/template
@@ -1,18 +1,20 @@
 # Template file for 'rssguard'
 pkgname=rssguard
-version=4.1.2
+version=4.2.1
 revision=1
-build_style=qmake
-configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
-hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel kdeclarative-devel qt5-multimedia-devel"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE="Release" -DUSE_WEBENGINE="false""
+hostmakedepends="qt5-host-tools"
+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
+ qt5-plugin-tds"
 depends="desktop-file-utils qt5-plugin-sqlite"
 short_desc="Simple (yet powerful) Qt5 feed reader"
 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=3e9c6b25cad846aa2047f737d961fe007c88873d9e9772ec8e238908c6f8df95
+checksum=b404e3d8310c58ffb337bf1d2eb2c7cc10a692b00ed2666af30bd0153413cc05
 
 post_install() {
 	# Install rssguard icon manually

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

* Re: [PR PATCH] [Updated] rssguard: update to 4.2.1.
  2022-03-27  9:31 [PR PATCH] rssguard: update to 4.2.1 mobinmob
@ 2022-03-27 10:05 ` mobinmob
  2022-03-30 18:29 ` [PR REVIEW] " Chocimier
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-03-27 10:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1239 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/36371

rssguard: update to 4.2.1.
<!-- 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/36371.patch is attached

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

From b9a38557ec55b9d315312161a733a2b931ae9d0f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 27 Mar 2022 12:30:11 +0300
Subject: [PATCH] rssguard: update to 4.2.1.

- change build system to cmake
- adjust dependencies.
---
 srcpkgs/rssguard/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/rssguard/template b/srcpkgs/rssguard/template
index f34e58087176..ff9747b66383 100644
--- a/srcpkgs/rssguard/template
+++ b/srcpkgs/rssguard/template
@@ -1,18 +1,20 @@
 # Template file for 'rssguard'
 pkgname=rssguard
-version=4.1.2
+version=4.2.1
 revision=1
-build_style=qmake
-configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
-hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel kdeclarative-devel qt5-multimedia-devel"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE="Release" -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
+ qt5-plugin-tds"
 depends="desktop-file-utils qt5-plugin-sqlite"
 short_desc="Simple (yet powerful) Qt5 feed reader"
 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=3e9c6b25cad846aa2047f737d961fe007c88873d9e9772ec8e238908c6f8df95
+checksum=b404e3d8310c58ffb337bf1d2eb2c7cc10a692b00ed2666af30bd0153413cc05
 
 post_install() {
 	# Install rssguard icon manually

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

* Re: [PR REVIEW] rssguard: update to 4.2.1.
  2022-03-27  9:31 [PR PATCH] rssguard: update to 4.2.1 mobinmob
  2022-03-27 10:05 ` [PR PATCH] [Updated] " mobinmob
@ 2022-03-30 18:29 ` Chocimier
  2022-04-08 20:27 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2022-03-30 18:29 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/36371#discussion_r838845694

Comment:
No CMAKE_BUILD_TYPE is preferred over `Release` if possible, as it sets -O3. Was there any issues?

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

* Re: [PR PATCH] [Updated] rssguard: update to 4.2.1.
  2022-03-27  9:31 [PR PATCH] rssguard: update to 4.2.1 mobinmob
  2022-03-27 10:05 ` [PR PATCH] [Updated] " mobinmob
  2022-03-30 18:29 ` [PR REVIEW] " Chocimier
@ 2022-04-08 20:27 ` mobinmob
  2022-04-08 20:28 ` mobinmob
  2022-04-13 19:54 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-04-08 20:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1239 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/36371

rssguard: update to 4.2.1.
<!-- 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/36371.patch is attached

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

From 85418ca8faaaa08b26ce3f438c2c2ef753d75ce7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 27 Mar 2022 12:30:11 +0300
Subject: [PATCH] rssguard: update to 4.2.1.

Also:
- change build_style to cmake (upstream),
- adjust dependencies.
---
 srcpkgs/rssguard/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/rssguard/template b/srcpkgs/rssguard/template
index f34e58087176..300f07694c43 100644
--- a/srcpkgs/rssguard/template
+++ b/srcpkgs/rssguard/template
@@ -1,18 +1,20 @@
 # Template file for 'rssguard'
 pkgname=rssguard
-version=4.1.2
+version=4.2.1
 revision=1
-build_style=qmake
-configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
-hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel kdeclarative-devel qt5-multimedia-devel"
+build_style=cmake
+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
+ qt5-plugin-tds"
 depends="desktop-file-utils qt5-plugin-sqlite"
 short_desc="Simple (yet powerful) Qt5 feed reader"
 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=3e9c6b25cad846aa2047f737d961fe007c88873d9e9772ec8e238908c6f8df95
+checksum=b404e3d8310c58ffb337bf1d2eb2c7cc10a692b00ed2666af30bd0153413cc05
 
 post_install() {
 	# Install rssguard icon manually

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

* Re: rssguard: update to 4.2.1.
  2022-03-27  9:31 [PR PATCH] rssguard: update to 4.2.1 mobinmob
                   ` (2 preceding siblings ...)
  2022-04-08 20:27 ` [PR PATCH] [Updated] " mobinmob
@ 2022-04-08 20:28 ` mobinmob
  2022-04-13 19:54 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2022-04-08 20:28 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/36371#issuecomment-1093326371

Comment:
@Chocimier It works just fine without the Release, thanks!

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

* Re: [PR PATCH] [Merged]: rssguard: update to 4.2.1.
  2022-03-27  9:31 [PR PATCH] rssguard: update to 4.2.1 mobinmob
                   ` (3 preceding siblings ...)
  2022-04-08 20:28 ` mobinmob
@ 2022-04-13 19:54 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2022-04-13 19:54 UTC (permalink / raw)
  To: ml

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

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

rssguard: update to 4.2.1.
https://github.com/void-linux/void-packages/pull/36371

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] 6+ messages in thread

end of thread, other threads:[~2022-04-13 19:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27  9:31 [PR PATCH] rssguard: update to 4.2.1 mobinmob
2022-03-27 10:05 ` [PR PATCH] [Updated] " mobinmob
2022-03-30 18:29 ` [PR REVIEW] " Chocimier
2022-04-08 20:27 ` [PR PATCH] [Updated] " mobinmob
2022-04-08 20:28 ` mobinmob
2022-04-13 19:54 ` [PR PATCH] [Merged]: " Chocimier

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