Package Details: alacritty-git 1:0.18.0.2481.g2f03c302-1

Git Clone URL: https://aur.archlinux.org/alacritty-git.git (read-only, click to copy)
Package Base: alacritty-git
Description: A cross-platform, GPU-accelerated terminal emulator
Upstream URL: https://github.com/alacritty/alacritty
Keywords: GPU rust terminal
Licenses: Apache
Conflicts: alacritty
Provides: alacritty
Submitter: quininer
Maintainer: ilovemikael
Last Packager: ilovemikael
Votes: 99
Popularity: 0.53
First Submitted: 2016-11-01 13:53 (UTC)
Last Updated: 2026-04-24 23:34 (UTC)

Required by (57)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

bepvte commented on 2018-09-28 16:39 (UTC)

Spent a long time fighting with this package to get it to build Disabling the "debug" switch in the pkgbuild prevents the DWARF debugging related errors. Remove all lto relating cflags and ldflags from your makepkg.conf

quininer commented on 2018-09-18 12:18 (UTC)

@samhh Please update your rust version.

<deleted-account> commented on 2018-09-18 11:52 (UTC)

Compilation fails for me:

Compiling font v0.1.0 (file:///home/user/.cache/aurman/alacritty-git/src/alacritty/font) error[E0658]: use of unstable library feature 'pointer_methods' (see issue #43941) --> font/src/ft/fc/font_set.rs:102:60 | 102 | let ptr = (self.font_set.as_ptr()).fonts.add(self.current); | ^^^

error: aborting due to previous error

error: Could not compile font. warning: build failed, waiting for other jobs to finish... error: build failed ==> ERROR: A failure occurred in package_alacritty-git(). Aborting... 2018-09-18 12:51:26,247 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/user/.cache/aurman/alacritty-git

maxbaz commented on 2018-08-31 23:16 (UTC)

FFY00 but this is a -git package, are you planning to rebuild it after every commit?

FFY00 commented on 2018-08-31 22:07 (UTC) (edited on 2018-08-31 22:07 (UTC) by FFY00)

Hey, I want to move this to [community]. Is that ok with you?

SuperIce97 commented on 2018-05-29 11:48 (UTC)

desktop-file-install is part of the desktop-file-utils package. Please add that to the makedepends.

j605 commented on 2018-05-29 09:18 (UTC) (edited on 2018-05-29 09:56 (UTC) by j605)

update-desktop-database hook already exists so no need to have a install file. Please remove it.

edit: realised you are not using the install file after reading the PKGBUILD, sorry for the noise :)

bemeurer commented on 2018-03-08 03:51 (UTC)

@kveldulf Alacritty support for Wayland is experimental, I'm assuming you're using Gnome on Wayland, and so you'll see weird behavior like that. IIRC running alacritty on XWayland helps mitigate the weirdness.

guardian commented on 2018-02-19 16:57 (UTC)

When trying to launch alacritty I was welcomed with "No backend available".

I fixed it by installing libxcursor so likely you want to add it as a dependency

kveldulf commented on 2018-02-05 13:49 (UTC)

Maybe I'm misunderstanding something, but I installed this and whenever I click the Alacritty icon in my favorites bar in GNOME it opens a new icon that says "Unknown" and the UI is pretty weird, and it doesn't have basic features like holding a key down won't repeatedly input the value. Am I missing something?