Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: presenterm-0.3.0
@ 2023-11-24 17:41 tranzystorekk
  2023-12-01  2:05 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tranzystorekk @ 2023-11-24 17:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-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**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 34480269af71cec6455ef879d728d4f41c136c66 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.3.0

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 0000000000000..64ba837aa8e94
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.3.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=f239e5f2f6cbd5b16d5170e78ff773b8164e433a8260f4187faa5670dbbd521f
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: presenterm-0.3.0
  2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
@ 2023-12-01  2:05 ` tranzystorekk
  2023-12-16 17:51 ` tranzystorekk
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorekk @ 2023-12-01  2:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-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**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e8dc3978adc74777994e64538fd77f72a2545f41 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.3.0

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 0000000000000..64ba837aa8e94
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.3.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=f239e5f2f6cbd5b16d5170e78ff773b8164e433a8260f4187faa5670dbbd521f
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: presenterm-0.3.0
  2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
  2023-12-01  2:05 ` [PR PATCH] [Updated] " tranzystorekk
@ 2023-12-16 17:51 ` tranzystorekk
  2024-01-12 23:11 ` [PR PATCH] [Updated] New package: presenterm-0.4.0 tranzystorekk
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorekk @ 2023-12-16 17:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-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**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e96eb7bdf2901d3aace5b008fbfd9faac93478bb Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.4.0

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 0000000000000..c4b8d5150f9c4
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=5f82d523d41e4259dc69cdd74ca37bcd93e329980e289f7aed06214bc6f2fb0f
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: presenterm-0.4.0
  2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
  2023-12-01  2:05 ` [PR PATCH] [Updated] " tranzystorekk
  2023-12-16 17:51 ` tranzystorekk
@ 2024-01-12 23:11 ` tranzystorekk
  2024-01-27  0:09 ` [PR PATCH] [Updated] New package: presenterm-0.4.1 tranzystorekk
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorekk @ 2024-01-12 23:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-0.4.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**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c46adc677d0def7e1bd28405c21c5cdce07bd283 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.4.1

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 0000000000000..ed3df71622e34
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.4.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=7514566a58715967617c681a9222d3d84ba03c15b002adab2ac8775d34ddc575
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: presenterm-0.4.1
  2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
                   ` (2 preceding siblings ...)
  2024-01-12 23:11 ` [PR PATCH] [Updated] New package: presenterm-0.4.0 tranzystorekk
@ 2024-01-27  0:09 ` tranzystorekk
  2024-02-09 19:32 ` [PR PATCH] [Updated] New package: presenterm-0.5.0 tranzystorekk
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorekk @ 2024-01-27  0:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-0.4.1
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b9cdaa00edf0c60d7ab0a1913b2954e294230ef4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.5.0

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 0000000000000..e7258902a8c7a
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.5.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=88ec6673bbe44146b7dee072020c40061732569a3fef60a3538d3bb1756f076d
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: presenterm-0.5.0
  2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
                   ` (3 preceding siblings ...)
  2024-01-27  0:09 ` [PR PATCH] [Updated] New package: presenterm-0.4.1 tranzystorekk
@ 2024-02-09 19:32 ` tranzystorekk
  2024-02-11 22:58 ` [PR PATCH] [Updated] New package: presenterm-0.6.0 tranzystorekk
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorekk @ 2024-02-09 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-0.5.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**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0d9026ffdbe18192f3aabd73d9c8fd9abc002f81 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.6.0

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 0000000000000..b8d12c8c05070
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.6.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=5d9eff47009ee6fc58a235edee88120cf77ebda548f1d59a21a352fc50d02ad5
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: presenterm-0.6.0
  2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
                   ` (4 preceding siblings ...)
  2024-02-09 19:32 ` [PR PATCH] [Updated] New package: presenterm-0.5.0 tranzystorekk
@ 2024-02-11 22:58 ` tranzystorekk
  2024-02-24 11:14 ` [PR PATCH] [Updated] New package: presenterm-0.6.1 tranzystorekk
  2024-03-02 18:49 ` tranzystorekk
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorekk @ 2024-02-11 22:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-0.6.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**

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c61c1ae3529fda63e12bcd308ec74fd8cffc1cce Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.6.1

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 0000000000000..f77f62c141c1c
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.6.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=9ae89ca7f4bae9918dc9764062272b9ed9b040586c5fab4ce258b9c76ffa7478
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: presenterm-0.6.1
  2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
                   ` (5 preceding siblings ...)
  2024-02-11 22:58 ` [PR PATCH] [Updated] New package: presenterm-0.6.0 tranzystorekk
@ 2024-02-24 11:14 ` tranzystorekk
  2024-03-02 18:49 ` tranzystorekk
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorekk @ 2024-02-24 11:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-0.6.1
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ee64f799903e3c87c55c2d5dcc2cc78551524e3f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.6.1

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 00000000000000..f77f62c141c1cf
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.6.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=9ae89ca7f4bae9918dc9764062272b9ed9b040586c5fab4ce258b9c76ffa7478
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: presenterm-0.6.1
  2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
                   ` (6 preceding siblings ...)
  2024-02-24 11:14 ` [PR PATCH] [Updated] New package: presenterm-0.6.1 tranzystorekk
@ 2024-03-02 18:49 ` tranzystorekk
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorekk @ 2024-03-02 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages presenterm
https://github.com/void-linux/void-packages/pull/47376

New package: presenterm-0.6.1
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d07b6bf49dfc9be68a30e7b5c6f2a10ffb705316 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 20 Oct 2023 09:50:34 +0200
Subject: [PATCH] New package: presenterm-0.7.0

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

diff --git a/srcpkgs/presenterm/template b/srcpkgs/presenterm/template
new file mode 100644
index 00000000000000..ad3768e9320fda
--- /dev/null
+++ b/srcpkgs/presenterm/template
@@ -0,0 +1,18 @@
+# Template file for 'presenterm'
+pkgname=presenterm
+version=0.7.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel"
+short_desc="Terminal slideshow tool"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/mfontanini/presenterm"
+changelog="https://raw.githubusercontent.com/mfontanini/presenterm/master/CHANGELOG.md"
+distfiles="https://github.com/mfontanini/presenterm/archive/refs/tags/v${version}.tar.gz"
+checksum=6a1fcaef8ba7039f4d907083ea42c9b9a100ed2f4d0fb300a11c6f04e17540da
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-03-02 18:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24 17:41 [PR PATCH] New package: presenterm-0.3.0 tranzystorekk
2023-12-01  2:05 ` [PR PATCH] [Updated] " tranzystorekk
2023-12-16 17:51 ` tranzystorekk
2024-01-12 23:11 ` [PR PATCH] [Updated] New package: presenterm-0.4.0 tranzystorekk
2024-01-27  0:09 ` [PR PATCH] [Updated] New package: presenterm-0.4.1 tranzystorekk
2024-02-09 19:32 ` [PR PATCH] [Updated] New package: presenterm-0.5.0 tranzystorekk
2024-02-11 22:58 ` [PR PATCH] [Updated] New package: presenterm-0.6.0 tranzystorekk
2024-02-24 11:14 ` [PR PATCH] [Updated] New package: presenterm-0.6.1 tranzystorekk
2024-03-02 18:49 ` tranzystorekk

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