community/kitty to 0.16.0-2

This commit is contained in:
Kevin Mihelich 2020-02-23 17:19:44 +00:00
parent 59f3e1fd7d
commit 597b968892

View file

@ -9,7 +9,7 @@
pkgbase=kitty pkgbase=kitty
pkgname=(kitty kitty-terminfo) pkgname=(kitty kitty-terminfo)
pkgver=0.16.0 pkgver=0.16.0
pkgrel=1 pkgrel=2
pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator" pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
arch=('x86_64') arch=('x86_64')
url="https://github.com/kovidgoyal/kitty" url="https://github.com/kovidgoyal/kitty"
@ -52,6 +52,8 @@ package_kitty() {
install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png "${pkgdir}"/usr/share/pixmaps/kitty.png install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png "${pkgdir}"/usr/share/pixmaps/kitty.png
rm -r "$pkgdir"/usr/share/terminfo rm -r "$pkgdir"/usr/share/terminfo
install -Dm644 docs/generated/conf/kitty.conf "${pkgdir}"/usr/share/doc/${pkgname}/kitty.conf
} }
package_kitty-terminfo() { package_kitty-terminfo() {