Package Details: kitty-terminfo-git 1:0.35.2.r247.gd93e91d11-2

Git Clone URL: https://aur.archlinux.org/kitty-git.git (read-only, click to copy)
Package Base: kitty-git
Description: Terminfo for kitty, an OpenGL-based terminal emulator
Upstream URL: https://sw.kovidgoyal.net/kitty/
Licenses: GPL3
Conflicts: kitty-terminfo
Provides: kitty-terminfo
Submitter: mkindshofer
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 26
Popularity: 0.53
First Submitted: 2017-01-10 15:54 (UTC)
Last Updated: 2024-07-14 09:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

pychuang commented on 2021-03-10 22:47 (UTC)

It seems kitty's source code comes with its own fork of glfw. And it links against that bundled glfw. So I think there's no need to put glfw-x11 in the makedepends. Besides, glfw-x11 conflicts with glfw-wayland.

ronin commented on 2020-11-29 01:20 (UTC) (edited on 2020-11-29 01:24 (UTC) by ronin)

if you came across this

error: failed to commit transaction (conflicting files)
kitty-terminfo: /usr/share/terminfo/x/xterm-kitty exists in filesystem (owned by kitty-git)
Errors occurred, no packages were upgraded.

just remove the file /usr/share/terminfo/x/xterm-kitty by

sudo rm -f /usr/share/terminfo/x/xterm-kitty

and try installing again.

CjK commented on 2020-08-12 10:25 (UTC) (edited on 2020-08-12 10:30 (UTC) by CjK)

It seems like starting with Kitty 0.18.4 package liblcms2 is required for building, at least that's how I read this error-message:

Package lcms2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lcms2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'lcms2', required by 'virtual:world', not found
CC: gcc (10, 1)
The package lcms2 was not found on your system

akobel commented on 2020-06-17 11:55 (UTC)

And, thus, it should have corresponding entries for provides and conflicts...

provides=(kitty kitty-terminfo)
conflicts=(kitty kitty-terminfo)

ruahcra commented on 2020-04-01 04:40 (UTC) (edited on 2020-04-01 04:41 (UTC) by ruahcra)

That's because this package supplies it already (or it does now anyway, maybe it didn't last year):

failed to install kitty-terminfo: /usr/share/terminfo/x/xterm-kitty exists in filesystem (owned by kitty-git)

rien333 commented on 2019-09-28 18:31 (UTC)

Note that the non-git version of this package has dependencies not found in this release. Especially kitty-terminfo seems significant.

FabioLolix commented on 2019-07-04 22:39 (UTC)

@CjK libcanberra was added 2 days ago to depencies in the code, pkgbuild has been updated now, thanks

CjK commented on 2019-07-04 07:50 (UTC)

Trying to build latest master results in the following error:

Package libcanberra was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcanberra.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libcanberra', required by 'virtual:world', not found
CC: gcc (9, 1)
The package libcanberra was not found on your system

FabioLolix commented on 2018-06-16 09:45 (UTC)

@SolarAquarion @Vortico Fixed, thanks

Vortico commented on 2018-06-12 04:58 (UTC)

kovidgoyal has fixed the below problem upstream, so the extra build() steps are no longer needed. However, python-sphinx is still needed as a build dependency.