* [PR PATCH] New package: gowall-0.1.9
@ 2024-12-08 2:31 elbachir-one
2024-12-08 9:52 ` [PR REVIEW] " Bnyro
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: elbachir-one @ 2024-12-08 2:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]
There is a new pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gowall
https://github.com/void-linux/void-packages/pull/53410
New package: gowall-0.1.9
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53410.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gowall-53410.patch --]
[-- Type: text/x-diff, Size: 1114 bytes --]
From fcc08fedf42e2e812e5816650a79c55cdadd72f8 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sun, 8 Dec 2024 03:19:51 +0100
Subject: [PATCH] New package: gowall-0.1.9
---
srcpkgs/gowall/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/gowall/template
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
new file mode 100644
index 00000000000000..fb98deb1fab03e
--- /dev/null
+++ b/srcpkgs/gowall/template
@@ -0,0 +1,20 @@
+# Template file for 'gowall'
+pkgname=gowall
+version=0.1.9
+revision=1
+build_style=go
+go_import_path="github.com/Achno/${pkgname}"
+short_desc="Gowall is a tool to convert an image to any color-scheme/pallete"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Achno/gowall"
+distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
+checksum=a01448fe9e81f1abb68759599839b556694fecbfd60227de4d3cd1231eb9e02e
+
+do_build() {
+ go build -o gowall
+}
+
+do_install() {
+ install -Dm755 gowall "$DESTDIR"/usr/bin/gowall
+}
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] New package: gowall-0.1.9
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
@ 2024-12-08 9:52 ` Bnyro
2024-12-08 9:52 ` Bnyro
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Bnyro @ 2024-12-08 9:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 246 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53410#discussion_r1874726354
Comment:
that's unnecessary, the go build style does that automatically and handles cross compilation for you
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] New package: gowall-0.1.9
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
2024-12-08 9:52 ` [PR REVIEW] " Bnyro
@ 2024-12-08 9:52 ` Bnyro
2024-12-08 9:52 ` Bnyro
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Bnyro @ 2024-12-08 9:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53410#discussion_r1874726409
Comment:
```suggestion
short_desc="Tool to convert an image to any color-scheme/pallete"
```
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] New package: gowall-0.1.9
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
2024-12-08 9:52 ` [PR REVIEW] " Bnyro
2024-12-08 9:52 ` Bnyro
@ 2024-12-08 9:52 ` Bnyro
2024-12-08 22:38 ` elbachir-one
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Bnyro @ 2024-12-08 9:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53410#discussion_r1874726503
Comment:
```suggestion
go_import_path="github.com/Achno/gowall"
```
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] New package: gowall-0.1.9
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (2 preceding siblings ...)
2024-12-08 9:52 ` Bnyro
@ 2024-12-08 22:38 ` elbachir-one
2024-12-08 22:43 ` [PR PATCH] [Updated] " elbachir-one
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: elbachir-one @ 2024-12-08 22:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
New review comment by elbachir-one on void-packages repository
https://github.com/void-linux/void-packages/pull/53410#discussion_r1875066922
Comment:
Ok, Thank you.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: gowall-0.1.9
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (3 preceding siblings ...)
2024-12-08 22:38 ` elbachir-one
@ 2024-12-08 22:43 ` elbachir-one
2025-03-09 1:51 ` github-actions
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: elbachir-one @ 2024-12-08 22:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gowall
https://github.com/void-linux/void-packages/pull/53410
New package: gowall-0.1.9
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53410.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gowall-53410.patch --]
[-- Type: text/x-diff, Size: 997 bytes --]
From 5e784510c92a0eaf542457a7ce8bc5fb4ccb26ca Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sun, 8 Dec 2024 03:19:51 +0100
Subject: [PATCH] New package: gowall-0.1.9
Added some things
---
srcpkgs/gowall/template | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 srcpkgs/gowall/template
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
new file mode 100644
index 00000000000000..e6d32763c56411
--- /dev/null
+++ b/srcpkgs/gowall/template
@@ -0,0 +1,12 @@
+# Template file for 'gowall'
+pkgname=gowall
+version=0.1.9
+revision=1
+build_style=go
+go_import_path="github.com/Achno/gowall"
+short_desc="Tool to convert an image to any color-scheme/pallete"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Achno/gowall"
+distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
+checksum=a01448fe9e81f1abb68759599839b556694fecbfd60227de4d3cd1231eb9e02e
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package: gowall-0.1.9
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (4 preceding siblings ...)
2024-12-08 22:43 ` [PR PATCH] [Updated] " elbachir-one
@ 2025-03-09 1:51 ` github-actions
2025-03-10 2:12 ` [PR PATCH] [Updated] " elbachir-one
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2025-03-09 1:51 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/53410#issuecomment-2708615917
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] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: gowall-0.1.9
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (5 preceding siblings ...)
2025-03-09 1:51 ` github-actions
@ 2025-03-10 2:12 ` elbachir-one
2025-03-10 2:14 ` [PR PATCH] [Updated] New package: gowall-0.2.0 elbachir-one
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: elbachir-one @ 2025-03-10 2:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gowall
https://github.com/void-linux/void-packages/pull/53410
New package: gowall-0.1.9
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53410.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gowall-53410.patch --]
[-- Type: text/x-diff, Size: 1968 bytes --]
From 5e784510c92a0eaf542457a7ce8bc5fb4ccb26ca Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sun, 8 Dec 2024 03:19:51 +0100
Subject: [PATCH 1/2] New package: gowall-0.1.9
Added some things
---
srcpkgs/gowall/template | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 srcpkgs/gowall/template
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
new file mode 100644
index 00000000000000..e6d32763c56411
--- /dev/null
+++ b/srcpkgs/gowall/template
@@ -0,0 +1,12 @@
+# Template file for 'gowall'
+pkgname=gowall
+version=0.1.9
+revision=1
+build_style=go
+go_import_path="github.com/Achno/gowall"
+short_desc="Tool to convert an image to any color-scheme/pallete"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Achno/gowall"
+distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
+checksum=a01448fe9e81f1abb68759599839b556694fecbfd60227de4d3cd1231eb9e02e
From 8cc8f6c78e4063dbd2e3f20d185d917f018ecb87 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Wed, 12 Feb 2025 21:11:14 +0100
Subject: [PATCH 2/2] update
---
srcpkgs/gowall/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
index e6d32763c56411..a8f1c228d6d84b 100644
--- a/srcpkgs/gowall/template
+++ b/srcpkgs/gowall/template
@@ -1,6 +1,6 @@
# Template file for 'gowall'
pkgname=gowall
-version=0.1.9
+version=0.2.0
revision=1
build_style=go
go_import_path="github.com/Achno/gowall"
@@ -9,4 +9,4 @@ maintainer="elbachir-one <bachiralfa@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/Achno/gowall"
distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
-checksum=a01448fe9e81f1abb68759599839b556694fecbfd60227de4d3cd1231eb9e02e
+checksum=31992b7895211310301ca169bcc98305a1971221aa5d718033be3a45512ca9a4
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: gowall-0.2.0
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (6 preceding siblings ...)
2025-03-10 2:12 ` [PR PATCH] [Updated] " elbachir-one
@ 2025-03-10 2:14 ` elbachir-one
2025-04-12 22:10 ` elbachir-one
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: elbachir-one @ 2025-03-10 2:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gowall
https://github.com/void-linux/void-packages/pull/53410
New package: gowall-0.2.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53410.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gowall-53410.patch --]
[-- Type: text/x-diff, Size: 979 bytes --]
From 44d3a2f5d569b809027fb1959dd383ffd159d78c Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sun, 8 Dec 2024 03:19:51 +0100
Subject: [PATCH] New package: gowall-0.2.0
---
srcpkgs/gowall/template | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 srcpkgs/gowall/template
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
new file mode 100644
index 00000000000000..a8f1c228d6d84b
--- /dev/null
+++ b/srcpkgs/gowall/template
@@ -0,0 +1,12 @@
+# Template file for 'gowall'
+pkgname=gowall
+version=0.2.0
+revision=1
+build_style=go
+go_import_path="github.com/Achno/gowall"
+short_desc="Tool to convert an image to any color-scheme/pallete"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Achno/gowall"
+distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
+checksum=31992b7895211310301ca169bcc98305a1971221aa5d718033be3a45512ca9a4
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: gowall-0.2.0
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (7 preceding siblings ...)
2025-03-10 2:14 ` [PR PATCH] [Updated] New package: gowall-0.2.0 elbachir-one
@ 2025-04-12 22:10 ` elbachir-one
2025-04-12 22:19 ` [PR PATCH] [Updated] New package: gowall-0.2.1 elbachir-one
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: elbachir-one @ 2025-04-12 22:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gowall
https://github.com/void-linux/void-packages/pull/53410
New package: gowall-0.2.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53410.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gowall-53410.patch --]
[-- Type: text/x-diff, Size: 1958 bytes --]
From 44d3a2f5d569b809027fb1959dd383ffd159d78c Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sun, 8 Dec 2024 03:19:51 +0100
Subject: [PATCH 1/2] New package: gowall-0.2.0
---
srcpkgs/gowall/template | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 srcpkgs/gowall/template
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
new file mode 100644
index 00000000000000..a8f1c228d6d84b
--- /dev/null
+++ b/srcpkgs/gowall/template
@@ -0,0 +1,12 @@
+# Template file for 'gowall'
+pkgname=gowall
+version=0.2.0
+revision=1
+build_style=go
+go_import_path="github.com/Achno/gowall"
+short_desc="Tool to convert an image to any color-scheme/pallete"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Achno/gowall"
+distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
+checksum=31992b7895211310301ca169bcc98305a1971221aa5d718033be3a45512ca9a4
From d6a0f29840fa6a2f823365b3e0c9c0d7fd4a33e5 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sat, 12 Apr 2025 23:10:01 +0100
Subject: [PATCH 2/2] Updated to 2.1
---
srcpkgs/gowall/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
index a8f1c228d6d84b..387e49f51aedcb 100644
--- a/srcpkgs/gowall/template
+++ b/srcpkgs/gowall/template
@@ -1,6 +1,6 @@
# Template file for 'gowall'
pkgname=gowall
-version=0.2.0
+version=0.2.1
revision=1
build_style=go
go_import_path="github.com/Achno/gowall"
@@ -9,4 +9,4 @@ maintainer="elbachir-one <bachiralfa@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/Achno/gowall"
distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
-checksum=31992b7895211310301ca169bcc98305a1971221aa5d718033be3a45512ca9a4
+checksum=11bef4f3b6126388124a55333ab3594a23f14bef0045b0ca6a34e1944e58f07e
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: gowall-0.2.1
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (8 preceding siblings ...)
2025-04-12 22:10 ` elbachir-one
@ 2025-04-12 22:19 ` elbachir-one
2025-06-08 17:20 ` [PR REVIEW] " Duncaen
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: elbachir-one @ 2025-04-12 22:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gowall
https://github.com/void-linux/void-packages/pull/53410
New package: gowall-0.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53410.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gowall-53410.patch --]
[-- Type: text/x-diff, Size: 979 bytes --]
From 1802267e81ea4032a700e48ede6678f6abb7f3b2 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sun, 8 Dec 2024 03:19:51 +0100
Subject: [PATCH] New package: gowall-0.2.1
---
srcpkgs/gowall/template | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 srcpkgs/gowall/template
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
new file mode 100644
index 00000000000000..387e49f51aedcb
--- /dev/null
+++ b/srcpkgs/gowall/template
@@ -0,0 +1,12 @@
+# Template file for 'gowall'
+pkgname=gowall
+version=0.2.1
+revision=1
+build_style=go
+go_import_path="github.com/Achno/gowall"
+short_desc="Tool to convert an image to any color-scheme/pallete"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Achno/gowall"
+distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
+checksum=11bef4f3b6126388124a55333ab3594a23f14bef0045b0ca6a34e1944e58f07e
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] New package: gowall-0.2.1
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (9 preceding siblings ...)
2025-04-12 22:19 ` [PR PATCH] [Updated] New package: gowall-0.2.1 elbachir-one
@ 2025-06-08 17:20 ` Duncaen
2025-06-10 12:33 ` [PR PATCH] [Updated] " elbachir-one
2025-06-10 12:37 ` elbachir-one
12 siblings, 0 replies; 14+ messages in thread
From: Duncaen @ 2025-06-08 17:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
New review comment by Duncaen on void-packages repository
https://github.com/void-linux/void-packages/pull/53410#discussion_r2134777117
Comment:
Wrong license.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: gowall-0.2.1
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (10 preceding siblings ...)
2025-06-08 17:20 ` [PR REVIEW] " Duncaen
@ 2025-06-10 12:33 ` elbachir-one
2025-06-10 12:37 ` elbachir-one
12 siblings, 0 replies; 14+ messages in thread
From: elbachir-one @ 2025-06-10 12:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gowall
https://github.com/void-linux/void-packages/pull/53410
New package: gowall-0.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53410.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gowall-53410.patch --]
[-- Type: text/x-diff, Size: 966 bytes --]
From 5a7eaaee6fb5c05dc338196cc14eadf9201c4607 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sun, 8 Dec 2024 03:19:51 +0100
Subject: [PATCH] New package: gowall-0.2.1
---
srcpkgs/gowall/template | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 srcpkgs/gowall/template
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
new file mode 100644
index 00000000000000..5a5566a8921ef6
--- /dev/null
+++ b/srcpkgs/gowall/template
@@ -0,0 +1,12 @@
+# Template file for 'gowall'
+pkgname=gowall
+version=0.2.1
+revision=1
+build_style=go
+go_import_path="github.com/Achno/gowall"
+short_desc="Tool to convert an image to any color-scheme/pallete"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="MIT"
+homepage="https://github.com/Achno/gowall"
+distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
+checksum=11bef4f3b6126388124a55333ab3594a23f14bef0045b0ca6a34e1944e58f07e
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: gowall-0.2.1
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
` (11 preceding siblings ...)
2025-06-10 12:33 ` [PR PATCH] [Updated] " elbachir-one
@ 2025-06-10 12:37 ` elbachir-one
12 siblings, 0 replies; 14+ messages in thread
From: elbachir-one @ 2025-06-10 12:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]
There is an updated pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages gowall
https://github.com/void-linux/void-packages/pull/53410
New package: gowall-0.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53410.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gowall-53410.patch --]
[-- Type: text/x-diff, Size: 1012 bytes --]
From f750479b1e2e53adf2e7d3d6eaa6b9419bded829 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sun, 8 Dec 2024 03:19:51 +0100
Subject: [PATCH] New package: gowall-0.2.1
---
srcpkgs/gowall/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/gowall/template
diff --git a/srcpkgs/gowall/template b/srcpkgs/gowall/template
new file mode 100644
index 00000000000000..73d0204a641fcf
--- /dev/null
+++ b/srcpkgs/gowall/template
@@ -0,0 +1,16 @@
+# Template file for 'gowall'
+pkgname=gowall
+version=0.2.1
+revision=1
+build_style=go
+go_import_path="github.com/Achno/gowall"
+short_desc="Tool to convert an image to any color-scheme/pallete"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="MIT"
+homepage="https://github.com/Achno/gowall"
+distfiles="https://github.com/Achno/gowall/archive/refs/tags/v${version}.tar.gz"
+checksum=11bef4f3b6126388124a55333ab3594a23f14bef0045b0ca6a34e1944e58f07e
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2025-06-10 12:37 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-08 2:31 [PR PATCH] New package: gowall-0.1.9 elbachir-one
2024-12-08 9:52 ` [PR REVIEW] " Bnyro
2024-12-08 9:52 ` Bnyro
2024-12-08 9:52 ` Bnyro
2024-12-08 22:38 ` elbachir-one
2024-12-08 22:43 ` [PR PATCH] [Updated] " elbachir-one
2025-03-09 1:51 ` github-actions
2025-03-10 2:12 ` [PR PATCH] [Updated] " elbachir-one
2025-03-10 2:14 ` [PR PATCH] [Updated] New package: gowall-0.2.0 elbachir-one
2025-04-12 22:10 ` elbachir-one
2025-04-12 22:19 ` [PR PATCH] [Updated] New package: gowall-0.2.1 elbachir-one
2025-06-08 17:20 ` [PR REVIEW] " Duncaen
2025-06-10 12:33 ` [PR PATCH] [Updated] " elbachir-one
2025-06-10 12:37 ` elbachir-one
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).