summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-03-13 09:01:25 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-03-13 09:01:25 -0400
commit1f2f25dd8ef0a7cb0626980ec3c3511594a35d90 (patch)
tree2a6c2a057da714c58bc7334259501d933f3169ff
parent6dd98e2578c8ae5d649403cb7c3a74807075b04b (diff)
void dependencies added
-rw-r--r--progs.csv8
1 files changed, 5 insertions, 3 deletions
diff --git a/progs.csv b/progs.csv
index 41b2d0e..30185cb 100644
--- a/progs.csv
+++ b/progs.csv
@@ -4,10 +4,12 @@
,xorg-xinit,"starts the graphical server."
V,xorg-minimal,"is the graphical server."
V,xorg-fonts,"is a font package."
+V,xinit,"starts the graphical server."
+V,xdg-utils,"are filetype utilities."
V,libX11-devel,"is required for the compilation of some programs."
-I,libXft-devel,"is required for the compilation of some programs."
-I,gcr-devel,"is required for the compilation of some programs."
-I,fontconfig-devel,"is required for the compilation of some programs."
+V,libXft-devel,"is required for the compilation of some programs."
+V,gcr-devel,"is required for the compilation of some programs."
+V,fontconfig-devel,"is required for the compilation of some programs."
,i3-gaps,"is the main graphical user interface and window manager."
,ttf-inconsolata,"is the monospace font of LARBS."
,ttf-linux-libertine,"provides the sans and serif fonts for LARBS."