mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
kitty: update to 0.24.1
This commit is contained in:
parent
f740a0b9ec
commit
306a78f23d
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'kitty'
|
# Template file for 'kitty'
|
||||||
pkgname=kitty
|
pkgname=kitty
|
||||||
version=0.23.1
|
version=0.24.1
|
||||||
revision=2
|
revision=1
|
||||||
pycompile_dirs="usr/lib/kitty"
|
pycompile_dirs="usr/lib/kitty"
|
||||||
hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
|
hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
|
||||||
makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
|
makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
|
||||||
python3-devel wayland-devel wayland-protocols libcanberra-devel"
|
|
||||||
depends="kitty-terminfo-${version}_${revision}"
|
depends="kitty-terminfo-${version}_${revision}"
|
||||||
short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
|
short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
|
||||||
maintainer="Benjamin Slade <slade@jnanam.net>"
|
maintainer="Benjamin Slade <slade@jnanam.net>"
|
||||||
|
@ -13,7 +12,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://sw.kovidgoyal.net/kitty/"
|
homepage="https://sw.kovidgoyal.net/kitty/"
|
||||||
changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
|
changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
|
||||||
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
|
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
|
||||||
checksum=5190f5eeb4653ac2ca02885623fd3aa10da1c82260c5b9866614ef4fd7427856
|
checksum=cbe9724730077c3c0ca52e431ff115c317b198dbf609c843be4aa9f34c2d5412
|
||||||
python_version=3
|
python_version=3
|
||||||
LDFLAGS+=" -Wl,-z,stack-size=2097152"
|
LDFLAGS+=" -Wl,-z,stack-size=2097152"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue