Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: GPXSee-10.6
@ 2022-04-17 11:42 0-st
  2022-04-17 11:46 ` 0-st
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: 0-st @ 2022-04-17 11:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee-10.6


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 35b6734e424db918a3066e866d494e10568e2db8 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

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

* Re: New package: GPXSee-10.6
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
@ 2022-04-17 11:46 ` 0-st
  2022-04-17 16:53 ` paper42
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-04-17 11:46 UTC (permalink / raw)
  To: ml

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

New comment by 0-st on void-packages repository

https://github.com/void-linux/void-packages/pull/36735#issuecomment-1100859856

Comment:
Closes #36358

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

* Re: New package: GPXSee-10.6
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
  2022-04-17 11:46 ` 0-st
@ 2022-04-17 16:53 ` paper42
  2022-04-17 18:13 ` 0-st
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-04-17 16:53 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36735#issuecomment-1100914719

Comment:
continuation of #26675. Please force push to an existing PR instead of creating a new one.

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

* Re: New package: GPXSee-10.6
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
  2022-04-17 11:46 ` 0-st
  2022-04-17 16:53 ` paper42
@ 2022-04-17 18:13 ` 0-st
  2022-04-25 13:00 ` [PR PATCH] [Updated] " 0-st
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-04-17 18:13 UTC (permalink / raw)
  To: ml

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

New comment by 0-st on void-packages repository

https://github.com/void-linux/void-packages/pull/36735#issuecomment-1100926533

Comment:
> continuation of #26675. Please force push to an existing PR instead of creating a new one.

I did but github wouldn't recognise the branch anymore.

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

* Re: [PR PATCH] [Updated] New package: GPXSee-10.6
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (2 preceding siblings ...)
  2022-04-17 18:13 ` 0-st
@ 2022-04-25 13:00 ` 0-st
  2022-05-31 11:54 ` [PR PATCH] [Updated] New package: GPXSee 0-st
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-04-25 13:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee-10.6


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 41c5ec48f79c3b7a860ccde1c3d0f755045370f9 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/2] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From 02c88802594ebe8645306098187e644d275504cd Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/2] GPXSee: update to 10.7.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..a8920682a415 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=10.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (3 preceding siblings ...)
  2022-04-25 13:00 ` [PR PATCH] [Updated] " 0-st
@ 2022-05-31 11:54 ` 0-st
  2022-06-03  8:41 ` 0-st
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-05-31 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 42a77f5e311d8e10cfa9f71d822ca6326627eb51 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/4] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From 24d6fea3ec5561414fc089dad623301ddb6f39d1 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/4] GPXSee: update to 10.7.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..a8920682a415 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=10.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19

From 94cf4df8c6ead23d7ce93ae2b94e5445f7659dbf Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 12:58:00 +0200
Subject: [PATCH 3/4] GPXSee: update to 11.0.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index a8920682a415..cfc764c4b21a 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.7
+version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19
+checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3

From 410c3f005bf65b0fd3743722e91e796f3533cc1a Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 13:04:20 +0200
Subject: [PATCH 4/4] GPXSee: update to 11.0.

---
 srcpkgs/GPXSee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index cfc764c4b21a..39b7d1f7b49d 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -4,7 +4,7 @@ version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-location-devel"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
 depends="qt5-imageformats qt5-location"
 short_desc="GPS log file viewer and analyzer"
 maintainer="ghost <gh0st@vivaldi.net>"

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (4 preceding siblings ...)
  2022-05-31 11:54 ` [PR PATCH] [Updated] New package: GPXSee 0-st
@ 2022-06-03  8:41 ` 0-st
  2022-06-03  9:01 ` 0-st
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-06-03  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 10c61347df295dff622aa0fff75fbad9d2169748 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/5] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From ae42b27ae4b5d270fc5c3c20acf500298f4476bc Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/5] GPXSee: update to 10.7.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..a8920682a415 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=10.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19

From 3fce7b9e7e43c6e0614654cc6304ed5017bbab5f Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 12:58:00 +0200
Subject: [PATCH 3/5] GPXSee: update to 11.0.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index a8920682a415..cfc764c4b21a 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.7
+version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19
+checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3

From e87d8572b4f0b1afa995db4294e262c9abbb8237 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 13:04:20 +0200
Subject: [PATCH 4/5] GPXSee: update to 11.0.

---
 srcpkgs/GPXSee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index cfc764c4b21a..39b7d1f7b49d 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -4,7 +4,7 @@ version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-location-devel"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
 depends="qt5-imageformats qt5-location"
 short_desc="GPS log file viewer and analyzer"
 maintainer="ghost <gh0st@vivaldi.net>"

From c16409ae2d141792e3e2ddf391e0c112f4630e76 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Fri, 3 Jun 2022 01:31:12 +0200
Subject: [PATCH 5/5] GPXSee: update to 11.1.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 39b7d1f7b49d..36715dc3528c 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.0
+version=11.1
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3
+checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (5 preceding siblings ...)
  2022-06-03  8:41 ` 0-st
