Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alacritty: Missing dependency libXcursor and libXrandr #38391
@ 2022-07-31 16:43 kaistian
  2022-07-31 16:45 ` [PR PATCH] [Updated] " kaistian
  2022-08-01  1:21 ` [PR PATCH] [Merged]: alacritty: Missing dependency libXcursor and libXrandr sgn
  0 siblings, 2 replies; 3+ messages in thread
From: kaistian @ 2022-07-31 16:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages alacritty
https://github.com/void-linux/void-packages/pull/38395

alacritty: Missing dependency libXcursor and libXrandr #38391
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: Tested it with manually installing the two dependencies



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

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

From 27f59c8cde5cbda1cf696721eae87dc0218e62c9 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sun, 31 Jul 2022 18:39:40 +0200
Subject: [PATCH] alacritty: Missing dependency libXcursor and libXrandr #38391

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

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 94bf361be18d..354614c35545 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,12 +1,12 @@
 # Template file for 'alacritty'
 pkgname=alacritty
 version=0.10.1
-revision=1
+revision=2
 build_wrksrc="${pkgname}"
 build_style=cargo
 hostmakedepends="pkg-config python3"
 makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
-depends="libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
+depends="libXcursor libXrandr 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] 3+ messages in thread

* Re: [PR PATCH] [Updated] alacritty: Missing dependency libXcursor and libXrandr #38391
  2022-07-31 16:43 [PR PATCH] alacritty: Missing dependency libXcursor and libXrandr #38391 kaistian
@ 2022-07-31 16:45 ` kaistian
  2022-08-01  1:21 ` [PR PATCH] [Merged]: alacritty: Missing dependency libXcursor and libXrandr sgn
  1 sibling, 0 replies; 3+ messages in thread
From: kaistian @ 2022-07-31 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages alacritty
https://github.com/void-linux/void-packages/pull/38395

alacritty: Missing dependency libXcursor and libXrandr #38391
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: Tested it with manually installing the two dependencies



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

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

From 5a804e977a04c786a69841dec68348d4bf382df9 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Sun, 31 Jul 2022 18:39:40 +0200
Subject: [PATCH] alacritty: Missing dependency libXcursor and libXrandr

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

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 94bf361be18d..354614c35545 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,12 +1,12 @@
 # Template file for 'alacritty'
 pkgname=alacritty
 version=0.10.1
-revision=1
+revision=2
 build_wrksrc="${pkgname}"
 build_style=cargo
 hostmakedepends="pkg-config python3"
 makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
-depends="libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
+depends="libXcursor libXrandr 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] 3+ messages in thread

* Re: [PR PATCH] [Merged]: alacritty: Missing dependency libXcursor and libXrandr
  2022-07-31 16:43 [PR PATCH] alacritty: Missing dependency libXcursor and libXrandr #38391 kaistian
  2022-07-31 16:45 ` [PR PATCH] [Updated] " kaistian
@ 2022-08-01  1:21 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-08-01  1:21 UTC (permalink / raw)
  To: ml

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

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

alacritty: Missing dependency libXcursor and libXrandr
https://github.com/void-linux/void-packages/pull/38395

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

#### Testing the changes
- I tested the changes in this PR: Tested it with manually installing the two dependencies

Addresses issue #38391

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

end of thread, other threads:[~2022-08-01  1:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31 16:43 [PR PATCH] alacritty: Missing dependency libXcursor and libXrandr #38391 kaistian
2022-07-31 16:45 ` [PR PATCH] [Updated] " kaistian
2022-08-01  1:21 ` [PR PATCH] [Merged]: alacritty: Missing dependency libXcursor and libXrandr sgn

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