Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vivid: update to 0.9.0
@ 2023-03-15 12:55 tranzystorek-io
  2023-03-15 14:38 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-03-15 12:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages vivid
https://github.com/void-linux/void-packages/pull/42783

vivid: update to 0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42783.patch is attached

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

From 1f345bcfe40133bc6b0ef6834ee3129d43b2ae7b Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 15 Mar 2023 13:54:55 +0100
Subject: [PATCH] vivid: update to 0.9.0

---
 srcpkgs/vivid/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vivid/template b/srcpkgs/vivid/template
index 94faf234338c..4c210c30099c 100644
--- a/srcpkgs/vivid/template
+++ b/srcpkgs/vivid/template
@@ -1,6 +1,6 @@
 # Template file for 'vivid'
 pkgname=vivid
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 short_desc="LS_COLORS with support for multiple color themes"
@@ -8,13 +8,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/vivid"
 distfiles="https://github.com/sharkdp/vivid/archive/v${version}.tar.gz"
-checksum=e58e0936db25c81ff257775463f1d422d97c706aec2d0134e39b62151ded23cb
+checksum=325f16df916e4192d56d589839be474801ffd3d6a105f4a1a033221570ff6b56
 
 post_install() {
 	vlicense LICENSE-MIT
 
 	# Sample configuration file + sample themes
 	vsconf config/filetypes.yml
-	vmkdir usr/share/examples/${pkgname}/themes
-	vcopy themes/*.yml usr/share/examples/${pkgname}/themes
+	vmkdir usr/share/examples/vivid/themes
+	vcopy themes/*.yml usr/share/examples/vivid/themes
 }

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

* Re: [PR PATCH] [Updated] vivid: update to 0.9.0
  2023-03-15 12:55 [PR PATCH] vivid: update to 0.9.0 tranzystorek-io
@ 2023-03-15 14:38 ` tranzystorek-io
  2023-03-15 14:48 ` tranzystorek-io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-03-15 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages vivid
https://github.com/void-linux/void-packages/pull/42783

vivid: update to 0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42783.patch is attached

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

From 31f813731f7177222fc1d413c07d08ebdff7370f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 15 Mar 2023 13:54:55 +0100
Subject: [PATCH] vivid: update to 0.9.0

---
 srcpkgs/vivid/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vivid/template b/srcpkgs/vivid/template
index 94faf234338c..fbf66f73422f 100644
--- a/srcpkgs/vivid/template
+++ b/srcpkgs/vivid/template
@@ -1,20 +1,21 @@
 # Template file for 'vivid'
 pkgname=vivid
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 short_desc="LS_COLORS with support for multiple color themes"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/vivid"
-distfiles="https://github.com/sharkdp/vivid/archive/v${version}.tar.gz"
-checksum=e58e0936db25c81ff257775463f1d422d97c706aec2d0134e39b62151ded23cb
+changelog="https://raw.githubusercontent.com/sharkdp/vivid/master/CHANGELOG.md"
+distfiles="https://github.com/sharkdp/vivid/archive/refs/tags/v${version}.tar.gz"
+checksum=325f16df916e4192d56d589839be474801ffd3d6a105f4a1a033221570ff6b56
 
 post_install() {
 	vlicense LICENSE-MIT
 
 	# Sample configuration file + sample themes
 	vsconf config/filetypes.yml
-	vmkdir usr/share/examples/${pkgname}/themes
-	vcopy themes/*.yml usr/share/examples/${pkgname}/themes
+	vmkdir usr/share/examples/vivid/themes
+	vcopy themes/*.yml usr/share/examples/vivid/themes
 }

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

* Re: [PR PATCH] [Updated] vivid: update to 0.9.0
  2023-03-15 12:55 [PR PATCH] vivid: update to 0.9.0 tranzystorek-io
  2023-03-15 14:38 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-03-15 14:48 ` tranzystorek-io
  2023-03-15 18:07 ` tranzystorek-io
  2023-03-21  8:31 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-03-15 14:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages vivid
https://github.com/void-linux/void-packages/pull/42783

vivid: update to 0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42783.patch is attached

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

From acbc91e9324f16c8eaa63faaaae1685c6eced1ad Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 15 Mar 2023 13:54:55 +0100
Subject: [PATCH] vivid: update to 0.9.0

---
 srcpkgs/vivid/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vivid/template b/srcpkgs/vivid/template
index 94faf234338c..fbf66f73422f 100644
--- a/srcpkgs/vivid/template
+++ b/srcpkgs/vivid/template
@@ -1,20 +1,21 @@
 # Template file for 'vivid'
 pkgname=vivid
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 short_desc="LS_COLORS with support for multiple color themes"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/vivid"
-distfiles="https://github.com/sharkdp/vivid/archive/v${version}.tar.gz"
-checksum=e58e0936db25c81ff257775463f1d422d97c706aec2d0134e39b62151ded23cb
+changelog="https://raw.githubusercontent.com/sharkdp/vivid/master/CHANGELOG.md"
+distfiles="https://github.com/sharkdp/vivid/archive/refs/tags/v${version}.tar.gz"
+checksum=325f16df916e4192d56d589839be474801ffd3d6a105f4a1a033221570ff6b56
 
 post_install() {
 	vlicense LICENSE-MIT
 
 	# Sample configuration file + sample themes
 	vsconf config/filetypes.yml
-	vmkdir usr/share/examples/${pkgname}/themes
-	vcopy themes/*.yml usr/share/examples/${pkgname}/themes
+	vmkdir usr/share/examples/vivid/themes
+	vcopy themes/*.yml usr/share/examples/vivid/themes
 }

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

* Re: [PR PATCH] [Updated] vivid: update to 0.9.0
  2023-03-15 12:55 [PR PATCH] vivid: update to 0.9.0 tranzystorek-io
  2023-03-15 14:38 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-03-15 14:48 ` tranzystorek-io
@ 2023-03-15 18:07 ` tranzystorek-io
  2023-03-21  8:31 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-03-15 18:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages vivid
https://github.com/void-linux/void-packages/pull/42783

vivid: update to 0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/42783.patch is attached

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

From 361311153a36b451080b253ed570cda27f26b135 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 15 Mar 2023 13:54:55 +0100
Subject: [PATCH] vivid: update to 0.9.0

---
 srcpkgs/vivid/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vivid/template b/srcpkgs/vivid/template
index 94faf234338c..fbf66f73422f 100644
--- a/srcpkgs/vivid/template
+++ b/srcpkgs/vivid/template
@@ -1,20 +1,21 @@
 # Template file for 'vivid'
 pkgname=vivid
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 short_desc="LS_COLORS with support for multiple color themes"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/vivid"
-distfiles="https://github.com/sharkdp/vivid/archive/v${version}.tar.gz"
-checksum=e58e0936db25c81ff257775463f1d422d97c706aec2d0134e39b62151ded23cb
+changelog="https://raw.githubusercontent.com/sharkdp/vivid/master/CHANGELOG.md"
+distfiles="https://github.com/sharkdp/vivid/archive/refs/tags/v${version}.tar.gz"
+checksum=325f16df916e4192d56d589839be474801ffd3d6a105f4a1a033221570ff6b56
 
 post_install() {
 	vlicense LICENSE-MIT
 
 	# Sample configuration file + sample themes
 	vsconf config/filetypes.yml
-	vmkdir usr/share/examples/${pkgname}/themes
-	vcopy themes/*.yml usr/share/examples/${pkgname}/themes
+	vmkdir usr/share/examples/vivid/themes
+	vcopy themes/*.yml usr/share/examples/vivid/themes
 }

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

* Re: [PR PATCH] [Merged]: vivid: update to 0.9.0
  2023-03-15 12:55 [PR PATCH] vivid: update to 0.9.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-03-15 18:07 ` tranzystorek-io
@ 2023-03-21  8:31 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-21  8:31 UTC (permalink / raw)
  To: ml

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

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

vivid: update to 0.9.0
https://github.com/void-linux/void-packages/pull/42783

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 5+ messages in thread

end of thread, other threads:[~2023-03-21  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 12:55 [PR PATCH] vivid: update to 0.9.0 tranzystorek-io
2023-03-15 14:38 ` [PR PATCH] [Updated] " tranzystorek-io
2023-03-15 14:48 ` tranzystorek-io
2023-03-15 18:07 ` tranzystorek-io
2023-03-21  8:31 ` [PR PATCH] [Merged]: " paper42

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