Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: Gridcoin-Research-5.3.1.0
@ 2021-07-15 23:11 AluminumTank
  2021-07-15 23:43 ` [PR PATCH] [Updated] " AluminumTank
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: AluminumTank @ 2021-07-15 23:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluminumTank/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

new package: Gridcoin-Research-5.3.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 0580e2f0b471cfd4881f77f6347104afbf8a1ebf Mon Sep 17 00:00:00 2001
From: AluminumTank <joel@beckmeyer.us>
Date: Thu, 15 Jul 2021 19:09:06 -0400
Subject: [PATCH] new package: Gridcoin-Research-5.3.1.0

---
 srcpkgs/Gridcoin-Research/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/Gridcoin-Research/template

diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..762807376c2a
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,24 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.3.1.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=dc8aa87b2863a2d6e0aeebbd1df2719b1a5baa7feded1f5744b0fe1ad57abcad
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] new package: Gridcoin-Research-5.3.1.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
@ 2021-07-15 23:43 ` AluminumTank
  2021-08-17 19:57 ` AluminumTank
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: AluminumTank @ 2021-07-15 23:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluminumTank/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

new package: Gridcoin-Research-5.3.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 318661aab24749c7083d5808ee00770043479dd6 Mon Sep 17 00:00:00 2001
From: AluminumTank <joel@beckmeyer.us>
Date: Thu, 15 Jul 2021 19:09:06 -0400
Subject: [PATCH] new package: Gridcoin-Research-5.3.1.0

---
 srcpkgs/Gridcoin-Research/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/Gridcoin-Research/template

diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..91c42dd4a87f
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,29 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.3.1.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=dc8aa87b2863a2d6e0aeebbd1df2719b1a5baa7feded1f5744b0fe1ad57abcad
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] new package: Gridcoin-Research-5.3.1.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
  2021-07-15 23:43 ` [PR PATCH] [Updated] " AluminumTank
@ 2021-08-17 19:57 ` AluminumTank
  2021-08-17 21:05 ` new package: Gridcoin-Research-5.3.2.0 paper42
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: AluminumTank @ 2021-08-17 19:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluminumTank/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

new package: Gridcoin-Research-5.3.1.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From c0b68b4f239ee1a89dbd5b3d9f2102cc20e620ae Mon Sep 17 00:00:00 2001
From: AluminumTank <joel@beckmeyer.us>
Date: Thu, 15 Jul 2021 19:09:06 -0400
Subject: [PATCH] new package: Gridcoin-Research-5.3.2.0

---
 srcpkgs/Gridcoin-Research/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/Gridcoin-Research/template

diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..7c64094ce334
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,29 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.3.2.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=8cc7d668e3a189877ffcf535076bef928a553da0b393729f1f6576524ad2d813
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}

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

* Re: new package: Gridcoin-Research-5.3.2.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
  2021-07-15 23:43 ` [PR PATCH] [Updated] " AluminumTank
  2021-08-17 19:57 ` AluminumTank
@ 2021-08-17 21:05 ` paper42
  2021-08-18 16:19 ` [PR PATCH] [Updated] " AluminumTank
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2021-08-17 21:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31991#issuecomment-900629570

Comment:
`New package: ...` should begin with a capital letter

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

* Re: [PR PATCH] [Updated] new package: Gridcoin-Research-5.3.2.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (2 preceding siblings ...)
  2021-08-17 21:05 ` new package: Gridcoin-Research-5.3.2.0 paper42
@ 2021-08-18 16:19 ` AluminumTank
  2021-09-10 15:55 ` New " TinfoilSubmarine
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: AluminumTank @ 2021-08-18 16:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluminumTank/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

new package: Gridcoin-Research-5.3.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 1e0f26c050f2d15acc8229c7708ef315ac45c84e Mon Sep 17 00:00:00 2001
From: AluminumTank <joel@beckmeyer.us>
Date: Thu, 15 Jul 2021 19:09:06 -0400
Subject: [PATCH] New package: Gridcoin-Research-5.3.2.0

---
 srcpkgs/Gridcoin-Research/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/Gridcoin-Research/template

diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..7c64094ce334
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,29 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.3.2.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=8cc7d668e3a189877ffcf535076bef928a553da0b393729f1f6576524ad2d813
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}

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

* Re: New package: Gridcoin-Research-5.3.2.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (3 preceding siblings ...)
  2021-08-18 16:19 ` [PR PATCH] [Updated] " AluminumTank
