* Re: New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
@ 2024-04-07 15:17 ` AnInternetTroll
2024-04-07 15:22 ` [PR REVIEW] " AnInternetTroll
` (17 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: AnInternetTroll @ 2024-04-07 15:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#issuecomment-2041502809
Comment:
Tested on x86_64-glibc, joined a room and sent a message. Works as expected!
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR REVIEW] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
2024-04-07 15:17 ` AnInternetTroll
@ 2024-04-07 15:22 ` AnInternetTroll
2024-04-07 15:25 ` AnInternetTroll
` (16 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: AnInternetTroll @ 2024-04-07 15:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 569 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#discussion_r1554996018
Comment:
The .desktop file, example config, and man pages could be included here as well
https://github.com/ulyssa/iamb/blob/main/PACKAGING.md#documentation
(not sure about the icons?)
```suggestion
checksum=7ef6d23a957bfab62decd48caa83c106a49d95760b4b2ccf5a6b6a8f4506e687
post_install() {
vinstall iamb.desktop 644 usr/share/applications
vman docs/iamb.1
vman docs/iamb.5
vsconf config.example.toml
}
```
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR REVIEW] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
2024-04-07 15:17 ` AnInternetTroll
2024-04-07 15:22 ` [PR REVIEW] " AnInternetTroll
@ 2024-04-07 15:25 ` AnInternetTroll
2024-04-07 15:54 ` Bnyro
` (15 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: AnInternetTroll @ 2024-04-07 15:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 527 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#discussion_r1554996451
Comment:
Upstream recommends linking against system-wide packages. I haven't tested this myself though, nor do I know if it's a good idea or not
(likewise, no idea about the lto thing either)
https://github.com/ulyssa/iamb/blob/main/PACKAGING.md#linking-against-system-packages
```suggestion
build_style=cargo
configure_args="--no-default-features --features=native-tls"
```
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR REVIEW] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (2 preceding siblings ...)
2024-04-07 15:25 ` AnInternetTroll
@ 2024-04-07 15:54 ` Bnyro
2024-04-07 15:57 ` Bnyro
` (14 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-04-07 15:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#discussion_r1555001149
Comment:
Oh yes, I completely forgot about looking up if there are any static files we could install.
I think we should install the icons too, I've seen some other packages doing the same thing.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR REVIEW] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (3 preceding siblings ...)
2024-04-07 15:54 ` Bnyro
@ 2024-04-07 15:57 ` Bnyro
2024-04-07 16:07 ` [PR PATCH] [Updated] " Bnyro
` (13 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-04-07 15:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#discussion_r1555001698
Comment:
That probably makes sense, I'll see if I can make that work (we might need some additional make depends then).
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR PATCH] [Updated] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (4 preceding siblings ...)
2024-04-07 15:57 ` Bnyro
@ 2024-04-07 16:07 ` Bnyro
2024-04-07 16:08 ` [PR REVIEW] " Bnyro
` (12 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-04-07 16:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages iamb
https://github.com/void-linux/void-packages/pull/49652
New package: iamb-0.0.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, x86_64-glibc
closes #49586
A patch file from https://github.com/void-linux/void-packages/pull/49652.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iamb-49652.patch --]
[-- Type: text/x-diff, Size: 1408 bytes --]
From 52896fe7e61affbad79c8f8b3dbc7b049f2b555a Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 1 Apr 2024 16:58:43 +0200
Subject: [PATCH] New package: iamb-0.0.9
---
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..5a355ed7d752a3
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,24 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.9
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=native-tls"
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel sqlite-devel openssl-devel"
+short_desc="Matrix client for Vim addicts"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0"
+homepage="https://iamb.chat/"
+distfiles="https://github.com/ulyssa/iamb/archive/refs/tags/v${version}.tar.gz"
+checksum=7ef6d23a957bfab62decd48caa83c106a49d95760b4b2ccf5a6b6a8f4506e687
+
+post_install() {
+ vinstall iamb.desktop 644 usr/share/applications
+ vinstall docs/iamb-256x256.png 644 usr/share/icons/hicolor/256x256/apps/iamb.png
+ vinstall docs/iamb-256x256.png 644 usr/share/icons/hicolor/256x256/apps/iamb.png
+ vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps/iamb.svg
+ vman docs/iamb.1
+ vman docs/iamb.5
+ vsconf config.example.toml
+}
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR REVIEW] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (5 preceding siblings ...)
2024-04-07 16:07 ` [PR PATCH] [Updated] " Bnyro
@ 2024-04-07 16:08 ` Bnyro
2024-04-07 17:31 ` AnInternetTroll
` (11 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-04-07 16:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#discussion_r1555003155
Comment:
Seems to work :+1:
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR REVIEW] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (6 preceding siblings ...)
2024-04-07 16:08 ` [PR REVIEW] " Bnyro
@ 2024-04-07 17:31 ` AnInternetTroll
2024-04-07 17:33 ` AnInternetTroll
` (10 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: AnInternetTroll @ 2024-04-07 17:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#discussion_r1555016070
Comment:
```suggestion
```
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (7 preceding siblings ...)
2024-04-07 17:31 ` AnInternetTroll
@ 2024-04-07 17:33 ` AnInternetTroll
2024-04-07 17:34 ` AnInternetTroll
` (9 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: AnInternetTroll @ 2024-04-07 17:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 605 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#issuecomment-2041539506
Comment:
Super duper nitpick, but the manpage is technically wrong on void
https://github.com/ulyssa/iamb/blob/e5b284ed19cb99f79a0cbaca9e2339b9171e6d6d/docs/iamb.5#L541C1-L543C43
```roff
.Sy iamb
will load if the TOML one is not found.
.It Pa /usr/share/iamb/config.example.toml
A sample configuration file with examples of how to set different values.
.El
```
Should actually be `/usr/share/examples/iamb/config.example.toml`, with an added `examples/`
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (8 preceding siblings ...)
2024-04-07 17:33 ` AnInternetTroll
@ 2024-04-07 17:34 ` AnInternetTroll
2024-04-07 18:03 ` Bnyro
` (8 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: AnInternetTroll @ 2024-04-07 17:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 205 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#issuecomment-2041540016
Comment:
Tested it again with the lib changes and it still works
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (9 preceding siblings ...)
2024-04-07 17:34 ` AnInternetTroll
@ 2024-04-07 18:03 ` Bnyro
2024-04-07 18:05 ` [PR REVIEW] " Bnyro
` (7 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-04-07 18:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 199 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#issuecomment-2041547097
Comment:
I guess we should report the test failure om i686 upstream?
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR REVIEW] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (10 preceding siblings ...)
2024-04-07 18:03 ` Bnyro
@ 2024-04-07 18:05 ` Bnyro
2024-04-07 19:24 ` [PR PATCH] [Updated] " Bnyro
` (6 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-04-07 18:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#discussion_r1555021156
Comment:
Oh, I wanted to make one 512x512 but forgot to change it after copy and paste 😉
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR PATCH] [Updated] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (11 preceding siblings ...)
2024-04-07 18:05 ` [PR REVIEW] " Bnyro
@ 2024-04-07 19:24 ` Bnyro
2024-04-07 20:18 ` AnInternetTroll
` (5 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-04-07 19:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages iamb
https://github.com/void-linux/void-packages/pull/49652
New package: iamb-0.0.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, x86_64-glibc
closes #49586
A patch file from https://github.com/void-linux/void-packages/pull/49652.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iamb-49652.patch --]
[-- Type: text/x-diff, Size: 1458 bytes --]
From e3dc822e47ba903ebe543525d79ce40d436a64a5 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 1 Apr 2024 16:58:43 +0200
Subject: [PATCH] New package: iamb-0.0.9
---
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..bfaee2aeeb5cea
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,24 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.9
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=native-tls"
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel sqlite-devel openssl-devel"
+short_desc="Matrix client for Vim addicts"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0"
+homepage="https://iamb.chat/"
+distfiles="https://github.com/ulyssa/iamb/archive/refs/tags/v${version}.tar.gz"
+checksum=7ef6d23a957bfab62decd48caa83c106a49d95760b4b2ccf5a6b6a8f4506e687
+
+post_install() {
+ vinstall iamb.desktop 644 usr/share/applications
+ vinstall docs/iamb-256x256.png 644 usr/share/icons/hicolor/256x256/apps/iamb.png
+ vinstall docs/iamb-512x512.png 644 usr/share/icons/hicolor/512x512/apps/iamb.png
+ vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps/iamb.svg
+ vinstall config.example.toml 644 usr/share/examples/iamb/config.example.toml
+ vman docs/iamb.1
+ vman docs/iamb.5
+}
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (12 preceding siblings ...)
2024-04-07 19:24 ` [PR PATCH] [Updated] " Bnyro
@ 2024-04-07 20:18 ` AnInternetTroll
2024-04-08 8:47 ` [PR PATCH] [Updated] " Bnyro
` (4 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: AnInternetTroll @ 2024-04-07 20:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 715 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/49652#issuecomment-2041597505
Comment:
> I guess we should report the test failure om i686 upstream?
I've let them know on matrix that the one test is failing on 32bit (I assume it would fail on armv* as well if the CI would run those tests)
--
About my earlier comment on the manpage, what I meant to say is that maybe the manpage should be vsed'd to change that one line. Something like this for example
```sh
vsed -i docs/iamb.5 -e 's#/usr/share/iamb/config.example.toml#/usr/share/examples/iamb/config.example.toml#'
```
You should still vsconf the file though, that part was correct
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR PATCH] [Updated] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (13 preceding siblings ...)
2024-04-07 20:18 ` AnInternetTroll
@ 2024-04-08 8:47 ` Bnyro
2024-06-01 21:52 ` Bnyro
` (3 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-04-08 8:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages iamb
https://github.com/void-linux/void-packages/pull/49652
New package: iamb-0.0.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, x86_64-glibc
closes #49586
A patch file from https://github.com/void-linux/void-packages/pull/49652.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iamb-49652.patch --]
[-- Type: text/x-diff, Size: 1526 bytes --]
From ea5fdbd4f5fe8bcb8ac945191d6a96f371408ceb Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 1 Apr 2024 16:58:43 +0200
Subject: [PATCH] New package: iamb-0.0.9
---
srcpkgs/iamb/template | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 srcpkgs/iamb/template
diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..58f824850865d2
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,27 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.9
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=native-tls"
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel sqlite-devel openssl-devel"
+short_desc="Matrix client for Vim addicts"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0"
+homepage="https://iamb.chat/"
+distfiles="https://github.com/ulyssa/iamb/archive/refs/tags/v${version}.tar.gz"
+checksum=7ef6d23a957bfab62decd48caa83c106a49d95760b4b2ccf5a6b6a8f4506e687
+
+post_install() {
+ vinstall iamb.desktop 644 usr/share/applications
+ vinstall docs/iamb-256x256.png 644 usr/share/icons/hicolor/256x256/apps/iamb.png
+ vinstall docs/iamb-512x512.png 644 usr/share/icons/hicolor/512x512/apps/iamb.png
+ vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps/iamb.svg
+
+ vsed -i docs/iamb.5 -e 's#/usr/share/iamb/config.example.toml#/usr/share/examples/iamb/config.example.toml#'
+ vman docs/iamb.1
+ vman docs/iamb.5
+
+ vsconf config.example.toml
+}
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR PATCH] [Updated] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (14 preceding siblings ...)
2024-04-08 8:47 ` [PR PATCH] [Updated] " Bnyro
@ 2024-06-01 21:52 ` Bnyro
2024-06-01 21:52 ` Bnyro
` (2 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-06-01 21:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages iamb
https://github.com/void-linux/void-packages/pull/49652
New package: iamb-0.0.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, x86_64-glibc
closes #49586
A patch file from https://github.com/void-linux/void-packages/pull/49652.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iamb-49652.patch --]
[-- Type: text/x-diff, Size: 1526 bytes --]
From 5b298fb3e732b277140a9a3fc791172d69ef3509 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 1 Apr 2024 16:58:43 +0200
Subject: [PATCH] New package: iamb-0.0.9
---
srcpkgs/iamb/template | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 srcpkgs/iamb/template
diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..58f824850865d2
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,27 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.9
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=native-tls"
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel sqlite-devel openssl-devel"
+short_desc="Matrix client for Vim addicts"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0"
+homepage="https://iamb.chat/"
+distfiles="https://github.com/ulyssa/iamb/archive/refs/tags/v${version}.tar.gz"
+checksum=7ef6d23a957bfab62decd48caa83c106a49d95760b4b2ccf5a6b6a8f4506e687
+
+post_install() {
+ vinstall iamb.desktop 644 usr/share/applications
+ vinstall docs/iamb-256x256.png 644 usr/share/icons/hicolor/256x256/apps/iamb.png
+ vinstall docs/iamb-512x512.png 644 usr/share/icons/hicolor/512x512/apps/iamb.png
+ vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps/iamb.svg
+
+ vsed -i docs/iamb.5 -e 's#/usr/share/iamb/config.example.toml#/usr/share/examples/iamb/config.example.toml#'
+ vman docs/iamb.1
+ vman docs/iamb.5
+
+ vsconf config.example.toml
+}
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR PATCH] [Updated] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (15 preceding siblings ...)
2024-06-01 21:52 ` Bnyro
@ 2024-06-01 21:52 ` Bnyro
2024-08-28 11:58 ` Bnyro
2024-08-28 12:00 ` [PR PATCH] [Updated] New package: iamb-0.0.10 Bnyro
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-06-01 21:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages iamb
https://github.com/void-linux/void-packages/pull/49652
New package: iamb-0.0.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, x86_64-glibc
closes #49586
A patch file from https://github.com/void-linux/void-packages/pull/49652.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iamb-49652.patch --]
[-- Type: text/x-diff, Size: 1526 bytes --]
From f28c87ce5d05e3bd62d9ad33aace178cbf80b8f6 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 1 Apr 2024 16:58:43 +0200
Subject: [PATCH] New package: iamb-0.0.9
---
srcpkgs/iamb/template | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 srcpkgs/iamb/template
diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..58f824850865d2
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,27 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.9
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features=native-tls"
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel sqlite-devel openssl-devel"
+short_desc="Matrix client for Vim addicts"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0"
+homepage="https://iamb.chat/"
+distfiles="https://github.com/ulyssa/iamb/archive/refs/tags/v${version}.tar.gz"
+checksum=7ef6d23a957bfab62decd48caa83c106a49d95760b4b2ccf5a6b6a8f4506e687
+
+post_install() {
+ vinstall iamb.desktop 644 usr/share/applications
+ vinstall docs/iamb-256x256.png 644 usr/share/icons/hicolor/256x256/apps/iamb.png
+ vinstall docs/iamb-512x512.png 644 usr/share/icons/hicolor/512x512/apps/iamb.png
+ vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps/iamb.svg
+
+ vsed -i docs/iamb.5 -e 's#/usr/share/iamb/config.example.toml#/usr/share/examples/iamb/config.example.toml#'
+ vman docs/iamb.1
+ vman docs/iamb.5
+
+ vsconf config.example.toml
+}
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR PATCH] [Updated] New package: iamb-0.0.9
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (16 preceding siblings ...)
2024-06-01 21:52 ` Bnyro
@ 2024-08-28 11:58 ` Bnyro
2024-08-28 12:00 ` [PR PATCH] [Updated] New package: iamb-0.0.10 Bnyro
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-08-28 11:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages iamb
https://github.com/void-linux/void-packages/pull/49652
New package: iamb-0.0.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, x86_64-glibc
closes #49586
A patch file from https://github.com/void-linux/void-packages/pull/49652.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iamb-49652.patch --]
[-- Type: text/x-diff, Size: 1589 bytes --]
From eae7ec30085acf7fbadae935be9d6a2109e05ea9 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 1 Apr 2024 16:58:43 +0200
Subject: [PATCH] New package: iamb-0.0.9
---
srcpkgs/iamb/template | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 srcpkgs/iamb/template
diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..4845f25439c8f5
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,28 @@
+# 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="oniguruma-devel sqlite-devel openssl-devel"
+short_desc="Matrix client for Vim addicts"
+maintainer="Bnyro <bnyro@tutanota.com>"
+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 docs/iamb-256x256.png 644 usr/share/icons/hicolor/256x256/apps/iamb.png
+ vinstall docs/iamb-512x512.png 644 usr/share/icons/hicolor/512x512/apps/iamb.png
+ vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps/iamb.svg
+
+ vsed -i docs/iamb.5 -e 's#/usr/share/iamb/config.example.toml#/usr/share/examples/iamb/config.example.toml#'
+ vman docs/iamb.1
+ vman docs/iamb.5
+
+ vsconf config.example.toml
+}
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PR PATCH] [Updated] New package: iamb-0.0.10
2024-04-01 14:59 [PR PATCH] New package: iamb-0.0.9 Bnyro
` (17 preceding siblings ...)
2024-08-28 11:58 ` Bnyro
@ 2024-08-28 12:00 ` Bnyro
18 siblings, 0 replies; 20+ messages in thread
From: Bnyro @ 2024-08-28 12:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages iamb
https://github.com/void-linux/void-packages/pull/49652
New package: iamb-0.0.10
<!-- 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, x86_64-glibc
closes #49586
A patch file from https://github.com/void-linux/void-packages/pull/49652.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iamb-49652.patch --]
[-- Type: text/x-diff, Size: 1590 bytes --]
From 6e36a6a0d654854a41dd54e6425c7e776084be2f Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 1 Apr 2024 16:58:43 +0200
Subject: [PATCH] New package: iamb-0.0.10
---
srcpkgs/iamb/template | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 srcpkgs/iamb/template
diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..4845f25439c8f5
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,28 @@
+# 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="oniguruma-devel sqlite-devel openssl-devel"
+short_desc="Matrix client for Vim addicts"
+maintainer="Bnyro <bnyro@tutanota.com>"
+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 docs/iamb-256x256.png 644 usr/share/icons/hicolor/256x256/apps/iamb.png
+ vinstall docs/iamb-512x512.png 644 usr/share/icons/hicolor/512x512/apps/iamb.png
+ vinstall docs/iamb.svg 644 usr/share/icons/hicolor/scalable/apps/iamb.svg
+
+ vsed -i docs/iamb.5 -e 's#/usr/share/iamb/config.example.toml#/usr/share/examples/iamb/config.example.toml#'
+ vman docs/iamb.1
+ vman docs/iamb.5
+
+ vsconf config.example.toml
+}
^ permalink raw reply [flat|nested] 20+ messages in thread