Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gdcalc-3.4
@ 2023-08-14  0:15 bhepple
  2023-08-16 18:50 ` [PR REVIEW] " Chocimier
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: bhepple @ 2023-08-14  0:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages gdcalc-3.4
https://github.com/void-linux/void-packages/pull/45593

New package: gdcalc-3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-glibc
-->


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

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

From 4658e84164afd998cb5940a887654e6e945362e2 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 09:19:23 +1000
Subject: [PATCH] New package: gdcalc-3.4

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..aa9942b290cea
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1,19 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR REVIEW] New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
@ 2023-08-16 18:50 ` Chocimier
  2023-08-17  7:05 ` [PR PATCH] [Updated] " bhepple
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2023-08-16 18:50 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/45593#discussion_r1296298934

Comment:
Package builds fine on other archs. Do you know of any runtime problems? If not, please drop restriction.

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

* Re: [PR PATCH] [Updated] New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
  2023-08-16 18:50 ` [PR REVIEW] " Chocimier
@ 2023-08-17  7:05 ` bhepple
  2023-08-18 13:54 ` [PR REVIEW] " Chocimier
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: bhepple @ 2023-08-17  7:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages gdcalc-3.4
https://github.com/void-linux/void-packages/pull/45593

New package: gdcalc-3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-glibc
-->


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

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

From 4658e84164afd998cb5940a887654e6e945362e2 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 09:19:23 +1000
Subject: [PATCH 1/2] New package: gdcalc-3.4

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..aa9942b290cea
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1,19 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
+
+pre_configure() {
+	./autogen.sh
+}

From 9d7dc567480b40c77d350c66fbef6313037404d5 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Thu, 17 Aug 2023 17:04:24 +1000
Subject: [PATCH 2/2] Add armv6l build

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index aa9942b290cea..3cd041d02ea75 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,7 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64"
+archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

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

* Re: [PR REVIEW] New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
  2023-08-16 18:50 ` [PR REVIEW] " Chocimier
  2023-08-17  7:05 ` [PR PATCH] [Updated] " bhepple
@ 2023-08-18 13:54 ` Chocimier
  2023-08-19  6:28 ` [PR PATCH] [Updated] " bhepple
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2023-08-18 13:54 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/45593#discussion_r1298483023

Comment:
Please remove restriction. We want packages to build on all current and future archs. Please also squash commits.

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

* Re: [PR PATCH] [Updated] New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
                   ` (2 preceding siblings ...)
  2023-08-18 13:54 ` [PR REVIEW] " Chocimier
@ 2023-08-19  6:28 ` bhepple
  2023-08-19  7:07 ` bhepple
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: bhepple @ 2023-08-19  6:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages gdcalc-3.4
https://github.com/void-linux/void-packages/pull/45593

New package: gdcalc-3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-glibc
-->


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

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

From 4658e84164afd998cb5940a887654e6e945362e2 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 09:19:23 +1000
Subject: [PATCH 1/3] New package: gdcalc-3.4

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..aa9942b290cea
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1,19 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
+
+pre_configure() {
+	./autogen.sh
+}

From 9d7dc567480b40c77d350c66fbef6313037404d5 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Thu, 17 Aug 2023 17:04:24 +1000
Subject: [PATCH 2/3] Add armv6l build

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index aa9942b290cea..3cd041d02ea75 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,7 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64"
+archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

From d7d00534a471854042294570a0f07d8a49d53664 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 19 Aug 2023 16:28:17 +1000
Subject: [PATCH 3/3] New package: gdcalc-3.4

---
 srcpkgs/gdcalc/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index 3cd041d02ea75..46528f32cf0fc 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,6 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

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

* Re: [PR PATCH] [Updated] New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
                   ` (3 preceding siblings ...)
  2023-08-19  6:28 ` [PR PATCH] [Updated] " bhepple
@ 2023-08-19  7:07 ` bhepple
  2023-08-19  7:10 ` bhepple
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: bhepple @ 2023-08-19  7:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages gdcalc-3.4
https://github.com/void-linux/void-packages/pull/45593

New package: gdcalc-3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-glibc
-->


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

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

From 4658e84164afd998cb5940a887654e6e945362e2 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 09:19:23 +1000
Subject: [PATCH 1/3] New package: gdcalc-3.4

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..aa9942b290cea
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1,19 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
+
+pre_configure() {
+	./autogen.sh
+}

From 9d7dc567480b40c77d350c66fbef6313037404d5 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Thu, 17 Aug 2023 17:04:24 +1000
Subject: [PATCH 2/3] Add armv6l build

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index aa9942b290cea..3cd041d02ea75 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,7 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64"
+archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

From d7d00534a471854042294570a0f07d8a49d53664 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 19 Aug 2023 16:28:17 +1000
Subject: [PATCH 3/3] New package: gdcalc-3.4

---
 srcpkgs/gdcalc/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index 3cd041d02ea75..46528f32cf0fc 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,6 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

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

* Re: [PR PATCH] [Updated] New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
                   ` (4 preceding siblings ...)
  2023-08-19  7:07 ` bhepple
@ 2023-08-19  7:10 ` bhepple
  2023-08-25 15:06 ` Chocimier
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: bhepple @ 2023-08-19  7:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages gdcalc-3.4
https://github.com/void-linux/void-packages/pull/45593

New package: gdcalc-3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-glibc
-->


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

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

From 4658e84164afd998cb5940a887654e6e945362e2 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 09:19:23 +1000
Subject: [PATCH 1/6] New package: gdcalc-3.4

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..aa9942b290cea
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1,19 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
+
+pre_configure() {
+	./autogen.sh
+}

