Search Criteria
Package Details: alacritty-git 1:0.14.0.2261.g2786683e-1
Package Actions
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: | quininer |
Last Packager: | quininer |
Votes: | 99 |
Popularity: | 0.038442 |
First Submitted: | 2016-11-01 13:53 (UTC) |
Last Updated: | 2023-12-31 03:41 (UTC) |
Dependencies (18)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libxcursor
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- gdb (gdb-gitAUR, gdb-debug-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, busybox-coreutilsAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR) (make)
- ncurses (ncurses-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
- scdoc (scdoc-gitAUR) (make)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR) (check)
Required by (25)
- alacritty-theme-git (requires alacritty)
- alacritty-theme-switcher (requires alacritty) (optional)
- alacritty-xwayland (requires alacritty)
- archlinux-tweak-tool-git (requires alacritty) (optional)
- arcolinux-app-glade-git (requires alacritty)
- dbus-term-launcher (requires alacritty) (optional)
- dracula-alacritty-git (requires alacritty) (optional)
- embark-alacritty-git (requires alacritty) (optional)
- glrnvim (requires alacritty) (optional)
- niri-git (requires alacritty) (optional)
- pycritty (requires alacritty)
- rose-pine-alacritty-git (requires alacritty) (optional)
- starwm-git (requires alacritty)
- sway-force-ssd-git (requires alacritty) (optional)
- sway-git-wlroots-git (requires alacritty) (optional)
- sway-inhibit-fullscreen-git (requires alacritty) (optional)
- sway-no-titlebars-git (requires alacritty) (optional)
- sway-titlebar-positioning-git (requires alacritty) (optional)
- swayfx (requires alacritty) (optional)
- swayfx-i3-style-fullscreen-2-git (requires alacritty) (optional)
- swayfx-i3-style-fullscreen-git (requires alacritty) (optional)
- tempus-themes-alacritty-git (requires alacritty)
- wayfire-desktop-git (requires alacritty) (optional)
- wio-wl (requires alacritty)
- xterm-alacritty-symlink (requires alacritty)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »
jhenson commented on 2020-01-27 22:08 (UTC) (edited on 2020-01-27 22:08 (UTC) by jhenson)
This package should have a
git
listed as a make dep.1ace commented on 2020-01-22 09:35 (UTC)
@FFY00: all your comments are correct except the last one.
The
arch
field is about the compatibility to use the package, not to build it. Once compiled, alacritty can only run on the arch it was built for, not on any arch (like a simple script would, for instance), so the current value is correct and changing it toany
would be wrong.Again, all your other comments are good and should be applied to this package.
FFY00 commented on 2020-01-22 01:54 (UTC) (edited on 2020-01-22 01:55 (UTC) by FFY00)
Hello, could you please fix some issues with the current PKGBUILD?
Build in the separate
build()
step (see https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/alacritty)Update the dependencies (again, see alacritty's PKGBUILD)
The license field should be
Apache
(notApache-2.0
)The arch should be
any
(notx86_64
)DrJPepper commented on 2019-06-09 23:14 (UTC)
I had to add
to the echo line in pkgver() to get it to work on the latest rc release.
seo.disparate commented on 2019-05-05 05:14 (UTC)
Just as edacval mentioned, 'python' is a missing build dependency, and also 'libxcb'.
edacval commented on 2019-05-04 16:34 (UTC)
Missing 'python' in makedepends() ? :
1ace commented on 2019-04-30 12:03 (UTC) (edited on 2019-04-30 12:05 (UTC) by 1ace)
Alacritty has been reorganized a bit, making the current
pkgver()
fails to read the version.There's also a new
rust-clipboard
crate used now, which means thexclip
dependency is now gone.And while at it,
git rev-parse --short
should be given a length so that it gives the same output regardless of one's default settings :)danekl commented on 2019-04-27 08:56 (UTC)
Could you please update the "tic" command to: "tic -o "$pkgdir/usr/share/terminfo" -xe alacritty,alacritty-direct alacritty.info"?
Notice the "-xe alacritty,alacritty-direct". This is from the main alacritty package in [community], and according to Alacritty's installation guidelines: https://github.com/jwilm/alacritty/blob/master/INSTALL.md#terminfo
valentjedi commented on 2019-04-24 10:55 (UTC) (edited on 2019-04-24 10:55 (UTC) by valentjedi)
@apetresc "no default toolchain configured" could be fixed by following this SO thread: https://stackoverflow.com/q/44303915/3606603
Basically, it's
And then retry the build
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »