kitty: update to 0.11.1 (#188)

This commit is contained in:
Benjamin Slade 2018-06-28 13:22:26 -06:00 committed by cr6git
parent 7335f49caf
commit b5384a7a94

View file

@ -1,9 +1,9 @@
# Template file for 'kitty' # Template file for 'kitty'
pkgname=kitty pkgname=kitty
version=0.10.1 version=0.11.1
revision=1 revision=1
python_version=3 python_version=3
hostmakedepends="ncurses pkg-config python3-devel wayland-devel wayland-protocols" hostmakedepends="ncurses pkg-config"
makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
python3-devel wayland-devel wayland-protocols" python3-devel wayland-devel wayland-protocols"
depends="kitty-terminfo" depends="kitty-terminfo"
@ -11,9 +11,13 @@ conf_files="/etc/kitty/kitty.conf"
short_desc="Modern, hackable, featureful, OpenGL based terminal emulator" short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
maintainer="Julio Galvan <juliogalvan@protonmail.com>" maintainer="Julio Galvan <juliogalvan@protonmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/kovidgoyal/kitty" homepage="https://sw.kovidgoyal.net/kitty/"
distfiles="https://github.com/kovidgoyal/kitty/archive/v${version}.tar.gz" distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
checksum=ef22208497a76e2f88ebe56c176e4608f049b056252cf1bf122c9c1ec711cfa6 checksum=3baf72ee4de8818bbc205fd631f716b60eabc8bd215ec7e834e00a01db7912c4
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python3-devel wayland-devel wayland-protocols"
fi
do_build() { do_build() {
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
@ -29,7 +33,7 @@ do_build() {
do_install() { do_install() {
vmkdir etc/kitty vmkdir etc/kitty
cp ${DESTDIR}/usr/lib/kitty/kitty/kitty.conf ${DESTDIR}/etc/kitty/ cp ${DESTDIR}/usr/share/doc/kitty/html/_downloads/kitty.conf ${DESTDIR}/etc/kitty/
} }
kitty-terminfo_package() { kitty-terminfo_package() {