mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
terminator: fix dependencies
This commit is contained in:
parent
edd0dfc5fe
commit
23149d353e
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'terminator'
|
# Template file for 'terminator'
|
||||||
pkgname=terminator
|
pkgname=terminator
|
||||||
version=1.0
|
version=1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python intltool"
|
hostmakedepends="python intltool"
|
||||||
makedepends="vte3-devel"
|
makedepends="vte-python"
|
||||||
depends="desktop-file-utils vte3 python-psutil"
|
depends="desktop-file-utils python-vte python-psutil"
|
||||||
pycompile_module="terminatorlib"
|
pycompile_module="terminatorlib"
|
||||||
short_desc="Tiling terminal emulator application"
|
short_desc="Tiling terminal emulator application"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue