mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
foot: update to 1.14.0.
This commit is contained in:
parent
25a099d58c
commit
805c3220f2
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'foot'
|
# Template file for 'foot'
|
||||||
pkgname=foot
|
pkgname=foot
|
||||||
version=1.13.1
|
version=1.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwerror=false"
|
configure_args="-Dwerror=false -Ddefault-utempter-path=/usr/lib/utempter/utempter"
|
||||||
hostmakedepends="pkg-config scdoc wayland-devel"
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
||||||
makedepends="fcft-devel libutf8proc-devel libxkbcommon-devel ncurses-devel tllist
|
makedepends="fcft-devel libutf8proc-devel libxkbcommon-devel ncurses-devel tllist
|
||||||
wayland-devel wayland-protocols"
|
wayland-devel wayland-protocols"
|
||||||
depends="${pkgname}-terminfo>=${version}_${revision}"
|
depends="${pkgname}-terminfo>=${version}_${revision} libutempter"
|
||||||
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
|
short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
|
||||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://codeberg.org/dnkl/foot"
|
homepage="https://codeberg.org/dnkl/foot"
|
||||||
changelog="https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md"
|
changelog="https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="https://codeberg.org/dnkl/foot/archive/${version}.tar.gz"
|
||||||
checksum=604f777fdaccfc1ee2d20376cc5688a819dcd6b7113725880cc973194fd6c737
|
checksum=9a306951bc6bdce150364bccb0fb4b67720f50e98e9ac1de89792c1c1aa30690
|
||||||
conf_files="/etc/xdg/foot/foot.ini"
|
conf_files="/etc/xdg/foot/foot.ini"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue