Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] starship: update to 0.55.0
@ 2021-07-05  1:39 cinerea0
  2021-07-05  2:12 ` [PR PATCH] [Updated] " cinerea0
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  1:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages star
https://github.com/void-linux/void-packages/pull/31812

starship: update to 0.55.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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/31812.patch is attached

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

From aacacba22fd24644e44b525b3b52e0419536ce48 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 4 Jul 2021 21:38:57 -0400
Subject: [PATCH] starship: update to 0.55.0

---
 srcpkgs/starship/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index f7e0d45bd71b..1225510988fa 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,18 +1,19 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.51.0
+version=0.55.0
 revision=1
 build_style=cargo
 build_helper=qemu
-hostmakedepends="pkg-config libgit2-devel"
-makedepends="openssl-devel libgit2-devel"
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel openssl-devel"
+depends="git"
 checkdepends="git fish-shell"
 short_desc="Minimal, fast and customizable cross-shell prompt"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://starship.rs"
-distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=87a9e2ad206a7397e52e00a0a650d364ca2ea941cb9fbe75704d56a43f11cef9
+distfiles="https://github.com/starship/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=34d63db5d34d6150cd62a5fa1333ab8922b7381ffb15ca8e6e2d5b4f9b79c4d5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR PATCH] [Updated] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
@ 2021-07-05  2:12 ` cinerea0
  2021-07-05  2:59 ` cinerea0
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  2:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages star
https://github.com/void-linux/void-packages/pull/31812

starship: update to 0.55.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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/31812.patch is attached

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

From d06f9c7993b6a694f69f67504fb990c75c4f4cf3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 4 Jul 2021 22:11:51 -0400
Subject: [PATCH] starship: update to 0.55.0

---
 srcpkgs/starship/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index f7e0d45bd71b..2261a01f081d 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,18 +1,19 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.51.0
+version=0.55.0
 revision=1
 build_style=cargo
 build_helper=qemu
-hostmakedepends="pkg-config libgit2-devel"
-makedepends="openssl-devel libgit2-devel"
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel openssl-devel zlib-devel"
+depends="git"
 checkdepends="git fish-shell"
 short_desc="Minimal, fast and customizable cross-shell prompt"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://starship.rs"
-distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=87a9e2ad206a7397e52e00a0a650d364ca2ea941cb9fbe75704d56a43f11cef9
+distfiles="https://github.com/starship/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=34d63db5d34d6150cd62a5fa1333ab8922b7381ffb15ca8e6e2d5b4f9b79c4d5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR PATCH] [Updated] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
  2021-07-05  2:12 ` [PR PATCH] [Updated] " cinerea0
@ 2021-07-05  2:59 ` cinerea0
  2021-07-05  3:21 ` cinerea0
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  2:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages star
https://github.com/void-linux/void-packages/pull/31812

starship: update to 0.55.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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/31812.patch is attached

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

From c81a05c3d7f451cdb3a1952a253ab53e91356689 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 4 Jul 2021 22:58:42 -0400
Subject: [PATCH] starship: update to 0.55.0

---
 srcpkgs/starship/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index f7e0d45bd71b..5bb91bd7deeb 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,18 +1,19 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.51.0
+version=0.55.0
 revision=1
 build_style=cargo
 build_helper=qemu
-hostmakedepends="pkg-config libgit2-devel"
-makedepends="openssl-devel libgit2-devel"
+hostmakedepends="libgit2-devel pkg-config"
+makedepends="libgit2-devel openssl-devel"
+depends="git"
 checkdepends="git fish-shell"
 short_desc="Minimal, fast and customizable cross-shell prompt"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://starship.rs"
-distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=87a9e2ad206a7397e52e00a0a650d364ca2ea941cb9fbe75704d56a43f11cef9
+distfiles="https://github.com/starship/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=34d63db5d34d6150cd62a5fa1333ab8922b7381ffb15ca8e6e2d5b4f9b79c4d5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR PATCH] [Updated] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
  2021-07-05  2:12 ` [PR PATCH] [Updated] " cinerea0
  2021-07-05  2:59 ` cinerea0
