Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55
@ 2022-08-07 13:48 akhiljalagam
  2022-08-07 13:53 ` meator
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 1420 bytes --]

From ba119e2546220305345939d2e20ece28efdde726 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH] New package: zsh-fast-syntax-highlighting-1.55

---
 srcpkgs/zsh-fast-syntax-highlighting/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..1692e61b9f9c
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,19 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="fast-syntax-highlighting-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
+changelog="https://raw.githubusercontent.com/zdharma-continuum/fast-syntax-highlighting/master/changelog.md"
+distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

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

* Re: New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
@ 2022-08-07 13:53 ` meator
  2022-08-07 13:55 ` akhiljalagam
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: meator @ 2022-08-07 13:53 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#issuecomment-1207413761

Comment:
I think it might be more appropriate to use the provided Makefile to install the files to destdir.

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

* Re: New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
  2022-08-07 13:53 ` meator
@ 2022-08-07 13:55 ` akhiljalagam
  2022-08-07 13:58 ` [PR REVIEW] " classabbyamp
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 13:55 UTC (permalink / raw)
  To: ml

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

New comment by akhiljalagam on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#issuecomment-1207413991

Comment:
> I think it might be more appropriate to use the provided Makefile to install the files to destdir.

I don't see a Makefile in the repo.

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (2 preceding siblings ...)
  2022-08-07 13:58 ` [PR REVIEW] " classabbyamp
@ 2022-08-07 13:58 ` classabbyamp
  2022-08-07 13:58 ` classabbyamp
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-08-07 13:58 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939671406

Comment:
404

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (3 preceding siblings ...)
  2022-08-07 13:58 ` classabbyamp
@ 2022-08-07 13:58 ` classabbyamp
  2022-08-07 14:00 ` akhiljalagam
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-08-07 13:58 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939671397

Comment:
```suggestion
wrksrc="${pkgname#zsh-}-${version}"
```

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
  2022-08-07 13:53 ` meator
  2022-08-07 13:55 ` akhiljalagam
@ 2022-08-07 13:58 ` classabbyamp
  2022-08-07 13:58 ` classabbyamp
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-08-07 13:58 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939672101

Comment:
> https://github.com/void-linux/void-packages/runs/7713259385?check_suite_focus=true#step:8:9

I don't think many of these files should be installed.

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (4 preceding siblings ...)
  2022-08-07 13:58 ` classabbyamp
@ 2022-08-07 14:00 ` akhiljalagam
  2022-08-07 14:00 ` [PR PATCH] [Updated] " akhiljalagam
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:00 UTC (permalink / raw)
  To: ml

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

New review comment by akhiljalagam on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939672684

Comment:
I am not sure which are necessary files to copy.

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

* Re: [PR PATCH] [Updated] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (5 preceding siblings ...)
  2022-08-07 14:00 ` akhiljalagam
@ 2022-08-07 14:00 ` akhiljalagam
  2022-08-07 14:03 ` akhiljalagam
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 2357 bytes --]

From ba119e2546220305345939d2e20ece28efdde726 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH 1/2] New package: zsh-fast-syntax-highlighting-1.55

---
 srcpkgs/zsh-fast-syntax-highlighting/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..1692e61b9f9c
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,19 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="fast-syntax-highlighting-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
+changelog="https://raw.githubusercontent.com/zdharma-continuum/fast-syntax-highlighting/master/changelog.md"
+distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

From 27d95906f55baf1cbd93c16c33b053102c39eb0c Mon Sep 17 00:00:00 2001
From: Akhil Jalagam <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:30:41 +0530
Subject: [PATCH 2/2] Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zsh-fast-syntax-highlighting/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
index 1692e61b9f9c..90ef8f430eb6 100644
--- a/srcpkgs/zsh-fast-syntax-highlighting/template
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -2,7 +2,7 @@
 pkgname=zsh-fast-syntax-highlighting
 version=1.55
 revision=1
-wrksrc="fast-syntax-highlighting-${version}"
+wrksrc="${pkgname#zsh-}-${version}"
 depends="zsh"
 short_desc="Feature-rich syntax highlighting for ZSH"
 maintainer="akhil <akhil.j@outlook.in>"

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