@ 2022-06-03  9:01 ` 0-st
  2022-08-07 13:15 ` 0-st
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-06-03  9:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From a305a3b5768b1a5bd161ba27f27f4b7abe379d3a Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH] New package: GPXSee-11.1

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (6 preceding siblings ...)
  2022-06-03  9:01 ` 0-st
@ 2022-08-07 13:15 ` 0-st
  2022-08-11 14:33 ` 0-st
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-08-07 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 043438859fa03f3f18e2f666edd345729497ca5b Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/6] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From fa6f6da96b8e6b8511d8dde7ef1592d835e294f6 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/6] GPXSee: update to 10.7.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..a8920682a415 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=10.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19

From 80a97a057cf80e0eb77e68be965f6e0e9bfb92b7 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 12:58:00 +0200
Subject: [PATCH 3/6] GPXSee: update to 11.0.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index a8920682a415..cfc764c4b21a 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.7
+version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19
+checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3

From 5b6f400e5c4406ee2beebc5d628685fd5975d410 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 13:04:20 +0200
Subject: [PATCH 4/6] GPXSee: update to 11.0.

---
 srcpkgs/GPXSee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index cfc764c4b21a..39b7d1f7b49d 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -4,7 +4,7 @@ version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-location-devel"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
 depends="qt5-imageformats qt5-location"
 short_desc="GPS log file viewer and analyzer"
 maintainer="ghost <gh0st@vivaldi.net>"

From 5f3dfd61caa8b428c4eb06d372d4ee2aa67622e1 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Fri, 3 Jun 2022 01:31:12 +0200
Subject: [PATCH 5/6] GPXSee: update to 11.1.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 39b7d1f7b49d..36715dc3528c 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.0
+version=11.1
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3
+checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70

From 20700e2800acaf93bb669ade4e6904b14c87608e Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 7 Aug 2022 14:57:18 +0200
Subject: [PATCH 6/6] GPXSee: update to 11.2.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 36715dc3528c..268dcdb0d94b 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.1
+version=11.2
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70
+checksum=9d8a48981b145786222c6e38d952d88264e0370abd3898e1dfc6c829b637cb68

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (7 preceding siblings ...)
  2022-08-07 13:15 ` 0-st
@ 2022-08-11 14:33 ` 0-st
  2022-08-11 15:45 ` 0-st
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-08-11 14:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 5a2c8c0eaceb1a563469c0bc1fc149fc69214ffc Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/7] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From 6c3467adcb84c94c84085df09378140681596311 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/7] GPXSee: update to 10.7.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..a8920682a415 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=10.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19

From ac17e1c748122839ae2225260bc3be5c09d68747 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 12:58:00 +0200
Subject: [PATCH 3/7] GPXSee: update to 11.0.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index a8920682a415..cfc764c4b21a 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.7
+version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19
+checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3

From b9c012be524e9109a3eed13848d06b5afda5f50d Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 13:04:20 +0200
Subject: [PATCH 4/7] GPXSee: update to 11.0.

---
 srcpkgs/GPXSee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index cfc764c4b21a..39b7d1f7b49d 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -4,7 +4,7 @@ version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-location-devel"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
 depends="qt5-imageformats qt5-location"
 short_desc="GPS log file viewer and analyzer"
 maintainer="ghost <gh0st@vivaldi.net>"

From 53c7a45d7f7ee50b3704b0e4cb91120e17112a74 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Fri, 3 Jun 2022 01:31:12 +0200
Subject: [PATCH 5/7] GPXSee: update to 11.1.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 39b7d1f7b49d..36715dc3528c 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.0
+version=11.1
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3
+checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70

From 77660f1bf54fc62558ef2a861fda24914661f2a7 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 7 Aug 2022 14:57:18 +0200
Subject: [PATCH 6/7] GPXSee: update to 11.2.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 36715dc3528c..268dcdb0d94b 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.1
+version=11.2
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70
+checksum=9d8a48981b145786222c6e38d952d88264e0370abd3898e1dfc6c829b637cb68

