community/kitty to 0.21.2-2

This commit is contained in:
Kevin Mihelich 2021-07-15 23:35:03 +00:00
parent 02ea57df5b
commit 9eecddd517

View file

@ -9,13 +9,13 @@
pkgbase=kitty
pkgname=(kitty kitty-terminfo)
pkgver=0.21.2
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' 'dbus' 'lcms2')
'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2')
makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols')
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz"
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig")
@ -30,7 +30,8 @@ build() {
package_kitty() {
depends+=('kitty-terminfo')
optdepends=('imagemagick: viewing images with icat')
optdepends=('imagemagick: viewing images with icat'
'libcanberra: playing "bell" sound on terminal bell')
cd "$srcdir/$pkgname-$pkgver"