Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alacritty: update to 0.4.2.(fixes Missing libXi)
@ 2020-04-20 17:14 HadetTheUndying
  2020-04-20 20:48 ` travankor
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: HadetTheUndying @ 2020-04-20 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HadetTheUndying/void-packages alacritty
https://github.com/void-linux/void-packages/pull/21189

alacritty: update to 0.4.2.(fixes Missing libXi)
Addresses this Issue, which i have confirmed to be true.
https://github.com/void-linux/void-packages/issues/21158

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

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

From 63b02cac0352981b44cb44b0b0482de3cfe688cb Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Mon, 20 Apr 2020 12:10:33 -0500
Subject: [PATCH] alacritty: update to 0.4.2.

---
 srcpkgs/alacritty/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 65fb5690219..4889ef67d63 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,12 +1,12 @@
 # Template file for 'alacritty'
 pkgname=alacritty
 version=0.4.2
-revision=2
+revision=3
 build_wrksrc="${pkgname}"
 build_style=cargo
 hostmakedepends="pkg-config python3"
 makedepends="freetype-devel fontconfig-devel libxcb-devel"
-depends="libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
+depends="libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
 short_desc="Cross-platform, GPU-accelerated terminal emulator"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"

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

* Re: alacritty: update to 0.4.2.(fixes Missing libXi)
  2020-04-20 17:14 [PR PATCH] alacritty: update to 0.4.2.(fixes Missing libXi) HadetTheUndying
@ 2020-04-20 20:48 ` travankor
  2020-04-20 23:19 ` HadetTheUndying
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: travankor @ 2020-04-20 20:48 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/21189#issuecomment-616800680

Comment:
the commit message is wrong

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

* Re: alacritty: update to 0.4.2.(fixes Missing libXi)
  2020-04-20 17:14 [PR PATCH] alacritty: update to 0.4.2.(fixes Missing libXi) HadetTheUndying
  2020-04-20 20:48 ` travankor
@ 2020-04-20 23:19 ` HadetTheUndying
  2020-04-21  1:22 ` [PR PATCH] [Updated] alacritty: update to 0.4.2 HadetTheUndying
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: HadetTheUndying @ 2020-04-20 23:19 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/21189#issuecomment-616860472

Comment:
@travankor can you explain to me how to properly label a revision? I used xbump for the commit message. 

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

* Re: [PR PATCH] [Updated] alacritty: update to 0.4.2.
  2020-04-20 17:14 [PR PATCH] alacritty: update to 0.4.2.(fixes Missing libXi) HadetTheUndying
  2020-04-20 20:48 ` travankor
  2020-04-20 23:19 ` HadetTheUndying
@ 2020-04-21  1:22 ` HadetTheUndying
  2020-04-21  8:11 ` travankor
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: HadetTheUndying @ 2020-04-21  1:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HadetTheUndying/void-packages alacritty
https://github.com/void-linux/void-packages/pull/21189

alacritty: update to 0.4.2.
Addresses this Issue, which i have confirmed to be true.
https://github.com/void-linux/void-packages/issues/21158

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

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

From 48d082b645bb1b5dc51cf9724ba0c2115a7e0ab6 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Mon, 20 Apr 2020 12:10:33 -0500
Subject: [PATCH] alacritty: fix missing libXi dependency

---
 srcpkgs/alacritty/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 65fb5690219..4889ef67d63 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,12 +1,12 @@
 # Template file for 'alacritty'
 pkgname=alacritty
 version=0.4.2
-revision=2
+revision=3
 build_wrksrc="${pkgname}"
 build_style=cargo
 hostmakedepends="pkg-config python3"
 makedepends="freetype-devel fontconfig-devel libxcb-devel"
-depends="libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
+depends="libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
 short_desc="Cross-platform, GPU-accelerated terminal emulator"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"

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

* Re: alacritty: update to 0.4.2.
  2020-04-20 17:14 [PR PATCH] alacritty: update to 0.4.2.(fixes Missing libXi) HadetTheUndying
                   ` (2 preceding siblings ...)
  2020-04-21  1:22 ` [PR PATCH] [Updated] alacritty: update to 0.4.2 HadetTheUndying
@ 2020-04-21  8:11 ` travankor
  2020-04-21 16:51 ` alacritty: fix missing libXi dependency HadetTheUndying
  2020-04-21 19:59 ` [PR PATCH] [Merged]: " jnbr
  5 siblings, 0 replies; 7+ messages in thread
From: travankor @ 2020-04-21  8:11 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/21189#issuecomment-617025495

Comment:
seems like you figured it out, but xbump is not for fixup commits

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

* Re: alacritty: fix missing libXi dependency
  2020-04-20 17:14 [PR PATCH] alacritty: update to 0.4.2.(fixes Missing libXi) HadetTheUndying
                   ` (3 preceding siblings ...)
  2020-04-21  8:11 ` travankor
@ 2020-04-21 16:51 ` HadetTheUndying
  2020-04-21 19:59 ` [PR PATCH] [Merged]: " jnbr
  5 siblings, 0 replies; 7+ messages in thread
From: HadetTheUndying @ 2020-04-21 16:51 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/21189#issuecomment-617279752

Comment:
Yeah pretty sure the message is clear now. My bad

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

* Re: [PR PATCH] [Merged]: alacritty: fix missing libXi dependency
  2020-04-20 17:14 [PR PATCH] alacritty: update to 0.4.2.(fixes Missing libXi) HadetTheUndying
                   ` (4 preceding siblings ...)
  2020-04-21 16:51 ` alacritty: fix missing libXi dependency HadetTheUndying
@ 2020-04-21 19:59 ` jnbr
  5 siblings, 0 replies; 7+ messages in thread
From: jnbr @ 2020-04-21 19:59 UTC (permalink / raw)
  To: ml

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

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

alacritty: fix missing libXi dependency
https://github.com/void-linux/void-packages/pull/21189

Description:
Addresses this Issue, which i have confirmed to be true.
https://github.com/void-linux/void-packages/issues/21158

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

end of thread, other threads:[~2020-04-21 19:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 17:14 [PR PATCH] alacritty: update to 0.4.2.(fixes Missing libXi) HadetTheUndying
2020-04-20 20:48 ` travankor
2020-04-20 23:19 ` HadetTheUndying
2020-04-21  1:22 ` [PR PATCH] [Updated] alacritty: update to 0.4.2 HadetTheUndying
2020-04-21  8:11 ` travankor
2020-04-21 16:51 ` alacritty: fix missing libXi dependency HadetTheUndying
2020-04-21 19:59 ` [PR PATCH] [Merged]: " jnbr

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