Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gramps: update to 5.1.5
@ 2022-03-04  5:35 mustaqimM
  2022-03-04 10:31 ` [PR REVIEW] " paper42
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: mustaqimM @ 2022-03-04  5:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_gramps
https://github.com/void-linux/void-packages/pull/35958

gramps: update to 5.1.5
<!-- 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 [skip CI](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/35958.patch is attached

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

From 06433c8b81fe1e5095dea774b95e231639519ee7 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Fri, 4 Mar 2022 07:29:48 +0200
Subject: [PATCH] gramps: update to 5.1.5

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

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index b4b786cfef88..d93e05524dfe 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,7 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
-version=5.1.4
-revision=2
+version=5.1.5
+revision=1
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
 homepage="https://gramps-project.org"
 changelog="https://gramps-project.org/blog/2020/08/gramps-5-1-3-released/"
 distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
-checksum=6e64a5c1175a4897256ca9eb73a4b77c8e84ebff020b8668bdc527d6dcd14273
+checksum=4045a142a7c3cbe50a41e594bb160dce4112e37ef7dec68d65af42e9269c2df6
 
 post_install() {
 	echo -n '/usr/share' > ${DESTDIR}/${py3_sitelib}/gramps/gen/utils/resource-path

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

* Re: [PR REVIEW] gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
@ 2022-03-04 10:31 ` paper42
  2022-03-04 10:31 ` paper42
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-03-04 10:31 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35958#discussion_r819452144

Comment:
```suggestion
changelog="https://github.com/gramps-project/gramps/releases"
```

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

* Re: [PR REVIEW] gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
  2022-03-04 10:31 ` [PR REVIEW] " paper42
@ 2022-03-04 10:31 ` paper42
  2022-03-04 10:31 ` paper42
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-03-04 10:31 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35958#discussion_r819451346

Comment:
```suggestion
depends="gtk+3 python3-gobject python3-bsddb3"
checkdepends="python3-pytest $depends python3-lxml python3-jsonschema"
```

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

* Re: [PR REVIEW] gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
  2022-03-04 10:31 ` [PR REVIEW] " paper42
  2022-03-04 10:31 ` paper42
@ 2022-03-04 10:31 ` paper42
  2022-03-06  5:07 ` mustaqimM
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-03-04 10:31 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35958#discussion_r819450394

Comment:
```suggestion
hostmakedepends="pkg-config gettext python3"
```
and test if it generates the same files

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

* Re: [PR REVIEW] gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
                   ` (2 preceding siblings ...)
  2022-03-04 10:31 ` paper42
@ 2022-03-06  5:07 ` mustaqimM
  2022-03-13 22:56 ` paper42
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mustaqimM @ 2022-03-06  5:07 UTC (permalink / raw)
  To: ml

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

New review comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/pull/35958#discussion_r820181166

Comment:
Well it works, but at first glance for some reason it doesn't generate a desktop file and a few other files:

```zsh
/usr/share/applications/gramps.desktop
/usr/share/metainfo/gramps.appdata.xml
/usr/share/mime/packages/gramps.xml
/usr/share/mime-info/gramps.keys
```

Also I'm not able to test other languages in depth but I ran it like so:

```zsh
env LC_ALL=nl_BE.UTF-8 LANGUAGE="sv" gramps
```

And it seems to work fine.

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

* Re: [PR REVIEW] gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
                   ` (3 preceding siblings ...)
  2022-03-06  5:07 ` mustaqimM
@ 2022-03-13 22:56 ` paper42
  2022-03-13 22:58 ` paper42
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-03-13 22:56 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/35958#discussion_r825516457

Comment:
You are right, in that case we shouldn't switch to plain gettext for now.

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

* Re: [PR REVIEW] gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
                   ` (4 preceding siblings ...)
  2022-03-13 22:56 ` paper42
@ 2022-03-13 22:58 ` paper42
  2022-03-16  4:49 ` [PR PATCH] [Updated] " mustaqimM
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-03-13 22:58 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35958#discussion_r825516633

Comment:
or you could use `https://gramps-project.org/blog/blog/`

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

* Re: [PR PATCH] [Updated] gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
                   ` (5 preceding siblings ...)
  2022-03-13 22:58 ` paper42
@ 2022-03-16  4:49 ` mustaqimM
  2022-03-20 22:46 ` paper42
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mustaqimM @ 2022-03-16  4:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_gramps
https://github.com/void-linux/void-packages/pull/35958

