mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/kitty to 0.21.2-2
This commit is contained in:
parent
02ea57df5b
commit
9eecddd517
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue