From 7e45f916785bac24ea44f5ef35e9f6a78e4ff452 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 30 Nov 2015 22:58:40 +0100 Subject: [PATCH] Add terminus-font as a runtime depency for st. As st configures its font during compile time, running it without the right font can be pretty unusable. If someone wants to run it with a different font they'll have to recompile it anyway. --- srcpkgs/st/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/st/template b/srcpkgs/st/template index dd48c4da543..2ebec16c854 100644 --- a/srcpkgs/st/template +++ b/srcpkgs/st/template @@ -5,7 +5,7 @@ revision=3 build_style=gnu-makefile hostmakedepends="pkg-config" makedepends="fontconfig-devel libX11-devel libXft-devel terminus-font" -depends="ncurses" +depends="ncurses terminus-font" short_desc="Simple terminal implementation for X" maintainer='Juan RP ' license="MIT"