pantheon-terminal: add missing dependency

This commit is contained in:
cr6git 2018-02-06 23:57:11 +01:00 committed by Toyam Cox
parent 57d80dd822
commit b4cb81fc1c

View file

@ -1,13 +1,13 @@
# Template file for 'pantheon-terminal'
pkgname=pantheon-terminal
version=0.4.3
revision=2
revision=3
build_style=cmake
wrksrc="terminal-${version}"
configure_args="-DGSETTINGS_COMPILE=FALSE"
hostmakedepends="intltool pkg-config vala"
makedepends="granite-devel libnotify-devel vte3-devel"
depends="desktop-file-utils"
depends="desktop-file-utils gsettings-desktop-schemas"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Terminal from elementary OS for the 21st century"
homepage="https://github.com/elementary/terminal"