* Re: [PR PATCH] [Updated] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (6 preceding siblings ...)
  2022-08-07 14:00 ` [PR PATCH] [Updated] " akhiljalagam
@ 2022-08-07 14:03 ` akhiljalagam
  2022-08-07 14:03 ` akhiljalagam
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 2947 bytes --]

From ba119e2546220305345939d2e20ece28efdde726 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH 1/2] New package: zsh-fast-syntax-highlighting-1.55

---
 srcpkgs/zsh-fast-syntax-highlighting/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..1692e61b9f9c
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,19 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="fast-syntax-highlighting-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
+changelog="https://raw.githubusercontent.com/zdharma-continuum/fast-syntax-highlighting/master/changelog.md"
+distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

From f8fdc3910fad5d0417a046bdd95fd82dcbe47c9c Mon Sep 17 00:00:00 2001
From: Akhil Jalagam <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:30:41 +0530
Subject: [PATCH 2/2] Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zsh-fast-syntax-highlighting/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
index 1692e61b9f9c..461967b70f79 100644
--- a/srcpkgs/zsh-fast-syntax-highlighting/template
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -2,14 +2,13 @@
 pkgname=zsh-fast-syntax-highlighting
 version=1.55
 revision=1
-wrksrc="fast-syntax-highlighting-${version}"
+wrksrc="${pkgname#zsh-}-${version}"
 depends="zsh"
 short_desc="Feature-rich syntax highlighting for ZSH"
 maintainer="akhil <akhil.j@outlook.in>"
 license="BSD-3-Clause"
-homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
-changelog="https://raw.githubusercontent.com/zdharma-continuum/fast-syntax-highlighting/master/changelog.md"
-distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+homepage="https://github.com/zdharma-continuum/${pkgname#zsh-}"
+distfiles="https://github.com/zdharma-continuum/${pkgname#zsh-}/archive/refs/tags/v${version}.tar.gz"
 checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
 
 do_install() {

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

* Re: [PR PATCH] [Updated] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (7 preceding siblings ...)
  2022-08-07 14:03 ` akhiljalagam
@ 2022-08-07 14:03 ` akhiljalagam
  2022-08-07 14:08 ` [PR REVIEW] " classabbyamp
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 1413 bytes --]

From 7991fec0bd025a46e315e0681b5e01d1227d02ab Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH] New package: zsh-fast-syntax-highlighting-1.55

Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zsh-fast-syntax-highlighting/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..461967b70f79
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,18 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="${pkgname#zsh-}-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/${pkgname#zsh-}"
+distfiles="https://github.com/zdharma-continuum/${pkgname#zsh-}/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (8 preceding siblings ...)
  2022-08-07 14:03 ` akhiljalagam
@ 2022-08-07 14:08 ` classabbyamp
  2022-08-07 14:08 ` classabbyamp
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-08-07 14:08 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939673886

Comment:
keep the expanded variables here

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (9 preceding siblings ...)
  2022-08-07 14:08 ` [PR REVIEW] " classabbyamp
@ 2022-08-07 14:08 ` classabbyamp
  2022-08-07 14:09 ` [PR PATCH] [Updated] " akhiljalagam
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-08-07 14:08 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939674000

Comment:
a changelog does exist in the repo, you just had the wrong url...

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

* Re: [PR PATCH] [Updated] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (10 preceding siblings ...)
  2022-08-07 14:08 ` classabbyamp
@ 2022-08-07 14:09 ` akhiljalagam
  2022-08-07 14:10 ` [PR REVIEW] " akhiljalagam
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 1431 bytes --]

From 4e728aae9d34d74863ac072ee6e81872193a9a89 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH] New package: zsh-fast-syntax-highlighting-1.55

Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zsh-fast-syntax-highlighting/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..fe515859e0f0
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,18 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="${pkgname#zsh-}-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
+distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (11 preceding siblings ...)
  2022-08-07 14:09 ` [PR PATCH] [Updated] " akhiljalagam