From 4d5fcfb18f079e8d37de244fe2275a6685566d82 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Thu, 11 Aug 2022 16:25:39 +0200
Subject: [PATCH 7/7] GPXSee: update to 11.3.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 268dcdb0d94b..24cc30c45266 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.2
+version=11.3
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=9d8a48981b145786222c6e38d952d88264e0370abd3898e1dfc6c829b637cb68
+checksum=22afaf1bedf2e257afc8b5e28202ea6d5674df05a3f14097867b1167ccbb71b1

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (8 preceding siblings ...)
  2022-08-11 14:33 ` 0-st
@ 2022-08-11 15:45 ` 0-st
  2022-09-25 12:34 ` 0-st
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-08-11 15:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 5a2c8c0eaceb1a563469c0bc1fc149fc69214ffc Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/6] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From 6c3467adcb84c94c84085df09378140681596311 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/6] GPXSee: update to 10.7.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..a8920682a415 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=10.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19

From fbb6f47fa2fae90090f692eb1aa1dc5f99121daa Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 12:58:00 +0200
Subject: [PATCH 3/6] GPXSee: update to 11.0.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index a8920682a415..39b7d1f7b49d 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,14 +1,14 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.7
+version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-location-devel"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
 depends="qt5-imageformats qt5-location"
 short_desc="GPS log file viewer and analyzer"
 maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19
+checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3

From 629897eb7e00324e1a124c4ca6e4b6afef1802ee Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Fri, 3 Jun 2022 01:31:12 +0200
Subject: [PATCH 4/6] GPXSee: update to 11.1.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 39b7d1f7b49d..36715dc3528c 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.0
+version=11.1
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3
+checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70

From bd8b155da5fed126ffb7192f799269c4a479ee59 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 7 Aug 2022 14:57:18 +0200
Subject: [PATCH 5/6] GPXSee: update to 11.2.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 36715dc3528c..268dcdb0d94b 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.1
+version=11.2
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70
+checksum=9d8a48981b145786222c6e38d952d88264e0370abd3898e1dfc6c829b637cb68

From 890fe7029fe8671e60236e9ba1185a5ca09c3f09 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Thu, 11 Aug 2022 16:25:39 +0200
Subject: [PATCH 6/6] GPXSee: update to 11.3.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 268dcdb0d94b..24cc30c45266 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.2
+version=11.3
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=9d8a48981b145786222c6e38d952d88264e0370abd3898e1dfc6c829b637cb68
+checksum=22afaf1bedf2e257afc8b5e28202ea6d5674df05a3f14097867b1167ccbb71b1

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (9 preceding siblings ...)
  2022-08-11 15:45 ` 0-st
@ 2022-09-25 12:34 ` 0-st
  2022-09-25 14:50 ` paper42
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-09-25 12:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From d4aca949909ed8b428b6d1457b207b7365d77b5f Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/6] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From 3f8eb812e655531713e778acdb4820f46d9e5ac9 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/6] GPXSee: update to 10.7.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..a8920682a415 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=10.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19

From af17aab5415a497c32913d6fbbd1f7dc6ccc9985 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Tue, 31 May 2022 12:58:00 +0200
Subject: [PATCH 3/6] GPXSee: update to 11.0.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index a8920682a415..39b7d1f7b49d 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,14 +1,14 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.7
+version=11.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-location-devel"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
 depends="qt5-imageformats qt5-location"
 short_desc="GPS log file viewer and analyzer"
 maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19
+checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3

From 765def8917ed1174c5dd5c061f30123e5dced0cc Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Fri, 3 Jun 2022 01:31:12 +0200
Subject: [PATCH 4/6] GPXSee: update to 11.1.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 39b7d1f7b49d..36715dc3528c 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.0
+version=11.1
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=77c25a386be0917b330072884baf1878def78c38379c09520938ad51ef0e56b3
+checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70

From 9d4c34451363438ac136b2908ee97c0f44c82bb6 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 7 Aug 2022 14:57:18 +0200
Subject: [PATCH 5/6] GPXSee: update to 11.2.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 36715dc3528c..268dcdb0d94b 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.1
+version=11.2
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70
+checksum=9d8a48981b145786222c6e38d952d88264e0370abd3898e1dfc6c829b637cb68

From 9820f3e0d4cd5181036999418c7e3ed7846810d1 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Thu, 11 Aug 2022 16:25:39 +0200
Subject: [PATCH 6/6] GPXSee: update to 11.4.

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

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 268dcdb0d94b..c87b3b0eb133 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,6 +1,6 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=11.2
+version=11.4
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
 distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=9d8a48981b145786222c6e38d952d88264e0370abd3898e1dfc6c829b637cb68
