Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gomuks-0.3.0
@ 2023-06-13 10:15 motorto
  2023-06-13 10:18 ` [PR PATCH] [Updated] " motorto
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: motorto @ 2023-06-13 10:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gomuks-0.3
https://github.com/void-linux/void-packages/pull/44403

New package: gomuks-0.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**, taking over #42646


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 03c246ec44e33ebc90312d6502dc667fb6673189 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 13 Jun 2023 11:11:36 +0100
Subject: [PATCH] New package: gomuks-0.3.0

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 000000000000..93030c00c637
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,18 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.3.0
+revision=1
+build_style=go
+go_import_path="maunium.net/go/gomuks"
+makedepends="olm-devel"
+short_desc="Terminal Matrix client"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://maunium.net/go/gomuks/"
+changelog="https://github.com/tulir/gomuks/raw/master/CHANGELOG.md"
+distfiles="https://github.com/tulir/gomuks/archive/refs/tags/v${version}.tar.gz"
+checksum=
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
@ 2023-06-13 10:18 ` motorto
  2023-09-12  1:44 ` github-actions
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: motorto @ 2023-06-13 10:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gomuks-0.3
https://github.com/void-linux/void-packages/pull/44403

New package: gomuks-0.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**, taking over #42646


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 6f8c4662b0666fa2dd9f7f7e72e02b64bdf0f12c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 13 Jun 2023 11:11:36 +0100
Subject: [PATCH] New package: gomuks-0.3.0

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 000000000000..0f7c4e889e09
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,18 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.3.0
+revision=1
+build_style=go
+go_import_path="maunium.net/go/gomuks"
+makedepends="olm-devel"
+short_desc="Terminal Matrix client"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://maunium.net/go/gomuks/"
+changelog="https://github.com/tulir/gomuks/raw/master/CHANGELOG.md"
+distfiles="https://github.com/tulir/gomuks/archive/refs/tags/v${version}.tar.gz"
+checksum=0710a63cc3ec9a4f525510497ba64aa94170498eb536411d089871f336d99ab4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
  2023-06-13 10:18 ` [PR PATCH] [Updated] " motorto
@ 2023-09-12  1:44 ` github-actions
  2023-09-12 22:24 ` [PR PATCH] [Updated] " motorto
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-09-12  1:44 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/44403#issuecomment-1714841003

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

* Re: [PR PATCH] [Updated] New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
  2023-06-13 10:18 ` [PR PATCH] [Updated] " motorto
  2023-09-12  1:44 ` github-actions
@ 2023-09-12 22:24 ` motorto
  2023-09-21 14:54 ` motorto
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: motorto @ 2023-09-12 22:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gomuks-0.3
https://github.com/void-linux/void-packages/pull/44403

New package: gomuks-0.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**, taking over #42646


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 43b2da8652373cfc3f402a842a241300a3ca6c1e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 13 Jun 2023 11:11:36 +0100
Subject: [PATCH] New package: gomuks-0.3.0

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 0000000000000..0f7c4e889e098
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,18 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.3.0
+revision=1
+build_style=go
+go_import_path="maunium.net/go/gomuks"
+makedepends="olm-devel"
+short_desc="Terminal Matrix client"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://maunium.net/go/gomuks/"
+changelog="https://github.com/tulir/gomuks/raw/master/CHANGELOG.md"
+distfiles="https://github.com/tulir/gomuks/archive/refs/tags/v${version}.tar.gz"
+checksum=0710a63cc3ec9a4f525510497ba64aa94170498eb536411d089871f336d99ab4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
                   ` (2 preceding siblings ...)
  2023-09-12 22:24 ` [PR PATCH] [Updated] " motorto
@ 2023-09-21 14:54 ` motorto
  2023-09-24  4:25 ` samuelmarinsoto
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: motorto @ 2023-09-21 14:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gomuks-0.3
https://github.com/void-linux/void-packages/pull/44403