gramps: update to 5.1.5
<!-- 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 [skip CI](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/35958.patch is attached

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

From cf8e9bc029ac2b4afe00362bdfe3b5c112151b41 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Fri, 4 Mar 2022 07:29:48 +0200
Subject: [PATCH] gramps: update to 5.1.5

---
 srcpkgs/gramps/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index b4b786cfef88..78d062036c34 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,17 +1,18 @@
 # Template file for 'gramps'
 pkgname=gramps
-version=5.1.4
-revision=2
+version=5.1.5
+revision=1
 build_style=python3-module
-hostmakedepends="pkg-config intltool python3"
+hostmakedepends="pkg-config gettext python3"
 depends="gtk+3 python3-gobject python3-bsddb3"
+checkdepends="python3-pytest $depends python3-lxml python3-jsonschema"
 short_desc="Genealogy program"
 maintainer="7185 <7185@free.fr>"
 license="GPL-2.0-or-later"
 homepage="https://gramps-project.org"
-changelog="https://gramps-project.org/blog/2020/08/gramps-5-1-3-released/"
+changelog="https://gramps-project.org/blog/blog/"
 distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
-checksum=6e64a5c1175a4897256ca9eb73a4b77c8e84ebff020b8668bdc527d6dcd14273
+checksum=4045a142a7c3cbe50a41e594bb160dce4112e37ef7dec68d65af42e9269c2df6
 
 post_install() {
 	echo -n '/usr/share' > ${DESTDIR}/${py3_sitelib}/gramps/gen/utils/resource-path

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

* Re: gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
                   ` (6 preceding siblings ...)
  2022-03-16  4:49 ` [PR PATCH] [Updated] " mustaqimM
@ 2022-03-20 22:46 ` paper42
  2022-03-23 17:53 ` [PR PATCH] [Updated] " mustaqimM
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-03-20 22:46 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35958#issuecomment-1073364232

Comment:
please rebase this branch on top of master to make CI run

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

* Re: [PR PATCH] [Updated] gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
                   ` (7 preceding siblings ...)
  2022-03-20 22:46 ` paper42
@ 2022-03-23 17:53 ` mustaqimM
  2022-06-27  2:16 ` github-actions
  2022-07-12  2:16 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: mustaqimM @ 2022-03-23 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_gramps
https://github.com/void-linux/void-packages/pull/35958

gramps: update to 5.1.5
<!-- 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 [skip CI](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/35958.patch is attached

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

From 6a1f15082db0308a9113a24b51e9c54b3e621ee5 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Fri, 4 Mar 2022 07:29:48 +0200
Subject: [PATCH] gramps: update to 5.1.5

---
 srcpkgs/gramps/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index b4b786cfef88..78d062036c34 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,17 +1,18 @@
 # Template file for 'gramps'
 pkgname=gramps
-version=5.1.4
-revision=2
+version=5.1.5
+revision=1
 build_style=python3-module
-hostmakedepends="pkg-config intltool python3"
+hostmakedepends="pkg-config gettext python3"
 depends="gtk+3 python3-gobject python3-bsddb3"
+checkdepends="python3-pytest $depends python3-lxml python3-jsonschema"
 short_desc="Genealogy program"
 maintainer="7185 <7185@free.fr>"
 license="GPL-2.0-or-later"
 homepage="https://gramps-project.org"
-changelog="https://gramps-project.org/blog/2020/08/gramps-5-1-3-released/"
+changelog="https://gramps-project.org/blog/blog/"
 distfiles="https://github.com/gramps-project/${pkgname}/archive/v${version}.tar.gz"
-checksum=6e64a5c1175a4897256ca9eb73a4b77c8e84ebff020b8668bdc527d6dcd14273
+checksum=4045a142a7c3cbe50a41e594bb160dce4112e37ef7dec68d65af42e9269c2df6
 
 post_install() {
 	echo -n '/usr/share' > ${DESTDIR}/${py3_sitelib}/gramps/gen/utils/resource-path

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

* Re: gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
                   ` (8 preceding siblings ...)
  2022-03-23 17:53 ` [PR PATCH] [Updated] " mustaqimM
@ 2022-06-27  2:16 ` github-actions
  2022-07-12  2:16 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-06-27  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35958#issuecomment-1166754461

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: gramps: update to 5.1.5
  2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
                   ` (9 preceding siblings ...)
  2022-06-27  2:16 ` github-actions
@ 2022-07-12  2:16 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-07-12  2:16 UTC (permalink / raw)
  To: ml

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

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

gramps: update to 5.1.5
https://github.com/void-linux/void-packages/pull/35958

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 [skip CI](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] 12+ messages in thread

end of thread, other threads:[~2022-07-12  2:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04  5:35 [PR PATCH] gramps: update to 5.1.5 mustaqimM
2022-03-04 10:31 ` [PR REVIEW] " paper42
2022-03-04 10:31 ` paper42
2022-03-04 10:31 ` paper42
2022-03-06  5:07 ` mustaqimM
2022-03-13 22:56 ` paper42
2022-03-13 22:58 ` paper42
2022-03-16  4:49 ` [PR PATCH] [Updated] " mustaqimM
2022-03-20 22:46 ` paper42
2022-03-23 17:53 ` [PR PATCH] [Updated] " mustaqimM
2022-06-27  2:16 ` github-actions
2022-07-12  2:16 ` [PR PATCH] [Closed]: " github-actions

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