Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: code-minimap-0.6.4
@ 2024-02-19 23:04 Eloitor
  2024-02-19 23:05 ` Eloitor
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Eloitor @ 2024-02-19 23:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages code-minimap
https://github.com/void-linux/void-packages/pull/48841

New package: code-minimap-0.6.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 2861054c22bb505a2f129a2089abfd396d33f957 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Tue, 20 Feb 2024 00:03:14 +0100
Subject: [PATCH] New package: code-minimap-0.6.4

---
 srcpkgs/code-minimap/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/code-minimap/template

diff --git a/srcpkgs/code-minimap/template b/srcpkgs/code-minimap/template
new file mode 100644
index 0000000000000..dcbc7cf2ee03c
--- /dev/null
+++ b/srcpkgs/code-minimap/template
@@ -0,0 +1,16 @@
+# Template file for 'code-minimap'
+pkgname=code-minimap
+version=0.6.4
+revision=1
+build_style=cargo
+short_desc="High performance code minimap render"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/wfxr/code-minimap"
+distfiles="https://github.com/wfxr/code-minimap/archive/refs/tags/v${version}.tar.gz"
+checksum=4e2f15e4a0f7bd31e33f1c423e3120318e13de1b6800ba673037e38498b3a423
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: New package: code-minimap-0.6.4
  2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
@ 2024-02-19 23:05 ` Eloitor
  2024-02-19 23:06 ` Eloitor
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-02-19 23:05 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/48841#issuecomment-1953257281

Comment:
closes #34926 

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

* Re: New package: code-minimap-0.6.4
  2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
  2024-02-19 23:05 ` Eloitor
@ 2024-02-19 23:06 ` Eloitor
  2024-04-07  9:03 ` AnInternetTroll
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-02-19 23:06 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/48841#issuecomment-1953257281

Comment:
closes #34926 

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

* Re: New package: code-minimap-0.6.4
  2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
  2024-02-19 23:05 ` Eloitor
  2024-02-19 23:06 ` Eloitor
@ 2024-04-07  9:03 ` AnInternetTroll
  2024-05-01 19:41 ` [PR REVIEW] " AnInternetTroll
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: AnInternetTroll @ 2024-04-07  9:03 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/48841#issuecomment-2041377519

