diff options
author | Tharre <tharre3@gmail.com> | 2017-05-18 17:02:42 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-18 17:05:06 +0200 |
commit | 7102cde09b109741fa8b20ef8127e6ade44dc373 (patch) | |
tree | bd88cb83bc321229a42975933b0d8b418b82c5c6 | |
parent | 22b8cd29fd1a2e33174dc805748ff41d527dc628 (diff) | |
download | pkgbuilds-7102cde09b109741fa8b20ef8127e6ade44dc373.tar.gz pkgbuilds-7102cde09b109741fa8b20ef8127e6ade44dc373.tar.xz pkgbuilds-7102cde09b109741fa8b20ef8127e6ade44dc373.zip |
st: add Dejavu and Adobe Source Pro to deps
-rw-r--r-- | st/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/PKGBUILD b/st/PKGBUILD index 19c4f26..80fe5f3 100644 --- a/st/PKGBUILD +++ b/st/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc='Simple virtual terminal emulator for X' url='http://git.suckless.org/st/' arch=('i686' 'x86_64' 'armv7h') license=('MIT') -depends=('libxft') +depends=('libxft' 'adobe-source-code-pro-fonts' 'ttf-dejavu') makedepends=('ncurses' 'libxext' 'git') source=('st::git+https://github.com/Tharre/st-transparency.git#branch=custom_config' 'st-terminal.desktop') |