community/kitty to 0.18.1-2

This commit is contained in:
Kevin Mihelich 2020-07-20 22:50:16 +00:00
parent 15a378ac55
commit e41eae73e2

View file

@ -9,14 +9,13 @@
pkgbase=kitty
pkgname=(kitty kitty-terminfo)
pkgver=0.18.1
pkgrel=1
pkgrel=2
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64')
url="https://github.com/kovidgoyal/kitty"
license=('GPL3')
depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
depends=('python3' 'freetype2' 'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra' 'dbus')
makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'python-sphinx')
optdepends=('imagemagick: viewing images with icat')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz"
'0001-remove-lto.patch')
sha512sums=('8eb5d16c342be8ba88aaadc591e2a04df01b1f5c87b5b5a04026acdf60c4770e07f43d88f82eca70f0c310e93432c8f25d5ccd6d6e83b49f0e2f735aac61e630'
@ -34,6 +33,7 @@ build() {
package_kitty() {
depends+=('kitty-terminfo')
optdepends=('imagemagick: viewing images with icat')
cd "$srcdir/$pkgname-$pkgver"