@ 2021-09-10 15:55 ` TinfoilSubmarine
  2021-12-14 18:05 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2021-09-10 15:55 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/31991#issuecomment-917014518

Comment:
Fixed the capitalization. This is ready for review.

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

* Re: [PR PATCH] [Updated] New package: Gridcoin-Research-5.3.2.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (4 preceding siblings ...)
  2021-09-10 15:55 ` New " TinfoilSubmarine
@ 2021-12-14 18:05 ` TinfoilSubmarine
  2022-02-28  2:10 ` TinfoilSubmarine
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2021-12-14 18:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

New package: Gridcoin-Research-5.3.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 9ce3d4eb8f69ea3f1e523b56766610320fe5c4a1 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 14 Dec 2021 11:29:27 -0500
Subject: [PATCH] New package: Gridcoin-Research-5.3.2.0

---
 srcpkgs/Gridcoin-Research-qt       |  1 +
 srcpkgs/Gridcoin-Research/template | 40 ++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 120000 srcpkgs/Gridcoin-Research-qt
 create mode 100644 srcpkgs/Gridcoin-Research/template

diff --git a/srcpkgs/Gridcoin-Research-qt b/srcpkgs/Gridcoin-Research-qt
new file mode 120000
index 000000000000..f6dc5bb1ae67
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research-qt
@@ -0,0 +1 @@
+Gridcoin-Research/
\ No newline at end of file
diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..0fb24239b63d
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,40 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.3.2.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=8cc7d668e3a189877ffcf535076bef928a553da0b393729f1f6576524ad2d813
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}
+
+Gridcoin-Research-qt_package() {
+	short_desc+=" - QT GUI"
+	pkg_install() {
+		vmove usr/bin/gridcoinresearch
+		vmove usr/share/applications
+		vmove usr/share/icons
+		vmove usr/share/man/man1/gridcoinresearch.1
+		vlicense COPYING
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: Gridcoin-Research-5.3.2.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (5 preceding siblings ...)
  2021-12-14 18:05 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-02-28  2:10 ` TinfoilSubmarine
  2022-02-28 15:10 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.3.3.0 TinfoilSubmarine
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2022-02-28  2:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

New package: Gridcoin-Research-5.3.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 71aa2ac4bca993e4395d33ed44106099a20a022f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 27 Feb 2022 18:35:09 -0500
Subject: [PATCH] New package: Gridcoin-Research-5.3.3.0

---
 srcpkgs/Gridcoin-Research-qt       |  1 +
 srcpkgs/Gridcoin-Research/template | 40 ++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 120000 srcpkgs/Gridcoin-Research-qt
 create mode 100644 srcpkgs/Gridcoin-Research/template

diff --git a/srcpkgs/Gridcoin-Research-qt b/srcpkgs/Gridcoin-Research-qt
new file mode 120000
index 000000000000..f6dc5bb1ae67
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research-qt
@@ -0,0 +1 @@
+Gridcoin-Research/
\ No newline at end of file
diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..e65632cd3455
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,40 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.3.3.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=45c80a24a289c5488df8cf3fdc713b19679a9a248de75227b552d72321ac0ed7
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}
+
+Gridcoin-Research-qt_package() {
+	short_desc+=" - QT GUI"
+	pkg_install() {
+		vmove usr/bin/gridcoinresearch
+		vmove usr/share/applications
+		vmove usr/share/icons
+		vmove usr/share/man/man1/gridcoinresearch.1
+		vlicense COPYING
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: Gridcoin-Research-5.3.3.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (6 preceding siblings ...)
  2022-02-28  2:10 ` TinfoilSubmarine
@ 2022-02-28 15:10 ` TinfoilSubmarine
  2022-04-20 15:51 ` TinfoilSubmarine
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2022-02-28 15:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

New package: Gridcoin-Research-5.3.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 5c16d272402ea50300e2822e578ec1772bb9e3b7 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 27 Feb 2022 18:35:09 -0500
Subject: [PATCH] New package: Gridcoin-Research-5.3.3.0

---
 srcpkgs/Gridcoin-Research-qt       |  1 +
 srcpkgs/Gridcoin-Research/template | 48 ++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 120000 srcpkgs/Gridcoin-Research-qt
 create mode 100644 srcpkgs/Gridcoin-Research/template

diff --git a/srcpkgs/Gridcoin-Research-qt b/srcpkgs/Gridcoin-Research-qt
new file mode 120000
index 000000000000..f6dc5bb1ae67
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research-qt
@@ -0,0 +1 @@
+Gridcoin-Research/
\ No newline at end of file
diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..84d06513f7bd
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,48 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.3.3.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+changelog="https://raw.githubusercontent.com/gridcoin-community/Gridcoin-Research/development/CHANGELOG.md"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=45c80a24a289c5488df8cf3fdc713b19679a9a248de75227b552d72321ac0ed7
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+	# taken from bitcoin package to fix CRC32 errors
+	case "$XBPS_TARGET_MACHINE" in
+	aarch64*)
+		CFLAGS=${CFLAGS/armv8-a/armv8-a+crc+crypto}
+		CXXFLAGS=${CXXFLAGS/armv8-a/armv8-a+crc+crypto}
+		;;
+	esac
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}
+
+Gridcoin-Research-qt_package() {
+	short_desc+=" - QT GUI"
+	pkg_install() {
+		vmove usr/bin/gridcoinresearch
+		vmove usr/share/applications
+		vmove usr/share/icons
+		vmove usr/share/man/man1/gridcoinresearch.1
+		vlicense COPYING
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: Gridcoin-Research-5.3.3.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (7 preceding siblings ...)
  2022-02-28 15:10 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.3.3.0 TinfoilSubmarine
@ 2022-04-20 15:51 ` TinfoilSubmarine
  2022-07-20  2:13 ` github-actions
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2022-04-20 15:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

New package: Gridcoin-Research-5.3.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 902b9850b4c6f9f6fd808c2faa8db47c507ae6b9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 27 Feb 2022 18:35:09 -0500
Subject: [PATCH] New package: Gridcoin-Research-5.3.3.0

---
 srcpkgs/Gridcoin-Research-qt       |  1 +
 srcpkgs/Gridcoin-Research/template | 48 ++++++++++++++++++++++++++++++
 srcpkgs/Gridcoin-Research/update   |  1 +
 3 files changed, 50 insertions(+)
 create mode 120000 srcpkgs/Gridcoin-Research-qt
 create mode 100644 srcpkgs/Gridcoin-Research/template
 create mode 100644 srcpkgs/Gridcoin-Research/update

diff --git a/srcpkgs/Gridcoin-Research-qt b/srcpkgs/Gridcoin-Research-qt
new file mode 120000
index 000000000000..f6dc5bb1ae67
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research-qt
@@ -0,0 +1 @@
+Gridcoin-Research/
\ No newline at end of file
diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..84d06513f7bd
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,48 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.3.3.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+changelog="https://raw.githubusercontent.com/gridcoin-community/Gridcoin-Research/development/CHANGELOG.md"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=45c80a24a289c5488df8cf3fdc713b19679a9a248de75227b552d72321ac0ed7
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+	# taken from bitcoin package to fix CRC32 errors
+	case "$XBPS_TARGET_MACHINE" in
+	aarch64*)
+		CFLAGS=${CFLAGS/armv8-a/armv8-a+crc+crypto}
+		CXXFLAGS=${CXXFLAGS/armv8-a/armv8-a+crc+crypto}
+		;;
+	esac
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}
+
+Gridcoin-Research-qt_package() {
+	short_desc+=" - QT GUI"
+	pkg_install() {
+		vmove usr/bin/gridcoinresearch
+		vmove usr/share/applications
+		vmove usr/share/icons
+		vmove usr/share/man/man1/gridcoinresearch.1
+		vlicense COPYING
+	}
+}
diff --git a/srcpkgs/Gridcoin-Research/update b/srcpkgs/Gridcoin-Research/update
new file mode 100644
index 000000000000..e72bf9cbf571
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/update
@@ -0,0 +1 @@
+ignore="99"

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

