Make fonts conditional on X profile

This commit is contained in:
Michael Spang 2009-12-22 23:12:26 -05:00
parent 5af89565b7
commit abe167858f
1 changed files with 7 additions and 6 deletions

View File

@ -48,9 +48,8 @@ if X {
install xauth pidgin xfig pidgin-otr imagemagick
gthumb gucharmap scribus inkscape dia lmms xpdf k3b evince xsel
blender fontforge rxvt rxvt-unicode gmrun xterm openoffice.org
kstreamripper audacious gnome-office gimp dzen2
xserver-xephyr yakuake gksu; # firefox thunderbird ardour
kstreamripper audacious gnome-office gimp ardour dzen2
xserver-xephyr yakuake gksu;
};
# build systems
@ -190,8 +189,10 @@ install nmap john rtorrent;
if X { install amarok; };
# fonts
install console-terminus xfonts-terminus xfonts-base gsfonts gsfonts-x11
ttf-dejavu ttf-opensymbol ttf-freefont;
if X {
install console-terminus xfonts-terminus xfonts-base gsfonts gsfonts-x11
ttf-dejavu ttf-opensymbol ttf-freefont;
}
# satan
remove pulseaudio avahi-daemon;
@ -233,7 +234,7 @@ if nagios-server {
install nagios3;
};
if nagios-client {
if nagios-nrpe-server {
install nagios-nrpe-server nagios-plugins;
};