Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alacritty: update to 0.11.0
@ 2022-10-13  5:33 tranzystorek-io
  2022-10-13  5:33 ` tranzystorek-io
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-10-13  5:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages alacritty
https://github.com/void-linux/void-packages/pull/39926

alacritty: update to 0.11.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/39926.patch is attached

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

From aec03f6f56f5045e07faaffe8aa355da93410888 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 13 Oct 2022 07:32:25 +0200
Subject: [PATCH] alacritty: update to 0.11.0

---
 srcpkgs/alacritty/template | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 9e6180a05a6d..3dc07a10d51b 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,9 +1,9 @@
 # Template file for 'alacritty'
 pkgname=alacritty
-version=0.10.1
-revision=2
-build_wrksrc="${pkgname}"
+version=0.11.0
+revision=1
 build_style=cargo
+make_install_args="--path alacritty"
 hostmakedepends="pkg-config python3"
 makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
 depends="libXcursor libXrandr libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
@@ -12,13 +12,8 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/alacritty/alacritty"
 changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=e48d4b10762c2707bb17fd8f89bd98f0dcccc450d223cade706fdd9cfaefb308
-
-post_patch() {
-	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg:1.0.1 --precise 1.1.0
-}
+distfiles="https://github.com/alacritty/alacritty/archive/refs/tags/v${version}.tar.gz"
+checksum=0fb3370c662f5b87d1b9a487aef999195212b192e08f6f68a572fed8fd637e07
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;
@@ -26,14 +21,15 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 post_install() {
-	vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications
-	vinstall ../extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg
-	vinstall ../extra/completions/alacritty.bash 644 usr/share/bash-completion/completions alacritty
-	vinstall ../extra/completions/_alacritty 644 usr/share/zsh/site-functions
-	vinstall ../extra/completions/alacritty.fish 644 usr/share/fish/vendor_completions.d
-	tic -o ${DESTDIR}/usr/share/terminfo -xe alacritty,alacritty-direct ../extra/alacritty.info
-	vman ../extra/alacritty.man alacritty.1
-	vsconf ../alacritty.yml
+	vcompletion extra/completions/alacritty.bash bash
+	vcompletion extra/completions/alacritty.fish fish
+	vcompletion extra/completions/_alacritty zsh
+	vinstall extra/linux/Alacritty.desktop 644 usr/share/applications
+	vinstall extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg
+	vman extra/alacritty.man alacritty.1
+	vsconf alacritty.yml
+
+	tic -o ${DESTDIR}/usr/share/terminfo -xe alacritty,alacritty-direct extra/alacritty.info
 }
 
 alacritty-terminfo_package() {

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

* Re: alacritty: update to 0.11.0
  2022-10-13  5:33 [PR PATCH] alacritty: update to 0.11.0 tranzystorek-io
@ 2022-10-13  5:33 ` tranzystorek-io
  2022-10-13  5:58 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-10-13  5:33 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/39926#issuecomment-1277052414

Comment:
Ping @thypon 

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

* Re: [PR PATCH] [Updated] alacritty: update to 0.11.0
  2022-10-13  5:33 [PR PATCH] alacritty: update to 0.11.0 tranzystorek-io
  2022-10-13  5:33 ` tranzystorek-io
@ 2022-10-13  5:58 ` tranzystorek-io
  2022-10-13  7:10 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-10-13  5:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages alacritty
https://github.com/void-linux/void-packages/pull/39926

alacritty: update to 0.11.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/39926.patch is attached

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

From 3c355fa94cad126cc546eec27023fd158e596ca8 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 13 Oct 2022 07:32:25 +0200
Subject: [PATCH] alacritty: update to 0.11.0

---
 srcpkgs/alacritty/template | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 9e6180a05a6d..ed736d192497 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,9 +1,9 @@
 # Template file for 'alacritty'
 pkgname=alacritty
-version=0.10.1
-revision=2
-build_wrksrc="${pkgname}"
+version=0.11.0
+revision=1
 build_style=cargo
+make_install_args="--path alacritty"
 hostmakedepends="pkg-config python3"
 makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
 depends="libXcursor libXrandr libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
@@ -12,28 +12,26 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/alacritty/alacritty"
 changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=e48d4b10762c2707bb17fd8f89bd98f0dcccc450d223cade706fdd9cfaefb308
-
-post_patch() {
-	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg:1.0.1 --precise 1.1.0
-}
+distfiles="https://github.com/alacritty/alacritty/archive/refs/tags/v${version}.tar.gz"
+checksum=0fb3370c662f5b87d1b9a487aef999195212b192e08f6f68a572fed8fd637e07
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;
 	ppc*) broken="ftbfs: thread 'main' panicked at 'slice index starts at 4289555962 but ends at 114', /builddir/rustc-1.46.0-src/src/libstd/io/mod.rs:396:27";;