@ 2021-07-05  3:21 ` cinerea0
  2021-07-05  3:21 ` [PR PATCH] [Closed]: " cinerea0
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  3:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages star
https://github.com/void-linux/void-packages/pull/31812

starship: update to 0.55.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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/31812.patch is attached

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



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

* Re: [PR PATCH] [Closed]: starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (2 preceding siblings ...)
  2021-07-05  3:21 ` cinerea0
@ 2021-07-05  3:21 ` cinerea0
  2021-07-05  3:25 ` [PR PATCH] [Updated] " cinerea0
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  3:21 UTC (permalink / raw)
  To: ml

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

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

starship: update to 0.55.0
https://github.com/void-linux/void-packages/pull/31812

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

#### General
- [ ] 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] 14+ messages in thread

* Re: [PR PATCH] [Updated] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (3 preceding siblings ...)
  2021-07-05  3:21 ` [PR PATCH] [Closed]: " cinerea0
@ 2021-07-05  3:25 ` cinerea0
  2021-07-05  3:48 ` cinerea0
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  3:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages star
https://github.com/void-linux/void-packages/pull/31812

starship: update to 0.55.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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/31812.patch is attached

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

From 8d6381b1218c745737538fde1e4d0da79d6542ae Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 4 Jul 2021 23:24:44 -0400
Subject: [PATCH] starship: update to 0.55.0

---
 srcpkgs/starship/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index f7e0d45bd71b..c65f0e329d62 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,18 +1,19 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.51.0
+version=0.55.0
 revision=1
 build_style=cargo
 build_helper=qemu
-hostmakedepends="pkg-config libgit2-devel"
-makedepends="openssl-devel libgit2-devel"
+hostmakedepends="libgit2-devel pkg-config"
+makedepends="libgit2-devel openssl-devel"
+depends="git"
 checkdepends="git fish-shell"
 short_desc="Minimal, fast and customizable cross-shell prompt"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://starship.rs"
-distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=87a9e2ad206a7397e52e00a0a650d364ca2ea941cb9fbe75704d56a43f11cef9
+distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
+checksum=34d63db5d34d6150cd62a5fa1333ab8922b7381ffb15ca8e6e2d5b4f9b79c4d5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR PATCH] [Updated] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (4 preceding siblings ...)
  2021-07-05  3:25 ` [PR PATCH] [Updated] " cinerea0
@ 2021-07-05  3:48 ` cinerea0
  2021-07-05  4:09 ` [PR REVIEW] " ericonr
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  3:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages star
https://github.com/void-linux/void-packages/pull/31812

starship: update to 0.55.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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/31812.patch is attached

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

From 11e2947b92e551b03941584fbc1143b84ea4c898 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 4 Jul 2021 23:47:54 -0400
Subject: [PATCH] starship: update to 0.55.0

---
 srcpkgs/starship/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template
index f7e0d45bd71b..c65f0e329d62 100644
--- a/srcpkgs/starship/template
+++ b/srcpkgs/starship/template
@@ -1,18 +1,19 @@
 # Template file for 'starship'
 pkgname=starship
-version=0.51.0
+version=0.55.0
 revision=1
 build_style=cargo
 build_helper=qemu
-hostmakedepends="pkg-config libgit2-devel"
-makedepends="openssl-devel libgit2-devel"
+hostmakedepends="libgit2-devel pkg-config"
+makedepends="libgit2-devel openssl-devel"
+depends="git"
 checkdepends="git fish-shell"
 short_desc="Minimal, fast and customizable cross-shell prompt"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="ISC"
 homepage="https://starship.rs"
-distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
-checksum=87a9e2ad206a7397e52e00a0a650d364ca2ea941cb9fbe75704d56a43f11cef9
+distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz"
+checksum=34d63db5d34d6150cd62a5fa1333ab8922b7381ffb15ca8e6e2d5b4f9b79c4d5
 
 post_build() {
 	STARSHIP="target/${RUST_TARGET}/release/starship"

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

* Re: [PR REVIEW] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (6 preceding siblings ...)
  2021-07-05  4:09 ` [PR REVIEW] " ericonr
@ 2021-07-05  4:09 ` ericonr
  2021-07-05  4:16 ` cinerea0
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-07-05  4:09 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31812#discussion_r663625352

Comment:
Ugh, they now depend on both `libgit2` *and* the git command line?

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

* Re: [PR REVIEW] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (5 preceding siblings ...)
  2021-07-05  3:48 ` cinerea0
@ 2021-07-05  4:09 ` ericonr
  2021-07-05  4:09 ` ericonr
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-07-05  4:09 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31812#discussion_r663625529

Comment:
Have you asked @AluisioASG about it? Seems unactive since Jun 2020, but who knows :p 

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

* Re: [PR REVIEW] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (7 preceding siblings ...)
  2021-07-05  4:09 ` ericonr
@ 2021-07-05  4:16 ` cinerea0
  2021-07-05  4:17 ` cinerea0
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  4:16 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31812#discussion_r663627181

Comment:
Unfortunately yes. The git cli is required for their rewritten git module, but for some reason libgit2 is still listed as a requirement in their `cargo.toml` file. I tried building without `libgit2`; it doesn't work.

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

* Re: [PR REVIEW] starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (8 preceding siblings ...)
  2021-07-05  4:16 ` cinerea0
@ 2021-07-05  4:17 ` cinerea0
  2021-07-05 18:52 ` FollieHiyuki
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05  4:17 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31812#discussion_r663627456

Comment:
I believe they now use NixOS, but you're right that it couldn't hurt to ask. @AluisioASG: Would it be alright if I took maintainership of this package?

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

* Re: starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (9 preceding siblings ...)
  2021-07-05  4:17 ` cinerea0
@ 2021-07-05 18:52 ` FollieHiyuki
  2021-07-05 21:18 ` cinerea0
  2021-07-07 20:22 ` [PR PATCH] [Merged]: " ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: FollieHiyuki @ 2021-07-05 18:52 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/31812#issuecomment-874280790

Comment:
With the nu shell support merged, a new release probably will come in the next few days.
We can hold the PR until then.

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

* Re: starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (10 preceding siblings ...)
  2021-07-05 18:52 ` FollieHiyuki
@ 2021-07-05 21:18 ` cinerea0
  2021-07-07 20:22 ` [PR PATCH] [Merged]: " ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: cinerea0 @ 2021-07-05 21:18 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31812#issuecomment-874333183

Comment:
@FollieHiyuki I received the following answer when asking about the next release in the starship Discord:
![starship](https://user-images.githubusercontent.com/49368915/124518486-0580d080-ddd6-11eb-8808-a040872ec122.png)
I'll leave it up to the maintainers if they think this PR should wait for a week or not.

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

* Re: [PR PATCH] [Merged]: starship: update to 0.55.0
  2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
                   ` (11 preceding siblings ...)
  2021-07-05 21:18 ` cinerea0
@ 2021-07-07 20:22 ` ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-07-07 20:22 UTC (permalink / raw)
  To: ml

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

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

starship: update to 0.55.0
https://github.com/void-linux/void-packages/pull/31812

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

#### General
- [ ] 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] 14+ messages in thread

end of thread, other threads:[~2021-07-07 20:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05  1:39 [PR PATCH] starship: update to 0.55.0 cinerea0
2021-07-05  2:12 ` [PR PATCH] [Updated] " cinerea0
2021-07-05  2:59 ` cinerea0
2021-07-05  3:21 ` cinerea0
2021-07-05  3:21 ` [PR PATCH] [Closed]: " cinerea0
2021-07-05  3:25 ` [PR PATCH] [Updated] " cinerea0
2021-07-05  3:48 ` cinerea0
2021-07-05  4:09 ` [PR REVIEW] " ericonr
2021-07-05  4:09 ` ericonr
2021-07-05  4:16 ` cinerea0
2021-07-05  4:17 ` cinerea0
2021-07-05 18:52 ` FollieHiyuki
2021-07-05 21:18 ` cinerea0
2021-07-07 20:22 ` [PR PATCH] [Merged]: " ericonr

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