terminator: update to 2.1.4, add python3-cairo as depends

Closes: #54350 [via git-merge-pr]
This commit is contained in:
Luciogi 2025-02-15 20:31:15 +05:00 committed by classabbyamp
parent 4ff02392d1
commit 1290bf9607
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,20 +1,15 @@
# Template file for 'terminator' # Template file for 'terminator'
pkgname=terminator pkgname=terminator
version=2.1.3 version=2.1.4
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="intltool python3-setuptools" hostmakedepends="intltool python3-setuptools"
depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify
python3-dbus python3-gobject python3-psutil python3-configobj vte3 pango" python3-dbus python3-gobject python3-psutil python3-configobj vte3 pango python3-cairo"
short_desc="Tiling terminal emulator application" short_desc="Tiling terminal emulator application"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://gnome-terminator.org" homepage="https://gnome-terminator.org"
changelog="https://raw.githubusercontent.com/gnome-terminator/terminator/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/gnome-terminator/terminator/master/CHANGELOG.md"
distfiles="https://github.com/gnome-terminator/terminator/releases/download/v$version/terminator-$version.tar.gz" distfiles="https://github.com/gnome-terminator/terminator/releases/download/v$version/terminator-$version.tar.gz"
checksum=0ae9943f3d6b72230c14bcb355de84dd81274c033e76ca4698e80d7c93cd6ae5 checksum=af27b0ece862e61dde71d0827afa4a29a414e44599effe3edeebc52cbdf0c5e8
post_patch() {
# Package does not *need* pytest-runner to build, and Void doesn't have it
vsed -e '/pytest-runner/d' -i setup.py
}