Maxim Baz pushed to branch main at Arch Linux / Packaging / Packages / kitty
Commits: 6bc9826c by Maxim Baz at 2023-10-23T22:18:58+02:00 upgpkg: 0.30.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,57 @@ +pkgbase = kitty + pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator + pkgver = 0.30.1 + pkgrel = 1 + url = https://github.com/kovidgoyal/kitty + arch = x86_64 + license = GPL3 + makedepends = libxinerama + makedepends = libxcursor + makedepends = libxrandr + makedepends = wayland-protocols + makedepends = go + depends = python3 + depends = freetype2 + depends = fontconfig + depends = wayland + depends = libx11 + depends = libxkbcommon-x11 + depends = libxi + depends = hicolor-icon-theme + depends = libgl + depends = dbus + depends = lcms2 + depends = librsync + depends = xxhash + source = kitty-0.30.1.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.30.1/kitty-0.30.1.tar.xz + source = kitty-0.30.1.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.30.1/kitty-0.30.1.tar.xz.sig + validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C + sha512sums = e5fd68b8acf3eae8f53a2c27101d998eb0d8eff1571de1b03ab431bceafcab0efae821590684ec48b5ed6e3d86fb984d9e04784022ba50c0378d37a68598f9ed + sha512sums = SKIP + +pkgname = kitty + depends = python3 + depends = freetype2 + depends = fontconfig + depends = wayland + depends = libx11 + depends = libxkbcommon-x11 + depends = libxi + depends = hicolor-icon-theme + depends = libgl + depends = dbus + depends = lcms2 + depends = librsync + depends = xxhash + depends = kitty-terminfo + depends = kitty-shell-integration + optdepends = imagemagick: viewing images with icat + optdepends = python-pygments: syntax highlighting in kitty +kitten diff + optdepends = libcanberra: playing "bell" sound on terminal bell + +pkgname = kitty-terminfo + pkgdesc = Terminfo for kitty, an OpenGL-based terminal emulator + depends = ncurses + +pkgname = kitty-shell-integration + pkgdesc = Shell integration scripts for kitty, an OpenGL-based terminal emulator ===================================== PKGBUILD ===================================== @@ -5,18 +5,18 @@ pkgbase=kitty pkgname=(kitty kitty-terminfo kitty-shell-integration) -pkgver=0.29.2 -pkgrel=2 +pkgver=0.30.1 +pkgrel=1 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' 'dbus' 'lcms2' 'librsync') + 'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync' 'xxhash') makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'go') 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") -sha512sums=('a34d8b5bc817dd9d27f1afa190856d916576f52458ede2253655b294358b6b89b1f103acb90d8d66a494b346420ddedc9fcf1a3399f561268ded82e7b1954b06' +sha512sums=('e5fd68b8acf3eae8f53a2c27101d998eb0d8eff1571de1b03ab431bceafcab0efae821590684ec48b5ed6e3d86fb984d9e04784022ba50c0378d37a68598f9ed' 'SKIP') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal @@ -41,9 +41,9 @@ package_kitty() { cp -r linux-package "${pkgdir}"/usr # completions - python __main__.py + complete setup bash | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/bash-completion/completions/kitty - python __main__.py + complete setup fish | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish - python __main__.py + complete setup zsh | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty + linux-package/bin/kitten __complete__ setup bash | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/bash-completion/completions/kitty + linux-package/bin/kitten __complete__ setup fish | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish + linux-package/bin/kitten __complete__ setup zsh | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png "${pkgdir}"/usr/share/pixmaps/kitty.png View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/6bc9826cfa91e43d81d1463eb5331d216fd2ae96 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/commit/6bc9826cfa91e43d81d1463eb5331d216fd2ae96 You're receiving this email because of your account on gitlab.archlinux.org.
