Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fast-syntax-highlighting-1.55
@ 2021-10-25  1:19 cinerea0
  2021-11-05 12:05 ` itsdeadguy
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: cinerea0 @ 2021-10-25  1:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages fsh
https://github.com/void-linux/void-packages/pull/33738

New package: fast-syntax-highlighting-1.55
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33738.patch is attached

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

From 0bcc8a35311e21683fb86ac35c814bbcc491855c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 24 Oct 2021 21:18:44 -0400
Subject: [PATCH] New package: fast-syntax-highlighting-1.55

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

diff --git a/srcpkgs/fast-syntax-highlighting/template b/srcpkgs/fast-syntax-highlighting/template
new file mode 100644
index 000000000000..0f27c7b368fb
--- /dev/null
+++ b/srcpkgs/fast-syntax-highlighting/template
@@ -0,0 +1,23 @@
+# Template file for 'fast-syntax-highlighting'
+pkgname=fast-syntax-highlighting
+version=1.55
+revision=1
+depends="zsh"
+short_desc="Feature rich syntax highlighting for Zsh"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma/fast-syntax-highlighting"
+changelog="https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/CHANGELOG.md"
+distfiles="https://github.com/zdharma/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	local prefix=usr/share/zsh/plugins/fast-syntax-highlighting
+	vmkdir ${prefix}
+	vcopy "fast*" ${prefix}
+	vcopy "./-fast*" ${prefix}
+	vcopy themes ${prefix}
+	vcopy :chroma ${prefix}
+	vcompletion _fast-theme zsh
+	vlicense LICENSE
+}

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

* Re: New package: fast-syntax-highlighting-1.55
  2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
@ 2021-11-05 12:05 ` itsdeadguy
  2021-11-05 15:09 ` cinerea0
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: itsdeadguy @ 2021-11-05 12:05 UTC (permalink / raw)
  To: ml

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

New comment by itsdeadguy on void-packages repository

https://github.com/void-linux/void-packages/pull/33738#issuecomment-961840184

Comment:
Just a heads up, the author of fast-syntax-highlighting has wiped everything from everywhere and gone AWOL.
more info can be found in [this reddit thread about the whole situation](https://www.reddit.com/r/zsh/comments/qinb6j/httpsgithubcomzdharma_has_suddenly_disappeared_i/)

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

* Re: New package: fast-syntax-highlighting-1.55
  2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
  2021-11-05 12:05 ` itsdeadguy
@ 2021-11-05 15:09 ` cinerea0
  2021-11-05 15:32 ` [PR PATCH] [Updated] " cinerea0
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2021-11-05 15:09 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/33738#issuecomment-961975945

Comment:
Thanks for the heads up, I'll be switching the upstream in the template to refer to one of the re-uploads.

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

* Re: [PR PATCH] [Updated] New package: fast-syntax-highlighting-1.55
  2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
  2021-11-05 12:05 ` itsdeadguy
  2021-11-05 15:09 ` cinerea0
@ 2021-11-05 15:32 ` cinerea0
  2022-06-09  2:12 ` github-actions
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2021-11-05 15:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages fsh
https://github.com/void-linux/void-packages/pull/33738

New package: fast-syntax-highlighting-1.55
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33738.patch is attached

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

From 07b2f1cf2cc70d7f5e95cec652e06b60c7e14c1f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 5 Nov 2021 11:32:36 -0400
Subject: [PATCH] New package: fast-syntax-highlighting-1.55

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

diff --git a/srcpkgs/fast-syntax-highlighting/template b/srcpkgs/fast-syntax-highlighting/template
new file mode 100644
index 000000000000..3e7c6a0b2697
--- /dev/null
+++ b/srcpkgs/fast-syntax-highlighting/template
@@ -0,0 +1,23 @@
+# Template file for 'fast-syntax-highlighting'
+pkgname=fast-syntax-highlighting
+version=1.55
+revision=1
+depends="zsh"
+short_desc="Feature rich syntax highlighting for Zsh"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+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() {
+	local prefix=usr/share/zsh/plugins/fast-syntax-highlighting
+	vmkdir ${prefix}
+	vcopy "fast*" ${prefix}
+	vcopy "./-fast*" ${prefix}
+	vcopy themes ${prefix}
+	vcopy :chroma ${prefix}
+	vcompletion _fast-theme zsh
+	vlicense LICENSE
+}

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

