Package Details: kitty-git 1:0.40.0.r4.gcb464423e-2

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: GPL-3.0-only
Conflicts: kitty
Provides: kitty
Submitter: mkindshofer
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 28
Popularity: 0.71
First Submitted: 2017-01-10 15:54 (UTC)
Last Updated: 2025-03-08 12:37 (UTC)

Required by (79)

Sources (1)

Latest Comments

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

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.

Vortico commented on 2018-06-10 19:10 (UTC)

A solution is to add these steps to build()

make man
make html
python3 setup.py linux-package

and add python-sphinx as a build dependency.

SolarAquarion commented on 2018-06-10 14:54 (UTC)

@FabioLolix there has been some changes upstream that needs editing of the make steps.

Like make, make man, and make html

FabioLolix commented on 2018-03-26 21:47 (UTC)

@Trollwut I become the maintainer, apllied the things and this is a -git package, unflagging.

FabioLolix commented on 2017-12-19 22:33 (UTC) (edited on 2017-12-19 22:34 (UTC) by FabioLolix)

If you don't have time to update this you can add me as co-maintainer. I'm updating the stable version of kitty.

There are several things to be done in this pkgbuild, like

An updated pkgbuild can be found here https://github.com/FabioLolix/PKGBUILD/blob/master/00_AUR_fix/kitty-git/PKGBUILD

boojum commented on 2017-11-30 11:07 (UTC)

You should add conflicts=(kitty).

noko commented on 2017-11-01 23:56 (UTC) (edited on 2017-11-01 23:56 (UTC) by noko)

Wrong icon file path. Should be: /usr/share/pixmaps/kitty.png instead of current: /usr/share/icons/hicolor/256x256/kitty.png

mkindshofer commented on 2017-09-10 06:32 (UTC)

@JackofSpades707 Hey Jack the package should build to /bin and not to python3 sidepackages. Did I made a mistake in the PKGBUILD?