summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Taylor2020-03-31 16:06:38 -0500
committerDerek Taylor2020-03-31 16:06:38 -0500
commitd4564e8f29af57d50d7106cfc7056f48c313c52c (patch)
tree84e582434d5faee8ff129267c98cad0f67d6c380
parenta02039fac68f5b8d1ac3e4d645d369ec90a29089 (diff)
downloadaur-d4564e8f29af57d50d7106cfc7056f48c313c52c.tar.gz
Adding needed font dependencies.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a6e1b67b09..ace039659574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,11 +10,13 @@ pkgbase = dwm-distrotube-git
depends = libx11
depends = libxinerama
depends = libxft
+ depends = ttf-hack
+ depends = ttf-joypixels
depends = freetype2
depends = st
depends = dmenu
- optdepends = nerd-fonts-complete
- optdepends = ttf-symbola
+ depends = tabbed
+ optdepends = surf
provides = dwm
conflicts = dwm
source = git+https://gitlab.com/dwt1/dwm-distrotube.git
diff --git a/PKGBUILD b/PKGBUILD
index daa6b869a9f6..3b54760e43f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ arch=(x86_64 i686)
url="https://gitlab.com/dwt1/dwm-distrotube.git"
license=('MIT')
groups=()
-depends=(libx11 libxinerama libxft freetype2 st dmenu)
+depends=(libx11 libxinerama libxft ttf-hack ttf-joypixels freetype2 st dmenu tabbed)
makedepends=(make)
checkdepends=()
-optdepends=(nerd-fonts-complete ttf-symbola)
+optdepends=(surf)
provides=(dwm)
conflicts=(dwm)
replaces=()