* Re: New package: Gridcoin-Research-5.3.3.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (8 preceding siblings ...)
  2022-04-20 15:51 ` TinfoilSubmarine
@ 2022-07-20  2:13 ` github-actions
  2022-07-20 13:23 ` TinfoilSubmarine
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2022-07-20  2:13 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/31991#issuecomment-1189729371

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

* Re: New package: Gridcoin-Research-5.3.3.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (9 preceding siblings ...)
  2022-07-20  2:13 ` github-actions
@ 2022-07-20 13:23 ` TinfoilSubmarine
  2022-07-31 22:40 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2022-07-20 13:23 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/31991#issuecomment-1190282460

Comment:
I still use this and this is the latest version.

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

* Re: [PR PATCH] [Updated] New package: Gridcoin-Research-5.3.3.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (10 preceding siblings ...)
  2022-07-20 13:23 ` TinfoilSubmarine
@ 2022-07-31 22:40 ` TinfoilSubmarine
  2022-09-01 14:40 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.0.0 TinfoilSubmarine
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2022-07-31 22:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

New package: Gridcoin-Research-5.3.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 15b38500448b942ba16ae514be56d92231c047df Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 27 Feb 2022 18:35:09 -0500
Subject: [PATCH] New package: Gridcoin-Research-5.4.0.0

---
 srcpkgs/Gridcoin-Research-qt       |  1 +
 srcpkgs/Gridcoin-Research/template | 48 ++++++++++++++++++++++++++++++
 srcpkgs/Gridcoin-Research/update   |  1 +
 3 files changed, 50 insertions(+)
 create mode 120000 srcpkgs/Gridcoin-Research-qt
 create mode 100644 srcpkgs/Gridcoin-Research/template
 create mode 100644 srcpkgs/Gridcoin-Research/update

diff --git a/srcpkgs/Gridcoin-Research-qt b/srcpkgs/Gridcoin-Research-qt
new file mode 120000
index 000000000000..f6dc5bb1ae67
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research-qt
@@ -0,0 +1 @@
+Gridcoin-Research/
\ No newline at end of file
diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..35a1b5083023
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,48 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.4.0.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+changelog="https://raw.githubusercontent.com/gridcoin-community/Gridcoin-Research/development/CHANGELOG.md"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=195c08bb7f1712a5f990b9b945c275976dc4539bbdade3ad89367aaf9d967b6b
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+	# taken from bitcoin package to fix CRC32 errors
+	case "$XBPS_TARGET_MACHINE" in
+	aarch64*)
+		CFLAGS=${CFLAGS/armv8-a/armv8-a+crc+crypto}
+		CXXFLAGS=${CXXFLAGS/armv8-a/armv8-a+crc+crypto}
+		;;
+	esac
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}
+
+Gridcoin-Research-qt_package() {
+	short_desc+=" - QT GUI"
+	pkg_install() {
+		vmove usr/bin/gridcoinresearch
+		vmove usr/share/applications
+		vmove usr/share/icons
+		vmove usr/share/man/man1/gridcoinresearch.1
+		vlicense COPYING
+	}
+}
diff --git a/srcpkgs/Gridcoin-Research/update b/srcpkgs/Gridcoin-Research/update
new file mode 100644
index 000000000000..e72bf9cbf571
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/update
@@ -0,0 +1 @@
+ignore="99"

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

* Re: [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.0.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (11 preceding siblings ...)
  2022-07-31 22:40 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-09-01 14:40 ` TinfoilSubmarine
  2022-11-28 15:04 ` TinfoilSubmarine
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2022-09-01 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

New package: Gridcoin-Research-5.4.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 21019e6ba92f9fffdc553d7330438ac2af21db5c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 27 Feb 2022 18:35:09 -0500
Subject: [PATCH] New package: Gridcoin-Research-5.4.0.0

---
 srcpkgs/Gridcoin-Research-qt       |  1 +
 srcpkgs/Gridcoin-Research/template | 48 ++++++++++++++++++++++++++++++
 srcpkgs/Gridcoin-Research/update   |  1 +
 3 files changed, 50 insertions(+)
 create mode 120000 srcpkgs/Gridcoin-Research-qt
 create mode 100644 srcpkgs/Gridcoin-Research/template
 create mode 100644 srcpkgs/Gridcoin-Research/update

diff --git a/srcpkgs/Gridcoin-Research-qt b/srcpkgs/Gridcoin-Research-qt
new file mode 120000
index 000000000000..f6dc5bb1ae67
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research-qt
@@ -0,0 +1 @@
+Gridcoin-Research/
\ No newline at end of file
diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..35a1b5083023
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,48 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.4.0.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+changelog="https://raw.githubusercontent.com/gridcoin-community/Gridcoin-Research/development/CHANGELOG.md"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=195c08bb7f1712a5f990b9b945c275976dc4539bbdade3ad89367aaf9d967b6b
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+	# taken from bitcoin package to fix CRC32 errors
+	case "$XBPS_TARGET_MACHINE" in
+	aarch64*)
+		CFLAGS=${CFLAGS/armv8-a/armv8-a+crc+crypto}
+		CXXFLAGS=${CXXFLAGS/armv8-a/armv8-a+crc+crypto}
+		;;
+	esac
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}
+
+Gridcoin-Research-qt_package() {
+	short_desc+=" - QT GUI"
+	pkg_install() {
+		vmove usr/bin/gridcoinresearch
+		vmove usr/share/applications
+		vmove usr/share/icons
+		vmove usr/share/man/man1/gridcoinresearch.1
+		vlicense COPYING
+	}
+}
diff --git a/srcpkgs/Gridcoin-Research/update b/srcpkgs/Gridcoin-Research/update
new file mode 100644
index 000000000000..e72bf9cbf571
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/update
@@ -0,0 +1 @@
+ignore="99"

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

* Re: [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.0.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (12 preceding siblings ...)
  2022-09-01 14:40 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.0.0 TinfoilSubmarine
@ 2022-11-28 15:04 ` TinfoilSubmarine
  2022-11-28 15:05 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.1.0 TinfoilSubmarine
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2022-11-28 15:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

