Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bat: update to 0.23.0
@ 2023-03-25 10:00 tranzystorek-io
  2023-03-25 10:53 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-03-27 22:48 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2023-03-25 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages bat
https://github.com/void-linux/void-packages/pull/43006

bat: update to 0.23.0
<!-- 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 [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/43006.patch is attached

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

From 1dcbf04fd52db2adafd9aeaa98aab416a2f607a5 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 25 Mar 2023 11:00:07 +0100
Subject: [PATCH] bat: update to 0.23.0

---
 srcpkgs/bat/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template
index 30640954cbd1..80b0f28b586e 100644
--- a/srcpkgs/bat/template
+++ b/srcpkgs/bat/template
@@ -1,7 +1,7 @@
 # Template file for 'bat'
 pkgname=bat
-version=0.22.1
-revision=2
+version=0.23.0
+revision=1
 build_style=cargo
 hostmakedepends="cmake llvm clang pkg-config"
 makedepends="libcurl-devel libgit2-devel libssh2-devel oniguruma-devel"
@@ -11,7 +11,7 @@ license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/bat"
 changelog="https://raw.githubusercontent.com/sharkdp/bat/master/CHANGELOG.md"
 distfiles="https://github.com/sharkdp/bat/archive/refs/tags/v${version}.tar.gz"
-checksum=25e45debf7c86794281d63a51564feefa96fdfdf575381e3adc5c06653ecaeca
+checksum=30b6256bea0143caebd08256e0a605280afbbc5eef7ce692f84621eb232a9b31
 
 # skip problematic doctests on i686
 case "$XBPS_TARGET_MACHINE" in
@@ -19,11 +19,6 @@ case "$XBPS_TARGET_MACHINE" in
 	*) ;;
 esac
 
-post_patch() {
-	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg@1.0.1 --precise 1.1.0
-}
-
 pre_build() {
 	export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
 	export CC_${RUST_BUILD//-/_}="${BUILD_CC}"

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

* Re: [PR PATCH] [Updated] bat: update to 0.23.0
  2023-03-25 10:00 [PR PATCH] bat: update to 0.23.0 tranzystorek-io
@ 2023-03-25 10:53 ` tranzystorek-io
  2023-03-27 22:48 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2023-03-25 10:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages bat
https://github.com/void-linux/void-packages/pull/43006

bat: update to 0.23.0
<!-- 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 [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/43006.patch is attached

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

From cb788609abcacb5839e07b719b885ba805cff33d Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 25 Mar 2023 11:00:07 +0100
Subject: [PATCH] bat: update to 0.23.0

---
 srcpkgs/bat/template | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template
index 30640954cbd1..c20fc0e09edd 100644
--- a/srcpkgs/bat/template
+++ b/srcpkgs/bat/template
@@ -1,7 +1,7 @@
 # Template file for 'bat'
 pkgname=bat
-version=0.22.1
-revision=2
+version=0.23.0
+revision=1
 build_style=cargo
 hostmakedepends="cmake llvm clang pkg-config"
 makedepends="libcurl-devel libgit2-devel libssh2-devel oniguruma-devel"
@@ -11,7 +11,7 @@ license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/bat"
 changelog="https://raw.githubusercontent.com/sharkdp/bat/master/CHANGELOG.md"
 distfiles="https://github.com/sharkdp/bat/archive/refs/tags/v${version}.tar.gz"
-checksum=25e45debf7c86794281d63a51564feefa96fdfdf575381e3adc5c06653ecaeca
+checksum=30b6256bea0143caebd08256e0a605280afbbc5eef7ce692f84621eb232a9b31
 
 # skip problematic doctests on i686
 case "$XBPS_TARGET_MACHINE" in
@@ -19,10 +19,7 @@ case "$XBPS_TARGET_MACHINE" in
 	*) ;;
 esac
 
-post_patch() {
-	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg@1.0.1 --precise 1.1.0
-}
+export RUSTONIG_SYSTEM_LIBONIG=1
 
 pre_build() {
 	export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"

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

* Re: [PR PATCH] [Merged]: bat: update to 0.23.0
  2023-03-25 10:00 [PR PATCH] bat: update to 0.23.0 tranzystorek-io
  2023-03-25 10:53 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-03-27 22:48 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-03-27 22:48 UTC (permalink / raw)
  To: ml

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

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

bat: update to 0.23.0
https://github.com/void-linux/void-packages/pull/43006

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 [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] 3+ messages in thread

end of thread, other threads:[~2023-03-27 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 10:00 [PR PATCH] bat: update to 0.23.0 tranzystorek-io
2023-03-25 10:53 ` [PR PATCH] [Updated] " tranzystorek-io
2023-03-27 22:48 ` [PR PATCH] [Merged]: " classabbyamp

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