* Re: New package: fast-syntax-highlighting-1.55
  2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
                   ` (2 preceding siblings ...)
  2021-11-05 15:32 ` [PR PATCH] [Updated] " cinerea0
@ 2022-06-09  2:12 ` github-actions
  2022-06-09 16:12 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-06-09  2:12 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/33738#issuecomment-1150594290

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: fast-syntax-highlighting-1.55
  2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
                   ` (3 preceding siblings ...)
  2022-06-09  2:12 ` github-actions
@ 2022-06-09 16:12 ` cinerea0
  2022-06-09 16:13 ` cinerea0
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-06-09 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages fsh
https://github.com/void-linux/void-packages/pull/33738

New package: fast-syntax-highlighting-1.55
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33738.patch is attached

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

From f1c64fb200c8683c40b083be57e20f2b14f18ce0 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 9 Jun 2022 12:12:14 -0400
Subject: [PATCH] New package: F-Sy-H-1.66

---
 srcpkgs/F-Sy-H/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/F-Sy-H/template

diff --git a/srcpkgs/F-Sy-H/template b/srcpkgs/F-Sy-H/template
new file mode 100644
index 000000000000..6a96df59d752
--- /dev/null
+++ b/srcpkgs/F-Sy-H/template
@@ -0,0 +1,24 @@
+# Template file for 'F-Sy-H'
+pkgname=F-Sy-H
+version=1.66
+revision=1
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for Zsh"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/z-shell/F-Sy-H"
+distfiles="https://github.com/z-shell/F-Sy-H/archive/refs/tags/v${version}.tar.gz"
+checksum=002e4b8ff0535bdc8af906133dc944ad8d78d87a1ca5859919eceea304f18a9f
+
+do_install() {
+	local prefix=usr/share/zsh/plugins/F-Sy-H
+	vmkdir ${prefix}
+	vcopy F-Sy-H.plugin.zsh ${prefix}
+	vcopy "fast*" ${prefix}
+	vcopy functions ${prefix}
+	vcopy share ${prefix}
+	vcopy themes ${prefix}
+	vcopy →chroma ${prefix}
+	vcompletion _fast-theme zsh
+	vlicense LICENSE
+}

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

* Re: New package: fast-syntax-highlighting-1.55
  2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
                   ` (4 preceding siblings ...)
  2022-06-09 16:12 ` [PR PATCH] [Updated] " cinerea0
@ 2022-06-09 16:13 ` cinerea0
  2022-06-10 15:46 ` [PR PATCH] [Closed]: New package: F-Sy-H-1.66 cinerea0
  2022-06-10 15:46 ` cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-06-09 16:13 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/33738#issuecomment-1151334886

Comment:
I'm still working on this.

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

* Re: [PR PATCH] [Closed]: New package: F-Sy-H-1.66
  2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
                   ` (5 preceding siblings ...)
  2022-06-09 16:13 ` cinerea0
@ 2022-06-10 15:46 ` cinerea0
  2022-06-10 15:46 ` cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-06-10 15:46 UTC (permalink / raw)
  To: ml

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

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

New package: F-Sy-H-1.66
https://github.com/void-linux/void-packages/pull/33738

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 9+ messages in thread

* Re: New package: F-Sy-H-1.66
  2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
                   ` (6 preceding siblings ...)
  2022-06-10 15:46 ` [PR PATCH] [Closed]: New package: F-Sy-H-1.66 cinerea0
@ 2022-06-10 15:46 ` cinerea0
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-06-10 15:46 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/33738#issuecomment-1152499023

Comment:
After some more investigation, it appears that installing this plugin system-wide results in subtle bugs that I don't know how to fix. As such, I am closing this PR.

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

end of thread, other threads:[~2022-06-10 15:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25  1:19 [PR PATCH] New package: fast-syntax-highlighting-1.55 cinerea0
2021-11-05 12:05 ` itsdeadguy
2021-11-05 15:09 ` cinerea0
2021-11-05 15:32 ` [PR PATCH] [Updated] " cinerea0
2022-06-09  2:12 ` github-actions
2022-06-09 16:12 ` [PR PATCH] [Updated] " cinerea0
2022-06-09 16:13 ` cinerea0
2022-06-10 15:46 ` [PR PATCH] [Closed]: New package: F-Sy-H-1.66 cinerea0
2022-06-10 15:46 ` cinerea0

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