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; 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
* [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

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