New package: gomuks-0.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**, taking over #42646


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From b6469d90f9251b7cfa64720d47f1e5d9f8973314 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 13 Jun 2023 11:11:36 +0100
Subject: [PATCH] New package: gomuks-0.3.0

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 0000000000000..0f7c4e889e098
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,18 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.3.0
+revision=1
+build_style=go
+go_import_path="maunium.net/go/gomuks"
+makedepends="olm-devel"
+short_desc="Terminal Matrix client"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://maunium.net/go/gomuks/"
+changelog="https://github.com/tulir/gomuks/raw/master/CHANGELOG.md"
+distfiles="https://github.com/tulir/gomuks/archive/refs/tags/v${version}.tar.gz"
+checksum=0710a63cc3ec9a4f525510497ba64aa94170498eb536411d089871f336d99ab4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
                   ` (3 preceding siblings ...)
  2023-09-21 14:54 ` motorto
@ 2023-09-24  4:25 ` samuelmarinsoto
  2023-09-24 12:57 ` [PR PATCH] [Updated] " motorto
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: samuelmarinsoto @ 2023-09-24  4:25 UTC (permalink / raw)
  To: ml

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

New comment by samuelmarinsoto on void-packages repository

https://github.com/void-linux/void-packages/pull/44403#issuecomment-1732473628

Comment:
bumping. would like me some gomuks

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

* Re: [PR PATCH] [Updated] New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
                   ` (4 preceding siblings ...)
  2023-09-24  4:25 ` samuelmarinsoto
@ 2023-09-24 12:57 ` motorto
  2023-09-24 12:59 ` motorto
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: motorto @ 2023-09-24 12:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gomuks-0.3
https://github.com/void-linux/void-packages/pull/44403

New package: gomuks-0.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**, taking over #42646


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 69977e78b2aeec757118c96fe5b7d7b4474fde51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 13 Jun 2023 11:11:36 +0100
Subject: [PATCH] New package: gomuks-0.3.0

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

diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 0000000000000..0f7c4e889e098
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,18 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.3.0
+revision=1
+build_style=go
+go_import_path="maunium.net/go/gomuks"
+makedepends="olm-devel"
+short_desc="Terminal Matrix client"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://maunium.net/go/gomuks/"
+changelog="https://github.com/tulir/gomuks/raw/master/CHANGELOG.md"
+distfiles="https://github.com/tulir/gomuks/archive/refs/tags/v${version}.tar.gz"
+checksum=0710a63cc3ec9a4f525510497ba64aa94170498eb536411d089871f336d99ab4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
                   ` (5 preceding siblings ...)
  2023-09-24 12:57 ` [PR PATCH] [Updated] " motorto
@ 2023-09-24 12:59 ` motorto
  2023-10-18  4:11 ` samuelmarinsoto
  2023-10-25 16:19 ` [PR PATCH] [Merged]: " Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: motorto @ 2023-09-24 12:59 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/44403#issuecomment-1732565306

Comment:
> bumping. would like me some gomuks

Feel free to try it in your system, the instructions are here: https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#testing-pull-requests

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

* Re: New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
                   ` (6 preceding siblings ...)
  2023-09-24 12:59 ` motorto
@ 2023-10-18  4:11 ` samuelmarinsoto
  2023-10-25 16:19 ` [PR PATCH] [Merged]: " Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: samuelmarinsoto @ 2023-10-18  4:11 UTC (permalink / raw)
  To: ml

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

New comment by samuelmarinsoto on void-packages repository

https://github.com/void-linux/void-packages/pull/44403#issuecomment-1767606775

Comment:
Ok, just built it on my machine (x86_64-glibc) and it works, thanks!

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

* Re: [PR PATCH] [Merged]: New package: gomuks-0.3.0
  2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
                   ` (7 preceding siblings ...)
  2023-10-18  4:11 ` samuelmarinsoto
@ 2023-10-25 16:19 ` Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2023-10-25 16:19 UTC (permalink / raw)
  To: ml

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

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

New package: gomuks-0.3.0
https://github.com/void-linux/void-packages/pull/44403

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**, taking over #42646


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

end of thread, other threads:[~2023-10-25 16:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 10:15 [PR PATCH] New package: gomuks-0.3.0 motorto
2023-06-13 10:18 ` [PR PATCH] [Updated] " motorto
2023-09-12  1:44 ` github-actions
2023-09-12 22:24 ` [PR PATCH] [Updated] " motorto
2023-09-21 14:54 ` motorto
2023-09-24  4:25 ` samuelmarinsoto
2023-09-24 12:57 ` [PR PATCH] [Updated] " motorto
2023-09-24 12:59 ` motorto
2023-10-18  4:11 ` samuelmarinsoto
2023-10-25 16:19 ` [PR PATCH] [Merged]: " Piraty

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