New package: Gridcoin-Research-5.4.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 1a1668069aa71591bb45c1da3fb093eb3254bff6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 27 Feb 2022 18:35:09 -0500
Subject: [PATCH] New package: Gridcoin-Research-5.4.1.0

---
 srcpkgs/Gridcoin-Research-qt       |  1 +
 srcpkgs/Gridcoin-Research/template | 48 ++++++++++++++++++++++++++++++
 srcpkgs/Gridcoin-Research/update   |  1 +
 3 files changed, 50 insertions(+)
 create mode 120000 srcpkgs/Gridcoin-Research-qt
 create mode 100644 srcpkgs/Gridcoin-Research/template
 create mode 100644 srcpkgs/Gridcoin-Research/update

diff --git a/srcpkgs/Gridcoin-Research-qt b/srcpkgs/Gridcoin-Research-qt
new file mode 120000
index 000000000000..f6dc5bb1ae67
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research-qt
@@ -0,0 +1 @@
+Gridcoin-Research/
\ No newline at end of file
diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..35a1b5083023
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,48 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.4.0.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+changelog="https://raw.githubusercontent.com/gridcoin-community/Gridcoin-Research/development/CHANGELOG.md"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=195c08bb7f1712a5f990b9b945c275976dc4539bbdade3ad89367aaf9d967b6b
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+	# taken from bitcoin package to fix CRC32 errors
+	case "$XBPS_TARGET_MACHINE" in
+	aarch64*)
+		CFLAGS=${CFLAGS/armv8-a/armv8-a+crc+crypto}
+		CXXFLAGS=${CXXFLAGS/armv8-a/armv8-a+crc+crypto}
+		;;
+	esac
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}
+
+Gridcoin-Research-qt_package() {
+	short_desc+=" - QT GUI"
+	pkg_install() {
+		vmove usr/bin/gridcoinresearch
+		vmove usr/share/applications
+		vmove usr/share/icons
+		vmove usr/share/man/man1/gridcoinresearch.1
+		vlicense COPYING
+	}
+}
diff --git a/srcpkgs/Gridcoin-Research/update b/srcpkgs/Gridcoin-Research/update
new file mode 100644
index 000000000000..e72bf9cbf571
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/update
@@ -0,0 +1 @@
+ignore="99"

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

