Search Criteria
Package Details: kitty-git 1:0.35.2.r247.gd93e91d11-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/kitty-git.git (read-only, click to copy) |
---|---|
Package Base: | kitty-git |
Description: | Modern, hackable, featureful, OpenGL based terminal emulator |
Upstream URL: | https://sw.kovidgoyal.net/kitty/ |
Licenses: | GPL3 |
Conflicts: | kitty |
Provides: | kitty |
Submitter: | mkindshofer |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 26 |
Popularity: | 0.146613 |
First Submitted: | 2017-01-10 15:54 (UTC) |
Last Updated: | 2024-07-14 09:33 (UTC) |
Dependencies (32)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- kitty-shell-integration-gitAUR
- kitty-terminfo-gitAUR
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- librsync (librsync-gitAUR)
- libx11 (libx11-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xxhash (xxhash-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- libcanberra (make)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd) (make)
- libxcursor (make)
- libxi (libxi-gitAUR) (make)
- libxinerama (libxinerama-randr-gitAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- Show 12 more dependencies...
Required by (19)
- arch-os-manager (requires kitty)
- dbus-term-launcher (requires kitty) (optional)
- glrnvim (requires kitty) (optional)
- hyprforest-installer-bin (requires kitty) (optional)
- kitti3 (requires kitty)
- kitty-gruvbox-theme-git (requires kitty)
- kitty-xterm-symlinks (requires kitty)
- magic-tape.sh-git (requires kitty) (optional)
- mayland-git (requires kitty) (optional)
- minq-youtube-git (requires kitty) (optional)
- ml4w-hyprland (requires kitty)
- ml4w-hyprland-git (requires kitty)
- python-pywal16 (requires kitty) (optional)
- tempus-themes-kitty-git (requires kitty)
- termpdf-git (requires kitty)
- wallhaven-cli (requires kitty) (optional)
- xdg-desktop-portal-termfilechooser-fix-for-lf-git (requires kitty) (optional)
- xdg-desktop-portal-termfilechooser-git (requires kitty) (optional)
- xdg-desktop-portal-termfilechooser-nosystemd-git (requires kitty) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
zomgugoff commented on 2024-03-15 22:32 (UTC) (edited on 2024-03-15 22:32 (UTC) by zomgugoff)
Base-devel was already installed. I had installed a prior build of kitty-git not too long ago (1:0.32.2.r407.gd33afd4e9-1) without issue.
extra-x86_64-build appeared to build, although it threw some errors right at the end:
FabioLolix commented on 2024-03-15 21:55 (UTC)
@zomgugoff can't reproduce
install the base-devel meta-package if you haven't already `sudo pacman -S base-devel --needed
try to build with
devtools
for convenience usingextra-x86_64-build
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chrootzomgugoff commented on 2024-03-15 21:48 (UTC) (edited on 2024-03-15 21:50 (UTC) by zomgugoff)
I'm on Arch x86_64.
I'm currently installing via Yay. I have not tried manually via pkgbuild.
FabioLolix commented on 2024-03-15 21:43 (UTC)
@zomgugoff On what OS and architecture are you? What command have you used?
zomgugoff commented on 2024-03-15 21:42 (UTC) (edited on 2024-03-15 21:47 (UTC) by zomgugoff)
Getting an error about target architecture today:
bbgun7 commented on 2024-03-13 13:24 (UTC) (edited on 2024-03-13 13:24 (UTC) by bbgun7)
I see, I didn't think about sharing the diff, but it should be pretty easy to generate locally.
I wasn't sure if version was necessary or not, that was just from the build instructions on kittys site.
The AUR "Add Comment" tips blurb ("Git commit identifiers referencing commits in the AUR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.") links to https://daringfireball.net/projects/markdown/syntax for syntax, and that uses the
<code>
tag. I didn't realize backticks would even work. Might make sense to find a different guide and update the link.FabioLolix commented on 2024-03-13 06:23 (UTC)
I've build kitty-git yesterday (kitty-git-1:0.33.0.r0.g04f8cb6d3-1-x86_64.pkg.tar.zst) with devtools and builded fine
The whole list without the diff isn't very useful
I'm not going to specify version, you need to have the system updated before building AUR packages
btw please don't
<code>
but backticksbbgun7 commented on 2024-03-13 01:06 (UTC) (edited on 2024-03-13 01:08 (UTC) by bbgun7)
It looks like the dependencies have changed in the latest release: https://sw.kovidgoyal.net/kitty/build/
I think this might be right?
bbgun7 commented on 2024-03-12 23:09 (UTC) (edited on 2024-03-12 23:09 (UTC) by bbgun7)
I'm getting a bunch of freetype undefined symbols: FT_Done_FreeType, FT_Bitmap_Init, FT_Get_Char_Index, FT_New_Face, FT_Render_Glyph, FT_MulFix, FT_Set_Pixel_Sizes, FT_Bitmap_Convert, FT_Done_Face, FT_Load_Glyph, FT_Init_FreeType, FT_Select_Size, FT_Get_Sfnt_Table, FT_Bitmap_Done, FT_Set_Char_Size, and FT_Get_Postscript_Name.
When I manually clone and do
./dev.sh build
it builds just fine, should that be getting called here?FabioLolix commented on 2024-03-02 09:17 (UTC)
For the records ssh aur access solved
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »