void-packages/srcpkgs/terminator/template
2019-11-14 18:44:49 +01:00

20 lines
714 B
Bash

# Template file for 'terminator'
pkgname=terminator
version=1.91
revision=2
archs=noarch
build_style=python2-module
pycompile_module="terminatorlib"
hostmakedepends="intltool python"
depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify
python-dbus python-gobject python-psutil vte3"
short_desc="Tiling terminal emulator application"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://gnometerminator.blogspot.de/"
distfiles="https://launchpad.net/${pkgname}/gtk3/${version}/+download/${pkgname}-${version}.tar.gz"
checksum=95f76e3c0253956d19ceab2f8da709a496f1b9cf9b1c5b8d3cd0b6da3cc7be69
pre_configure() {
cp $FILESDIR/terminator.desktop.in data
}