* Re: [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.1.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (13 preceding siblings ...)
  2022-11-28 15:04 ` TinfoilSubmarine
@ 2022-11-28 15:05 ` TinfoilSubmarine
  2023-02-27  2:02 ` github-actions
  2023-03-14  1:50 ` [PR PATCH] [Closed]: " github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: TinfoilSubmarine @ 2022-11-28 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Gridcoin-Research
https://github.com/void-linux/void-packages/pull/31991

New package: Gridcoin-Research-5.4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 32011656fd5e996338be664ab7d59609ff2da8ba Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 27 Feb 2022 18:35:09 -0500
Subject: [PATCH] New package: Gridcoin-Research-5.4.1.0

---
 srcpkgs/Gridcoin-Research-qt       |  1 +
 srcpkgs/Gridcoin-Research/template | 48 ++++++++++++++++++++++++++++++
 srcpkgs/Gridcoin-Research/update   |  1 +
 3 files changed, 50 insertions(+)
 create mode 120000 srcpkgs/Gridcoin-Research-qt
 create mode 100644 srcpkgs/Gridcoin-Research/template
 create mode 100644 srcpkgs/Gridcoin-Research/update

diff --git a/srcpkgs/Gridcoin-Research-qt b/srcpkgs/Gridcoin-Research-qt
new file mode 120000
index 000000000000..f6dc5bb1ae67
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research-qt
@@ -0,0 +1 @@
+Gridcoin-Research/
\ No newline at end of file
diff --git a/srcpkgs/Gridcoin-Research/template b/srcpkgs/Gridcoin-Research/template
new file mode 100644
index 000000000000..79d5e1620105
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/template
@@ -0,0 +1,48 @@
+# Template file for 'Gridcoin-Research'
+pkgname=Gridcoin-Research
+version=5.4.1.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-incompatible-bdb --with-boost=${XBPS_CROSS_BASE}/usr"
+hostmakedepends="automake libtool pkg-config"
+makedepends="openssl-devel boost-devel libevent-devel miniupnpc-devel
+	db-devel qt5-tools-devel qrencode-devel libzip-devel qt5-charts-devel
+	libcurl-devel"
+short_desc="Open source cryptocurrency rewarding computing through BOINC"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://gridcoin.us"
+changelog="https://raw.githubusercontent.com/gridcoin-community/Gridcoin-Research/development/CHANGELOG.md"
+distfiles="https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/${version}.tar.gz"
+checksum=d4a817fad86bb60e06cfcb672419b827e8452ae1e9494af11650de230d9ca13d
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools"
+fi
+
+pre_configure() {
+	./autogen.sh
+	# taken from bitcoin package to fix CRC32 errors
+	case "$XBPS_TARGET_MACHINE" in
+	aarch64*)
+		CFLAGS=${CFLAGS/armv8-a/armv8-a+crc+crypto}
+		CXXFLAGS=${CXXFLAGS/armv8-a/armv8-a+crc+crypto}
+		;;
+	esac
+}
+
+post_install() {
+	rm "${DESTDIR}"/usr/bin/test_gridcoin{,-qt}
+	vlicense COPYING
+}
+
+Gridcoin-Research-qt_package() {
+	short_desc+=" - QT GUI"
+	pkg_install() {
+		vmove usr/bin/gridcoinresearch
+		vmove usr/share/applications
+		vmove usr/share/icons
+		vmove usr/share/man/man1/gridcoinresearch.1
+		vlicense COPYING
+	}
+}
diff --git a/srcpkgs/Gridcoin-Research/update b/srcpkgs/Gridcoin-Research/update
new file mode 100644
index 000000000000..e72bf9cbf571
--- /dev/null
+++ b/srcpkgs/Gridcoin-Research/update
@@ -0,0 +1 @@
+ignore="99"

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

