From 1f2f25dd8ef0a7cb0626980ec3c3511594a35d90 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 13 Mar 2020 09:01:25 -0400 Subject: [PATCH] void dependencies added --- progs.csv | 8 +++++--- 1 file 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."