+checksum=f800b9260e4854a6033a17f3fbec3c1b44257bf8fc5832ced3cfc7d4362f513f

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

* Re: New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (10 preceding siblings ...)
  2022-09-25 12:34 ` 0-st
@ 2022-09-25 14:50 ` paper42
  2022-09-25 14:56 ` [PR REVIEW] " Duncaen
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-09-25 14:50 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36735#issuecomment-1257212000

Comment:
please squash the commits

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

* Re: [PR REVIEW] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (11 preceding siblings ...)
  2022-09-25 14:50 ` paper42
@ 2022-09-25 14:56 ` Duncaen
  2022-09-25 18:31 ` [PR PATCH] [Updated] " 0-st
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Duncaen @ 2022-09-25 14:56 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36735#discussion_r979417870

Comment:
Use the name instead of the `pkgname` variable here, its not really variable.

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (12 preceding siblings ...)
  2022-09-25 14:56 ` [PR REVIEW] " Duncaen
@ 2022-09-25 18:31 ` 0-st
  2022-09-28 11:24 ` 0-st
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-09-25 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From fbeb73fe2203720463a5620babb27aae5ca2a68b Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/2] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From 3c0763b7f408411e41385917000defe921d0ad95 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/2] GPXSee: update to 11.4.

---
 srcpkgs/GPXSee/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..79b4f3314bf5 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,14 +1,14 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=11.4
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-location-devel"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
 depends="qt5-imageformats qt5-location"
 short_desc="GPS log file viewer and analyzer"
 maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
-distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+distfiles="https://github.com/tumic0/GPXSee/archive/${version}.tar.gz"
+checksum=f800b9260e4854a6033a17f3fbec3c1b44257bf8fc5832ced3cfc7d4362f513f

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (13 preceding siblings ...)
  2022-09-25 18:31 ` [PR PATCH] [Updated] " 0-st
@ 2022-09-28 11:24 ` 0-st
  2022-09-28 11:45 ` paper42
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-09-28 11:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 4589886134b1e096654d944f374dfadac4a0ddd5 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH 1/2] New package: GPXSee-10.6

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..4520a7b9ce18
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=10.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
+checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27

From 72d8aa958ba80e0d19d7de7570db72430a221a24 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 24 Apr 2022 20:42:28 +0200
Subject: [PATCH 2/2] GPXSee: update to 11.5.

---
 srcpkgs/GPXSee/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
index 4520a7b9ce18..432c8a45c162 100644
--- a/srcpkgs/GPXSee/template
+++ b/srcpkgs/GPXSee/template
@@ -1,14 +1,14 @@
 # Template file for 'GPXSee'
 pkgname=GPXSee
-version=10.6
+version=11.5
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-tools-devel qt5-location-devel"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
 depends="qt5-imageformats qt5-location"
 short_desc="GPS log file viewer and analyzer"
 maintainer="ghost <gh0st@vivaldi.net>"
 license="GPL-3.0-only"
 homepage="https://www.gpxsee.org/"
-distfiles="https://github.com/tumic0/${pkgname}/archive/${version}.tar.gz"
-checksum=e686ed1c2bdd236d96c6dece5274802739cf8a3f1910fc3ba0486a62e937fc27
+distfiles="https://github.com/tumic0/GPXSee/archive/${version}.tar.gz"
+checksum=71d76e3a95e5c9454963e52d3a582eaa6945d1f1dd625e1f8074abdb43310178

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

* Re: New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (14 preceding siblings ...)
  2022-09-28 11:24 ` 0-st
@ 2022-09-28 11:45 ` paper42
  2022-09-28 16:52 ` [PR PATCH] [Updated] " 0-st
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: paper42 @ 2022-09-28 11:45 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36735#issuecomment-1260785110

Comment:
Please squash the commits every time you push to this branch, use one commit per package.

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (15 preceding siblings ...)
  2022-09-28 11:45 ` paper42
