overpdf
This commit is contained in:
parent
ec6312f506
commit
a9ea85eaa6
3 changed files with 79 additions and 1 deletions
|
@ -56,6 +56,10 @@ uservar INSTALL_DOCUMENT "Create documents?"
|
|||
uservar INSTALL_IMAGE "Do image editing?"
|
||||
uservar INSTALL_MUSIC "Play/edit music?"
|
||||
uservar INSTALL_VIDEO "Play/edit videos?"
|
||||
if $INSTALL_GUI
|
||||
then
|
||||
uservar INSTALL_WINE "Run Windows applications?"
|
||||
fi
|
||||
|
||||
echo "(you can change those answers later in $CONFIG_FILE)"
|
||||
|
||||
|
@ -277,6 +281,16 @@ then
|
|||
fi
|
||||
fi
|
||||
|
||||
if $INSTALL_WINE
|
||||
then
|
||||
# TODO Add multilib repo and pacman -Sy
|
||||
i wine # Wine
|
||||
i wine-gecko # Wine Internet Explorer
|
||||
i wine-mono # Wine .NET
|
||||
i mono # Mono .NET
|
||||
i lib32-libpulse # Sound for Wine with pulseaudio
|
||||
fi
|
||||
|
||||
# Desktop environment
|
||||
if $INSTALL_GUI
|
||||
then
|
||||
|
@ -292,7 +306,9 @@ then
|
|||
i gedit # Visual editor (just in case)
|
||||
i feh # Background / Image viewer
|
||||
i zathura && i zathura-pdf-mupdf # PDF viewer
|
||||
i ttf-dejavu # Font
|
||||
i ttf-twemoji # Emoji fonts
|
||||
i adobe-source-han-sans-otc-fonts # Chinese/Japanese/Korean fonts
|
||||
i sox # For beeps and stuff
|
||||
i meld # For comparison
|
||||
|
||||
|
@ -313,7 +329,6 @@ then
|
|||
i xclip # Copy/paste
|
||||
i lemonbar-xft-git lemonbar # Bottom bar
|
||||
i autorandr # Multiple screen configurations
|
||||
i ttf-dejavu # Font
|
||||
i keynav-enhanced keynav # Use mouse with keyboard
|
||||
i pacmixer # To change PA volumes
|
||||
i sct # Red filter # TODO Autocompile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue