Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: iamb-0.0.10
@ 2024-08-25 13:03 ninewise
  2024-08-25 17:22 ` [PR REVIEW] " tranzystorekk
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: ninewise @ 2024-08-25 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ninewise/void-packages new/iamb-0.0.10
https://github.com/void-linux/void-packages/pull/51982

New package: iamb-0.0.10
#### 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**. Well, mostly. It's still 0.0.10, but it has had releases since march 2023.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/iamb-0.0.10-51982.patch --]
[-- Type: text/x-diff, Size: 1342 bytes --]

From b3a570d5916df405c20b2055f44a37df4b129ade Mon Sep 17 00:00:00 2001
From: Felix Van der Jeugt <felix.vanderjeugt@posteo.net>
Date: Sun, 25 Aug 2024 14:56:30 +0200
Subject: [PATCH] New package: iamb-0.0.10

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

diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..9a5696c3a6ba71
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,22 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.10
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=native-tls"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel sqlite-devel oniguruma-devel"
+short_desc="Terminal-based client for Matrix for the Vim addict"
+maintainer="Felix Van der Jeugt <felixvdj+github@posteo.be>"
+license="Apache-2.0"
+homepage="https://iamb.chat"
+distfiles="https://github.com/ulyssa/iamb/archive/refs/tags/v${version}.tar.gz"
+checksum=f628cfbd9eba9e8881902b970e9432fec815044ec9bea901a8562ea3ef8f4615
+
+post_install() {
+	vinstall iamb.desktop 644 usr/share/applications
+	vinstall config.example.toml 644 usr/share/examples/iamb config.toml
+	vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps
+	vman docs/iamb.1
+	vman docs/iamb.5
+}

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

* Re: [PR REVIEW] New package: iamb-0.0.10
  2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
@ 2024-08-25 17:22 ` tranzystorekk
  2024-08-25 18:40 ` [PR PATCH] [Updated] " ninewise
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: tranzystorekk @ 2024-08-25 17:22 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51982#discussion_r1730398995

Comment:
Also enable the `desktop` feature

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

* Re: [PR PATCH] [Updated] New package: iamb-0.0.10
  2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
  2024-08-25 17:22 ` [PR REVIEW] " tranzystorekk
@ 2024-08-25 18:40 ` ninewise
  2024-08-25 20:57 ` [PR REVIEW] " ninewise
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: ninewise @ 2024-08-25 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ninewise/void-packages new/iamb-0.0.10
https://github.com/void-linux/void-packages/pull/51982

New package: iamb-0.0.10
#### 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**. Well, mostly. It's still 0.0.10, but it has had releases since march 2023.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/iamb-0.0.10-51982.patch --]
[-- Type: text/x-diff, Size: 1350 bytes --]

From f3f40cebc7e5337012a5ff5b78201c4515dc287c Mon Sep 17 00:00:00 2001
From: Felix Van der Jeugt <felix.vanderjeugt@posteo.net>
Date: Sun, 25 Aug 2024 14:56:30 +0200
Subject: [PATCH] New package: iamb-0.0.10

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

diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..082a73148fda46
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,22 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.10
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=native-tls,desktop"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel sqlite-devel oniguruma-devel"
+short_desc="Terminal-based client for Matrix for the Vim addict"
+maintainer="Felix Van der Jeugt <felixvdj+github@posteo.be>"
+license="Apache-2.0"
+homepage="https://iamb.chat"
+distfiles="https://github.com/ulyssa/iamb/archive/refs/tags/v${version}.tar.gz"
+checksum=f628cfbd9eba9e8881902b970e9432fec815044ec9bea901a8562ea3ef8f4615
+
+post_install() {
+	vinstall iamb.desktop 644 usr/share/applications
+	vinstall config.example.toml 644 usr/share/examples/iamb config.toml
+	vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps
+	vman docs/iamb.1
+	vman docs/iamb.5
+}

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

* Re: [PR REVIEW] New package: iamb-0.0.10
  2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
  2024-08-25 17:22 ` [PR REVIEW] " tranzystorekk
  2024-08-25 18:40 ` [PR PATCH] [Updated] " ninewise
@ 2024-08-25 20:57 ` ninewise
  2024-08-26  5:18 ` tranzystorekk
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: ninewise @ 2024-08-25 20:57 UTC (permalink / raw)
  To: ml

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

New review comment by ninewise on void-packages repository

https://github.com/void-linux/void-packages/pull/51982#discussion_r1730429568

Comment:
Indeed; it didn't need that on 0.0.9.

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

* Re: [PR REVIEW] New package: iamb-0.0.10
  2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
                   ` (2 preceding siblings ...)
  2024-08-25 20:57 ` [PR REVIEW] " ninewise
@ 2024-08-26  5:18 ` tranzystorekk
  2024-08-26  5:18 ` tranzystorekk
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: tranzystorekk @ 2024-08-26  5:18 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51982#discussion_r1730677463

Comment:
We should also install the metainfo file for completeness

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

* Re: [PR REVIEW] New package: iamb-0.0.10
  2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
                   ` (3 preceding siblings ...)
  2024-08-26  5:18 ` tranzystorekk
@ 2024-08-26  5:18 ` tranzystorekk
  2024-08-26  6:13 ` [PR PATCH] [Updated] " ninewise
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: tranzystorekk @ 2024-08-26  5:18 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51982#discussion_r1730677855

Comment:
```suggestion
homepage="https://iamb.chat"
changelog="https://github.com/ulyssa/iamb/releases"
```

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

* Re: [PR PATCH] [Updated] New package: iamb-0.0.10
  2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
                   ` (4 preceding siblings ...)
  2024-08-26  5:18 ` tranzystorekk
@ 2024-08-26  6:13 ` ninewise
  2024-08-28 11:53 ` Bnyro
  2024-08-28 22:14 ` [PR PATCH] [Closed]: " tranzystorekk
  7 siblings, 0 replies; 12+ messages in thread
From: ninewise @ 2024-08-26  6:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ninewise/void-packages new/iamb-0.0.10
https://github.com/void-linux/void-packages/pull/51982

New package: iamb-0.0.10
#### 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**. Well, mostly. It's still 0.0.10, but it has had releases since march 2023.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/iamb-0.0.10-51982.patch --]
[-- Type: text/x-diff, Size: 1462 bytes --]

From 71e1c8417d6d080fef6b28f0d41119f8662507f4 Mon Sep 17 00:00:00 2001
From: Felix Van der Jeugt <felix.vanderjeugt@posteo.net>
Date: Sun, 25 Aug 2024 14:56:30 +0200
Subject: [PATCH] New package: iamb-0.0.10

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

diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..e2ac49c7600900
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,24 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.10
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=native-tls,desktop"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel sqlite-devel oniguruma-devel"
+short_desc="Terminal-based client for Matrix for the Vim addict"
+maintainer="Felix Van der Jeugt <felixvdj+github@posteo.be>"
+license="Apache-2.0"
+homepage="https://iamb.chat"
+changelog="https://github.com/ulyssa/iamb/releases"
+distfiles="https://github.com/ulyssa/iamb/archive/refs/tags/v${version}.tar.gz"
+checksum=f628cfbd9eba9e8881902b970e9432fec815044ec9bea901a8562ea3ef8f4615
+
+post_install() {
+	vinstall iamb.desktop 644 usr/share/applications
+	vinstall config.example.toml 644 usr/share/examples/iamb config.toml
+	vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall docs/iamb.metainfo.xml 644 usr/share/metainfo
+	vman docs/iamb.1
+	vman docs/iamb.5
+}

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

* Re: New package: iamb-0.0.10
  2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
                   ` (5 preceding siblings ...)
  2024-08-26  6:13 ` [PR PATCH] [Updated] " ninewise
@ 2024-08-28 11:53 ` Bnyro
  2024-08-28 22:14 ` [PR PATCH] [Closed]: " tranzystorekk
  7 siblings, 0 replies; 12+ messages in thread
From: Bnyro @ 2024-08-28 11:53 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/51982#issuecomment-2315120597

Comment:
Duplicate of https://github.com/void-linux/void-packages/pull/49652

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

* Re: [PR PATCH] [Closed]: New package: iamb-0.0.10
  2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
                   ` (6 preceding siblings ...)
  2024-08-28 11:53 ` Bnyro
@ 2024-08-28 22:14 ` tranzystorekk
  7 siblings, 0 replies; 12+ messages in thread
From: tranzystorekk @ 2024-08-28 22:14 UTC (permalink / raw)
  To: ml

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

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

New package: iamb-0.0.10
https://github.com/void-linux/void-packages/pull/51982

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**. Well, mostly. It's still 0.0.10, but it has had releases since march 2023.

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

* Re: New package: iamb-0.0.10
  2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
  2024-11-27  2:43 ` New package: iamb-0.0.10 github-actions
  2024-11-27 10:06 ` Bnyro
@ 2025-01-09 20:58 ` Anachron
  2 siblings, 0 replies; 12+ messages in thread
From: Anachron @ 2025-01-09 20:58 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/49652#issuecomment-2581234763

Comment:
I think this can be merged.
The client works as expected, is in current version and has been tested on multiple arch/libc-implementations.
My testing with `x86_64-glibc` was successful as well. I love it!

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

* Re: New package: iamb-0.0.10
  2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
  2024-11-27  2:43 ` New package: iamb-0.0.10 github-actions
@ 2024-11-27 10:06 ` Bnyro
  2025-01-09 20:58 ` Anachron
  2 siblings, 0 replies; 12+ messages in thread
From: Bnyro @ 2024-11-27 10:06 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/49652#issuecomment-2503454605

Comment:
bump

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

* Re: New package: iamb-0.0.10
  2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
@ 2024-11-27  2:43 ` github-actions
  2024-11-27 10:06 ` Bnyro
  2025-01-09 20:58 ` Anachron
  2 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-11-27  2:43 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/49652#issuecomment-2502564004

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

end of thread, other threads:[~2025-01-09 20:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-25 13:03 [PR PATCH] New package: iamb-0.0.10 ninewise
2024-08-25 17:22 ` [PR REVIEW] " tranzystorekk
2024-08-25 18:40 ` [PR PATCH] [Updated] " ninewise
2024-08-25 20:57 ` [PR REVIEW] " ninewise
2024-08-26  5:18 ` tranzystorekk
2024-08-26  5:18 ` tranzystorekk
2024-08-26  6:13 ` [PR PATCH] [Updated] " ninewise
2024-08-28 11:53 ` Bnyro
2024-08-28 22:14 ` [PR PATCH] [Closed]: " tranzystorekk
  -- strict thread matches above, loose matches on Subject: below --
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
2024-11-27  2:43 ` New package: iamb-0.0.10 github-actions
2024-11-27 10:06 ` Bnyro
2025-01-09 20:58 ` Anachron

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