@ 2022-09-28 16:52 ` 0-st
  2022-10-10 13:05 ` 0-st
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-09-28 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From e27086f22df91c2e025acdfe8a0e4ebdd9230e43 Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH] New package: GPXSee-11.5

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..432c8a45c162
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=11.5
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/GPXSee/archive/${version}.tar.gz"
+checksum=71d76e3a95e5c9454963e52d3a582eaa6945d1f1dd625e1f8074abdb43310178

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (16 preceding siblings ...)
  2022-09-28 16:52 ` [PR PATCH] [Updated] " 0-st
@ 2022-10-10 13:05 ` 0-st
  2022-10-10 13:06 ` 0-st
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-10-10 13:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 086f08e0a68b19d8e0d08667706f5624c891659f Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH] New package: GPXSee-11.6.

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..e3f144022486
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=11.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/GPXSee/archive/${version}.tar.gz"
+checksum=521f6c0c7da4bbf87adadae7a669560bff27168872871ab103b9d21a19487003

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

* Re: [PR PATCH] [Updated] New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (17 preceding siblings ...)
  2022-10-10 13:05 ` 0-st
@ 2022-10-10 13:06 ` 0-st
  2023-01-09  1:58 ` github-actions
  2023-01-24  1:58 ` [PR PATCH] [Closed]: " github-actions
  20 siblings, 0 replies; 22+ messages in thread
From: 0-st @ 2022-10-10 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0-st/void-packages GPXSee
https://github.com/void-linux/void-packages/pull/36735

New package: GPXSee


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36735.patch is attached

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

From 5095bae031a174aa84c577463b5c7ff54ed6642a Mon Sep 17 00:00:00 2001
From: ghost <gh0st@vivaldi.net>
Date: Sun, 17 Apr 2022 10:53:12 +0200
Subject: [PATCH] New package: GPXSee-11.6.

---
 srcpkgs/GPXSee/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/GPXSee/template

diff --git a/srcpkgs/GPXSee/template b/srcpkgs/GPXSee/template
new file mode 100644
index 000000000000..e3f144022486
--- /dev/null
+++ b/srcpkgs/GPXSee/template
@@ -0,0 +1,14 @@
+# Template file for 'GPXSee'
+pkgname=GPXSee
+version=11.6
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-tools-devel qt5-location-devel qt5-svg-devel"
+depends="qt5-imageformats qt5-location"
+short_desc="GPS log file viewer and analyzer"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="GPL-3.0-only"
+homepage="https://www.gpxsee.org/"
+distfiles="https://github.com/tumic0/GPXSee/archive/${version}.tar.gz"
+checksum=521f6c0c7da4bbf87adadae7a669560bff27168872871ab103b9d21a19487003

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

* Re: New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (18 preceding siblings ...)
  2022-10-10 13:06 ` 0-st
@ 2023-01-09  1:58 ` github-actions
  2023-01-24  1:58 ` [PR PATCH] [Closed]: " github-actions
  20 siblings, 0 replies; 22+ messages in thread
From: github-actions @ 2023-01-09  1:58 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/36735#issuecomment-1375016009

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

* Re: [PR PATCH] [Closed]: New package: GPXSee
  2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
                   ` (19 preceding siblings ...)
  2023-01-09  1:58 ` github-actions
@ 2023-01-24  1:58 ` github-actions
  20 siblings, 0 replies; 22+ messages in thread
From: github-actions @ 2023-01-24  1:58 UTC (permalink / raw)
  To: ml

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

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

New package: GPXSee
https://github.com/void-linux/void-packages/pull/36735

Description:


#### 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**

#### Local build testing
- I built this PR locally for my native architecture:
  - x86_64-libc
- I crossbuilt this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

end of thread, other threads:[~2023-01-24  1:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-17 11:42 [PR PATCH] New package: GPXSee-10.6 0-st
2022-04-17 11:46 ` 0-st
2022-04-17 16:53 ` paper42
2022-04-17 18:13 ` 0-st
2022-04-25 13:00 ` [PR PATCH] [Updated] " 0-st
2022-05-31 11:54 ` [PR PATCH] [Updated] New package: GPXSee 0-st
2022-06-03  8:41 ` 0-st
2022-06-03  9:01 ` 0-st
2022-08-07 13:15 ` 0-st
2022-08-11 14:33 ` 0-st
2022-08-11 15:45 ` 0-st
2022-09-25 12:34 ` 0-st
2022-09-25 14:50 ` paper42
2022-09-25 14:56 ` [PR REVIEW] " Duncaen
2022-09-25 18:31 ` [PR PATCH] [Updated] " 0-st
2022-09-28 11:24 ` 0-st
2022-09-28 11:45 ` paper42
2022-09-28 16:52 ` [PR PATCH] [Updated] " 0-st
2022-10-10 13:05 ` 0-st
2022-10-10 13:06 ` 0-st
2023-01-09  1:58 ` github-actions
2023-01-24  1:58 ` [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).