From 9d7dc567480b40c77d350c66fbef6313037404d5 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Thu, 17 Aug 2023 17:04:24 +1000
Subject: [PATCH 2/6] Add armv6l build

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index aa9942b290cea..3cd041d02ea75 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,7 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64"
+archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

From d7d00534a471854042294570a0f07d8a49d53664 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 19 Aug 2023 16:28:17 +1000
Subject: [PATCH 3/6] New package: gdcalc-3.4

---
 srcpkgs/gdcalc/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index 3cd041d02ea75..46528f32cf0fc 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,6 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

From 677041fd0bec9f54a97a2c3f065cb5c85f4b20d9 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 09:19:23 +1000
Subject: [PATCH 4/6] New package: gdcalc-3.4

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..aa9942b290cea
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1,19 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
+
+pre_configure() {
+	./autogen.sh
+}

From b72c45f03f8df035fb7e58a576d1706cb8fa50ae Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Thu, 17 Aug 2023 17:04:24 +1000
Subject: [PATCH 5/6] Add armv6l build

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index aa9942b290cea..3cd041d02ea75 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,7 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64"
+archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

From 3c9333a8cfe39952028015b76d14ce2f15b07cc4 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 19 Aug 2023 16:28:17 +1000
Subject: [PATCH 6/6] New package: gdcalc-3.4

---
 srcpkgs/gdcalc/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index 3cd041d02ea75..46528f32cf0fc 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -2,7 +2,6 @@
 pkgname=gdcalc
 version=3.4
 revision=1
-archs="x86_64 armv6l"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"

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

* Re: [PR PATCH] [Updated] New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
                   ` (5 preceding siblings ...)
  2023-08-19  7:10 ` bhepple
@ 2023-08-25 15:06 ` Chocimier
  2023-08-25 15:11 ` [PR PATCH] [Merged]: " Chocimier
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2023-08-25 15:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages gdcalc-3.4
https://github.com/void-linux/void-packages/pull/45593

New package: gdcalc-3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-glibc
-->


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

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

From c65817662c509f4d3034157a4d443375a9d9b8e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Fri, 25 Aug 2023 17:05:05 +0200
Subject: [PATCH] New package: gdcalc-3.4

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

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..46528f32cf0fc
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1,18 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Merged]: New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
                   ` (6 preceding siblings ...)
  2023-08-25 15:06 ` Chocimier
@ 2023-08-25 15:11 ` Chocimier
  2023-08-25 15:12 ` Chocimier
  2023-08-25 21:30 ` bhepple
  9 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2023-08-25 15:11 UTC (permalink / raw)
  To: ml

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

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

New package: gdcalc-3.4
https://github.com/void-linux/void-packages/pull/45593

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-glibc
-->


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

* Re: New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
                   ` (7 preceding siblings ...)
  2023-08-25 15:11 ` [PR PATCH] [Merged]: " Chocimier
@ 2023-08-25 15:12 ` Chocimier
  2023-08-25 21:30 ` bhepple
  9 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2023-08-25 15:12 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/45593#issuecomment-1693522380

Comment:
I did recreate branch with single commit for you.

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

* Re: New package: gdcalc-3.4
  2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
                   ` (8 preceding siblings ...)
  2023-08-25 15:12 ` Chocimier
@ 2023-08-25 21:30 ` bhepple
  9 siblings, 0 replies; 12+ messages in thread
From: bhepple @ 2023-08-25 21:30 UTC (permalink / raw)
  To: ml

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

New comment by bhepple on void-packages repository

https://github.com/void-linux/void-packages/pull/45593#issuecomment-1693956777

Comment:
Chocimier - thanks!

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

* [PR PATCH] New package: gdcalc-3.4
@ 2023-08-12  7:48 bhepple
  0 siblings, 0 replies; 12+ messages in thread
From: bhepple @ 2023-08-12  7:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages master
https://github.com/void-linux/void-packages/pull/45560

New package: gdcalc-3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)
-->


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

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

From c93d67e7a4a984202fec7c0dd8056e4814a5f6e6 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 12 Aug 2023 17:44:51 +1000
Subject: [PATCH 1/2] Create template

---
 srcpkgs/gdcalc/template | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/gdcalc/template

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..8b137891791fe
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1 @@
+

From 94a6fbbd41b27e987dbf12809aae62b2812338b3 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 12 Aug 2023 17:45:31 +1000
Subject: [PATCH 2/2] Update template

---
 srcpkgs/gdcalc/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index 8b137891791fe..491a8b2623f7a 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -1 +1,27 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+archs="x86_64"
+#build_wrksrc=
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+#changelog=""
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
 
+pre_configure() {
+	./autogen.sh
+	vlicense COPYING LICENSE
+}

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

end of thread, other threads:[~2023-08-25 21:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14  0:15 [PR PATCH] New package: gdcalc-3.4 bhepple
2023-08-16 18:50 ` [PR REVIEW] " Chocimier
2023-08-17  7:05 ` [PR PATCH] [Updated] " bhepple
2023-08-18 13:54 ` [PR REVIEW] " Chocimier
2023-08-19  6:28 ` [PR PATCH] [Updated] " bhepple
2023-08-19  7:07 ` bhepple
2023-08-19  7:10 ` bhepple
2023-08-25 15:06 ` Chocimier
2023-08-25 15:11 ` [PR PATCH] [Merged]: " Chocimier
2023-08-25 15:12 ` Chocimier
2023-08-25 21:30 ` bhepple
  -- strict thread matches above, loose matches on Subject: below --
2023-08-12  7:48 [PR PATCH] " bhepple

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