@ 2022-08-07 14:10 ` akhiljalagam
  2022-08-07 14:25 ` classabbyamp
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:10 UTC (permalink / raw)
  To: ml

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

New review comment by akhiljalagam on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939674338

Comment:
removed it

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (12 preceding siblings ...)
  2022-08-07 14:10 ` [PR REVIEW] " akhiljalagam
@ 2022-08-07 14:25 ` classabbyamp
  2022-08-07 14:29 ` [PR PATCH] [Updated] " akhiljalagam
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-08-07 14:25 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939676478

Comment:
yes, add it back with the correct url...

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

* Re: [PR PATCH] [Updated] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (13 preceding siblings ...)
  2022-08-07 14:25 ` classabbyamp
@ 2022-08-07 14:29 ` akhiljalagam
  2022-08-07 14:29 ` [PR REVIEW] " akhiljalagam
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 1532 bytes --]

From cd329de7c8f8015d72b277e965663ac26a84a6da Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH] New package: zsh-fast-syntax-highlighting-1.55

Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zsh-fast-syntax-highlighting/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..8a3908d3ac73
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,19 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="${pkgname#zsh-}-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
+changelog="https://github.com/zdharma-continuum/fast-syntax-highlighting/blob/master/CHANGELOG.md"
+distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (14 preceding siblings ...)
  2022-08-07 14:29 ` [PR PATCH] [Updated] " akhiljalagam
@ 2022-08-07 14:29 ` akhiljalagam
  2022-08-07 14:31 ` classabbyamp
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:29 UTC (permalink / raw)
  To: ml

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

New review comment by akhiljalagam on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939676998

Comment:
added

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

* Re: [PR REVIEW] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (15 preceding siblings ...)
  2022-08-07 14:29 ` [PR REVIEW] " akhiljalagam
@ 2022-08-07 14:31 ` classabbyamp
  2022-08-07 14:32 ` [PR PATCH] [Updated] " akhiljalagam
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-08-07 14:31 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#discussion_r939677276

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/zdharma-continuum/fast-syntax-highlighting/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (16 preceding siblings ...)
  2022-08-07 14:31 ` classabbyamp
@ 2022-08-07 14:32 ` akhiljalagam
  2022-08-07 14:33 ` akhiljalagam
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 2803 bytes --]

From cd329de7c8f8015d72b277e965663ac26a84a6da Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH 1/2] New package: zsh-fast-syntax-highlighting-1.55

Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zsh-fast-syntax-highlighting/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..8a3908d3ac73
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,19 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="${pkgname#zsh-}-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
+changelog="https://github.com/zdharma-continuum/fast-syntax-highlighting/blob/master/CHANGELOG.md"
+distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

From 37cd5f9bfb15e699c79142b288b13c6b33d0837c Mon Sep 17 00:00:00 2001
From: Akhil Jalagam <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 20:02:46 +0530
Subject: [PATCH 2/2] Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zsh-fast-syntax-highlighting/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
index 8a3908d3ac73..ac7167d11ae5 100644
--- a/srcpkgs/zsh-fast-syntax-highlighting/template
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -8,7 +8,7 @@ short_desc="Feature-rich syntax highlighting for ZSH"
 maintainer="akhil <akhil.j@outlook.in>"
 license="BSD-3-Clause"
 homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
-changelog="https://github.com/zdharma-continuum/fast-syntax-highlighting/blob/master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/zdharma-continuum/fast-syntax-highlighting/master/CHANGELOG.md"
 distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
 checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
 

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

* Re: [PR PATCH] [Updated] New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (17 preceding siblings ...)
  2022-08-07 14:32 ` [PR PATCH] [Updated] " akhiljalagam
@ 2022-08-07 14:33 ` akhiljalagam
  2022-08-07 14:57 ` meator
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 14:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 1674 bytes --]

From 34d35d17c85f95d0236734f61437754959179066 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH] New package: zsh-fast-syntax-highlighting-1.55

Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>

Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/zsh-fast-syntax-highlighting/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..ac7167d11ae5
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,19 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="${pkgname#zsh-}-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
+changelog="https://raw.githubusercontent.com/zdharma-continuum/fast-syntax-highlighting/master/CHANGELOG.md"
+distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

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

