surf: add "xprop" runtime dependency

Without `xprop` visiting sites via Ctrl-g fails.
This commit is contained in:
Kevin Crumb 2020-11-05 10:28:54 +00:00 committed by Érico Nogueira Rolim
parent 5871dfb19e
commit 4db7eb829b

View file

@ -1,10 +1,11 @@
# Template file for 'surf' # Template file for 'surf'
pkgname=surf pkgname=surf
version=2.0 version=2.0
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="webkit2gtk-devel" makedepends="webkit2gtk-devel"
depends="xprop"
short_desc="Simple web browser based on WebKit/GTK+" short_desc="Simple web browser based on WebKit/GTK+"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"