+	# disable doctests on i686
+	i686) make_check_args="--tests";;
 esac
 
 post_install() {
-	vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications
-	vinstall ../extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg
-	vinstall ../extra/completions/alacritty.bash 644 usr/share/bash-completion/completions alacritty
-	vinstall ../extra/completions/_alacritty 644 usr/share/zsh/site-functions
-	vinstall ../extra/completions/alacritty.fish 644 usr/share/fish/vendor_completions.d
-	tic -o ${DESTDIR}/usr/share/terminfo -xe alacritty,alacritty-direct ../extra/alacritty.info
-	vman ../extra/alacritty.man alacritty.1
-	vsconf ../alacritty.yml
+	vcompletion extra/completions/alacritty.bash bash
+	vcompletion extra/completions/alacritty.fish fish
+	vcompletion extra/completions/_alacritty zsh
+	vinstall extra/linux/Alacritty.desktop 644 usr/share/applications
+	vinstall extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg
+	vman extra/alacritty.man alacritty.1
+	vsconf alacritty.yml
+
+	tic -o ${DESTDIR}/usr/share/terminfo -xe alacritty,alacritty-direct extra/alacritty.info
 }
 
 alacritty-terminfo_package() {

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

* Re: [PR REVIEW] alacritty: update to 0.11.0
  2022-10-13  5:33 [PR PATCH] alacritty: update to 0.11.0 tranzystorek-io
  2022-10-13  5:33 ` tranzystorek-io
  2022-10-13  5:58 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-10-13  7:10 ` classabbyamp
  2022-10-13  7:49 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-10-13  8:08 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-13  7:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39926#discussion_r994241870

Comment:
this can probably go in /usr/share/icons/hicolor/scalable/apps/

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

* Re: [PR PATCH] [Updated] alacritty: update to 0.11.0
  2022-10-13  5:33 [PR PATCH] alacritty: update to 0.11.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-10-13  7:10 ` [PR REVIEW] " classabbyamp
@ 2022-10-13  7:49 ` tranzystorek-io
  2022-10-13  8:08 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2022-10-13  7:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages alacritty
https://github.com/void-linux/void-packages/pull/39926

alacritty: update to 0.11.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/39926.patch is attached

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

From b99cc8234b1253d1a5c6181dbbca34ba28c47893 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 13 Oct 2022 07:32:25 +0200
Subject: [PATCH] alacritty: update to 0.11.0

---
 srcpkgs/alacritty/template | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 9e6180a05a6d..57873e263b55 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,9 +1,9 @@
 # Template file for 'alacritty'
 pkgname=alacritty
-version=0.10.1
-revision=2
-build_wrksrc="${pkgname}"
+version=0.11.0
+revision=1
 build_style=cargo
+make_install_args="--path alacritty"
 hostmakedepends="pkg-config python3"
 makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
 depends="libXcursor libXrandr libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
@@ -12,28 +12,26 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://github.com/alacritty/alacritty"
 changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=e48d4b10762c2707bb17fd8f89bd98f0dcccc450d223cade706fdd9cfaefb308
-
-post_patch() {
-	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg:1.0.1 --precise 1.1.0
-}
+distfiles="https://github.com/alacritty/alacritty/archive/refs/tags/v${version}.tar.gz"
+checksum=0fb3370c662f5b87d1b9a487aef999195212b192e08f6f68a572fed8fd637e07
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;
 	ppc*) broken="ftbfs: thread 'main' panicked at 'slice index starts at 4289555962 but ends at 114', /builddir/rustc-1.46.0-src/src/libstd/io/mod.rs:396:27";;
+	# disable doctests on i686
+	i686) make_check_args="--tests";;
 esac
 
 post_install() {
-	vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications
-	vinstall ../extra/logo/alacritty-term.svg 644 usr/share/pixmaps Alacritty.svg
-	vinstall ../extra/completions/alacritty.bash 644 usr/share/bash-completion/completions alacritty
-	vinstall ../extra/completions/_alacritty 644 usr/share/zsh/site-functions
-	vinstall ../extra/completions/alacritty.fish 644 usr/share/fish/vendor_completions.d
-	tic -o ${DESTDIR}/usr/share/terminfo -xe alacritty,alacritty-direct ../extra/alacritty.info
-	vman ../extra/alacritty.man alacritty.1
-	vsconf ../alacritty.yml
+	vcompletion extra/completions/alacritty.bash bash
+	vcompletion extra/completions/alacritty.fish fish
+	vcompletion extra/completions/_alacritty zsh
+	vinstall extra/linux/Alacritty.desktop 644 usr/share/applications
+	vinstall extra/logo/alacritty-term.svg 644 usr/share/icons/hicolor/scalable/apps Alacritty.svg
+	vman extra/alacritty.man alacritty.1
+	vsconf alacritty.yml
+
+	tic -o ${DESTDIR}/usr/share/terminfo -xe alacritty,alacritty-direct extra/alacritty.info
 }
 
 alacritty-terminfo_package() {

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

* Re: [PR PATCH] [Merged]: alacritty: update to 0.11.0
  2022-10-13  5:33 [PR PATCH] alacritty: update to 0.11.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-10-13  7:49 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-10-13  8:08 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-13  8:08 UTC (permalink / raw)
  To: ml

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

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

alacritty: update to 0.11.0
https://github.com/void-linux/void-packages/pull/39926

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

end of thread, other threads:[~2022-10-13  8:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13  5:33 [PR PATCH] alacritty: update to 0.11.0 tranzystorek-io
2022-10-13  5:33 ` tranzystorek-io
2022-10-13  5:58 ` [PR PATCH] [Updated] " tranzystorek-io
2022-10-13  7:10 ` [PR REVIEW] " classabbyamp
2022-10-13  7:49 ` [PR PATCH] [Updated] " tranzystorek-io
2022-10-13  8:08 ` [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).