* [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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ messages in thread
* [PR PATCH] New package: iamb-0.0.9
@ 2024-04-01 14:59 Bnyro
2024-08-28 12:00 ` [PR PATCH] [Updated] New package: iamb-0.0.10 Bnyro
0 siblings, 1 reply; 10+ messages in thread
From: Bnyro @ 2024-04-01 14:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]
There is a new 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: 938 bytes --]
From e127c4bd627bc695f9f6ea9c51b2b685114d673c 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 | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/iamb/template
diff --git a/srcpkgs/iamb/template b/srcpkgs/iamb/template
new file mode 100644
index 00000000000000..3ed60bfd100c52
--- /dev/null
+++ b/srcpkgs/iamb/template
@@ -0,0 +1,13 @@
+# Template file for 'iamb'
+pkgname=iamb
+version=0.0.9
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel sqlite-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
^ permalink raw reply [flat|nested] 10+ 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
@ 2024-08-28 12:00 ` Bnyro
0 siblings, 0 replies; 10+ 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] 10+ messages in thread
end of thread, other threads:[~2024-08-28 22:14 UTC | newest]
Thread overview: 10+ 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-08-28 12:00 ` [PR PATCH] [Updated] New package: iamb-0.0.10 Bnyro
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).