Comment:
Works as expected, tested on x86_64-glibc with [neovim and the plugin](https://github.com/wfxr/minimap.vim)

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

* Re: [PR REVIEW] New package: code-minimap-0.6.4
  2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
                   ` (2 preceding siblings ...)
  2024-04-07  9:03 ` AnInternetTroll
@ 2024-05-01 19:41 ` AnInternetTroll
  2024-05-01 19:42 ` AnInternetTroll
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: AnInternetTroll @ 2024-05-01 19:41 UTC (permalink / raw)
  To: ml

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

New review comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/48841#discussion_r1586738160

Comment:
```suggestion
	vlicense LICENSE-APACHE
	vcompletion completions/bash/code-minimap.bash bash
	vcompletion completions/fish/code-minimap.fish fish
	vcompletion completions/zsh/_code-minimap zsh

```

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

* Re: [PR REVIEW] New package: code-minimap-0.6.4
  2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
                   ` (3 preceding siblings ...)
  2024-05-01 19:41 ` [PR REVIEW] " AnInternetTroll
@ 2024-05-01 19:42 ` AnInternetTroll
  2024-05-02  7:50 ` [PR PATCH] [Updated] " Eloitor
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: AnInternetTroll @ 2024-05-01 19:42 UTC (permalink / raw)
  To: ml

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

New review comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/48841#discussion_r1586739122

Comment:
Version 0.6.7 has been released as well and seems to work just fine, so it might be a good idea to update this PR as well

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

* Re: [PR PATCH] [Updated] New package: code-minimap-0.6.4
  2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
                   ` (4 preceding siblings ...)
  2024-05-01 19:42 ` AnInternetTroll
@ 2024-05-02  7:50 ` Eloitor
  2024-05-02  7:56 ` Eloitor
  2024-05-06 13:53 ` [PR PATCH] [Updated] New package: code-minimap-0.6.7 Eloitor
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-05-02  7:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages code-minimap
https://github.com/void-linux/void-packages/pull/48841

New package: code-minimap-0.6.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes https://github.com/void-linux/void-packages/issues/34926

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

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

From 2861054c22bb505a2f129a2089abfd396d33f957 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Tue, 20 Feb 2024 00:03:14 +0100
Subject: [PATCH 1/2] New package: code-minimap-0.6.4

---
 srcpkgs/code-minimap/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/code-minimap/template

diff --git a/srcpkgs/code-minimap/template b/srcpkgs/code-minimap/template
new file mode 100644
index 00000000000000..dcbc7cf2ee03c4
--- /dev/null
+++ b/srcpkgs/code-minimap/template
@@ -0,0 +1,16 @@
+# Template file for 'code-minimap'
+pkgname=code-minimap
+version=0.6.4
+revision=1
+build_style=cargo
+short_desc="High performance code minimap render"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/wfxr/code-minimap"
+distfiles="https://github.com/wfxr/code-minimap/archive/refs/tags/v${version}.tar.gz"
+checksum=4e2f15e4a0f7bd31e33f1c423e3120318e13de1b6800ba673037e38498b3a423
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

From 132b5b72216f1d021bb0559328c4b329d5c4fcf5 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 2 May 2024 09:50:03 +0200
Subject: [PATCH 2/2] Apply suggestions from code review

Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
 srcpkgs/code-minimap/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/code-minimap/template b/srcpkgs/code-minimap/template
index dcbc7cf2ee03c4..6ed72c45fb48fa 100644
--- a/srcpkgs/code-minimap/template
+++ b/srcpkgs/code-minimap/template
@@ -13,4 +13,8 @@ checksum=4e2f15e4a0f7bd31e33f1c423e3120318e13de1b6800ba673037e38498b3a423
 post_install() {
 	vlicense LICENSE-MIT
 	vlicense LICENSE-APACHE
+	vcompletion completions/bash/code-minimap.bash bash
+	vcompletion completions/fish/code-minimap.fish fish
+	vcompletion completions/zsh/_code-minimap zsh
+
 }

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

* Re: [PR PATCH] [Updated] New package: code-minimap-0.6.4
  2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
                   ` (5 preceding siblings ...)
  2024-05-02  7:50 ` [PR PATCH] [Updated] " Eloitor
@ 2024-05-02  7:56 ` Eloitor
  2024-05-06 13:53 ` [PR PATCH] [Updated] New package: code-minimap-0.6.7 Eloitor
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-05-02  7:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages code-minimap
https://github.com/void-linux/void-packages/pull/48841

New package: code-minimap-0.6.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes https://github.com/void-linux/void-packages/issues/34926

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

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

From 2491a6160102bb112ee5fe62eb43d157be94478f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Tue, 20 Feb 2024 00:03:14 +0100
Subject: [PATCH] New package: code-minimap-0.6.7

---
 srcpkgs/code-minimap/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/code-minimap/template

diff --git a/srcpkgs/code-minimap/template b/srcpkgs/code-minimap/template
new file mode 100644
index 00000000000000..3df6ef7f4251b4
--- /dev/null
+++ b/srcpkgs/code-minimap/template
@@ -0,0 +1,20 @@
+# Template file for 'code-minimap'
+pkgname=code-minimap
+version=0.6.7
+revision=1
+build_style=cargo
+short_desc="High performance code minimap render"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/wfxr/code-minimap"
+distfiles="https://github.com/wfxr/code-minimap/archive/refs/tags/v${version}.tar.gz"
+checksum=9c16d269c83a628d38ce0e02f2759b5aa6d55d81d20f4f30383191d365e53b73
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+	vcompletion completions/bash/code-minimap.bash bash
+	vcompletion completions/fish/code-minimap.fish fish
+	vcompletion completions/zsh/_code-minimap zsh
+
+}

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

* Re: [PR PATCH] [Updated] New package: code-minimap-0.6.7
  2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
                   ` (6 preceding siblings ...)
  2024-05-02  7:56 ` Eloitor
@ 2024-05-06 13:53 ` Eloitor
  7 siblings, 0 replies; 9+ messages in thread
From: Eloitor @ 2024-05-06 13:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages code-minimap
https://github.com/void-linux/void-packages/pull/48841

New package: code-minimap-0.6.7
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes https://github.com/void-linux/void-packages/issues/34926

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

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

From ad0cddcc2e3702873683516342e3d294a1149f23 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Tue, 20 Feb 2024 00:03:14 +0100
Subject: [PATCH] New package: code-minimap-0.6.7

---
 srcpkgs/code-minimap/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/code-minimap/template

diff --git a/srcpkgs/code-minimap/template b/srcpkgs/code-minimap/template
new file mode 100644
index 00000000000000..58f0f75db40205
--- /dev/null
+++ b/srcpkgs/code-minimap/template
@@ -0,0 +1,19 @@
+# Template file for 'code-minimap'
+pkgname=code-minimap
+version=0.6.7
+revision=1
+build_style=cargo
+short_desc="High performance code minimap render"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/wfxr/code-minimap"
+distfiles="https://github.com/wfxr/code-minimap/archive/refs/tags/v${version}.tar.gz"
+checksum=9c16d269c83a628d38ce0e02f2759b5aa6d55d81d20f4f30383191d365e53b73
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+	vcompletion completions/bash/code-minimap.bash bash
+	vcompletion completions/fish/code-minimap.fish fish
+	vcompletion completions/zsh/_code-minimap zsh
+}

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

end of thread, other threads:[~2024-05-06 13:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-19 23:04 [PR PATCH] New package: code-minimap-0.6.4 Eloitor
2024-02-19 23:05 ` Eloitor
2024-02-19 23:06 ` Eloitor
2024-04-07  9:03 ` AnInternetTroll
2024-05-01 19:41 ` [PR REVIEW] " AnInternetTroll
2024-05-01 19:42 ` AnInternetTroll
2024-05-02  7:50 ` [PR PATCH] [Updated] " Eloitor
2024-05-02  7:56 ` Eloitor
2024-05-06 13:53 ` [PR PATCH] [Updated] New package: code-minimap-0.6.7 Eloitor

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