* Re: New package: Gridcoin-Research-5.4.1.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (14 preceding siblings ...)
  2022-11-28 15:05 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.1.0 TinfoilSubmarine
@ 2023-02-27  2:02 ` github-actions
  2023-03-14  1:50 ` [PR PATCH] [Closed]: " github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2023-02-27  2:02 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/31991#issuecomment-1445560195

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

* Re: [PR PATCH] [Closed]: New package: Gridcoin-Research-5.4.1.0
  2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
                   ` (15 preceding siblings ...)
  2023-02-27  2:02 ` github-actions
@ 2023-03-14  1:50 ` github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2023-03-14  1:50 UTC (permalink / raw)
  To: ml

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

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

New package: Gridcoin-Research-5.4.1.0
https://github.com/void-linux/void-packages/pull/31991

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

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


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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

end of thread, other threads:[~2023-03-14  1:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 23:11 [PR PATCH] new package: Gridcoin-Research-5.3.1.0 AluminumTank
2021-07-15 23:43 ` [PR PATCH] [Updated] " AluminumTank
2021-08-17 19:57 ` AluminumTank
2021-08-17 21:05 ` new package: Gridcoin-Research-5.3.2.0 paper42
2021-08-18 16:19 ` [PR PATCH] [Updated] " AluminumTank
2021-09-10 15:55 ` New " TinfoilSubmarine
2021-12-14 18:05 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-02-28  2:10 ` TinfoilSubmarine
2022-02-28 15:10 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.3.3.0 TinfoilSubmarine
2022-04-20 15:51 ` TinfoilSubmarine
2022-07-20  2:13 ` github-actions
2022-07-20 13:23 ` TinfoilSubmarine
2022-07-31 22:40 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-09-01 14:40 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.0.0 TinfoilSubmarine
2022-11-28 15:04 ` TinfoilSubmarine
2022-11-28 15:05 ` [PR PATCH] [Updated] New package: Gridcoin-Research-5.4.1.0 TinfoilSubmarine
2023-02-27  2:02 ` github-actions
2023-03-14  1:50 ` [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).