* Re: New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (18 preceding siblings ...)
  2022-08-07 14:33 ` akhiljalagam
@ 2022-08-07 14:57 ` meator
  2022-08-08  5:45 ` akhiljalagam
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: meator @ 2022-08-07 14:57 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#issuecomment-1207425950

Comment:
> > I think it might be more appropriate to use the provided Makefile to install the files to destdir.
> 
> I don't see a Makefile in the repo.

Sorry, I was looking at a wrong repo. It's unfortunate that there's no installation procedure. [This](https://github.com/NixOS/nixpkgs/blob/release-22.05/pkgs/shells/zsh/zsh-fast-syntax-highlighting/default.nix#L22) might be useful.

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

* Re: New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (19 preceding siblings ...)
  2022-08-07 14:57 ` meator
@ 2022-08-08  5:45 ` akhiljalagam
  2022-08-08 22:43 ` cinerea0
  2022-08-29 13:43 ` [PR PATCH] [Closed]: " akhiljalagam
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-08  5:45 UTC (permalink / raw)
  To: ml

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

New comment by akhiljalagam on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#issuecomment-1207692481

Comment:
> > > I think it might be more appropriate to use the provided Makefile to install the files to destdir.
> > 
> > 
> > I don't see a Makefile in the repo.
> 
> Sorry, I was looking at a wrong repo. It's unfortunate that there's no installation procedure. [This](https://github.com/NixOS/nixpkgs/blob/release-22.05/pkgs/shells/zsh/zsh-fast-syntax-highlighting/default.nix#L22) might be useful.

why its copying files to `$out/share/zsh/site-functions` ? it should be `/usr/share/zsh/plugins/zsh-fast-syntax-highlighting/` right ?

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

* Re: New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (20 preceding siblings ...)
  2022-08-08  5:45 ` akhiljalagam
@ 2022-08-08 22:43 ` cinerea0
  2022-08-29 13:43 ` [PR PATCH] [Closed]: " akhiljalagam
  22 siblings, 0 replies; 24+ messages in thread
From: cinerea0 @ 2022-08-08 22:43 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/38519#issuecomment-1208693648

Comment:
This has been attempted before: https://github.com/void-linux/void-packages/pull/33738. There were some weird bugs with chromas when installing system-wide.

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

* Re: [PR PATCH] [Closed]: New package: zsh-fast-syntax-highlighting-1.55
  2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
                   ` (21 preceding siblings ...)
  2022-08-08 22:43 ` cinerea0
@ 2022-08-29 13:43 ` akhiljalagam
  22 siblings, 0 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-29 13:43 UTC (permalink / raw)
  To: ml

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

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

New package: zsh-fast-syntax-highlighting-1.55
https://github.com/void-linux/void-packages/pull/38519

Description:
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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
-->


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

end of thread, other threads:[~2022-08-29 13:43 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
2022-08-07 13:53 ` meator
2022-08-07 13:55 ` akhiljalagam
2022-08-07 13:58 ` [PR REVIEW] " classabbyamp
2022-08-07 13:58 ` classabbyamp
2022-08-07 13:58 ` classabbyamp
2022-08-07 14:00 ` akhiljalagam
2022-08-07 14:00 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-07 14:03 ` akhiljalagam
2022-08-07 14:03 ` akhiljalagam
2022-08-07 14:08 ` [PR REVIEW] " classabbyamp
2022-08-07 14:08 ` classabbyamp
2022-08-07 14:09 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-07 14:10 ` [PR REVIEW] " akhiljalagam
2022-08-07 14:25 ` classabbyamp
2022-08-07 14:29 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-07 14:29 ` [PR REVIEW] " akhiljalagam
2022-08-07 14:31 ` classabbyamp
2022-08-07 14:32 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-07 14:33 ` akhiljalagam
2022-08-07 14:57 ` meator
2022-08-08  5:45 ` akhiljalagam
2022-08-08 22:43 ` cinerea0
2022-08-29 13:43 ` [PR PATCH] [Closed]: " akhiljalagam

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