Browse Source

linux-gentoo: adjusted default applications

master
Maxim Likhachev 5 years ago
parent
commit
ef2143d1b1
  1. 8
      README.md
  2. 16
      roles/linux-gentoo/vars/applications.yml
  3. 10
      roles/linux-gentoo/vars/portage.yml

8
README.md

@ -27,6 +27,7 @@ $ make @@ -27,6 +27,7 @@ $ make
## Common Applications
- [android-file-transfer](https://www.android.com/filetransfer/) - Android File Transfer.
- [ansible](https://www.ansible.com/) - Automate deployment, configuration, and upgrading.
- [antiword](http://www.winfield.demon.nl/) - Utility to read Word (.doc) files.
- [dfc](https://projects.gw-computing.net/projects/dfc) - Display graphs and colors of file system space/usage.
@ -53,15 +54,17 @@ $ make @@ -53,15 +54,17 @@ $ make
### Applications
- [docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container.
- [recoll](https://www.lesbonscomptes.com/recoll/) - A personal full text search package.
- ~~[odt2txt](https://github.com/dstosberg/odt2txt/) - Convert OpenDocument files to plain text.~~
- [sdcv](https://dushistov.github.io/sdcv/) - Console version of StarDict.
- [zathura](https://pwmt.org/projects/zathura/) - A document viewer.
- ~~[hlint](https://github.com/ndmitchell/hlint) - Haskell source code suggestions. **[BIN]**~~
- [tk](https://tcl.tk) - GUI ToolKit for TCL Programming language.
- [neomutt](https://neomutt.org/) - Command line mail reader (or MUA). It’s a fork of Mutt with added features.
- [mutt](http://www.mutt.org/) - A small but very powerful text-based mail client.
- [procmail](http://www.procmail.org/) - Mail delivery agent.
- [geeqie](http://www.geeqie.org/) - lightweight image viewer for Linux, BSDs and compatibles.
- [sxiv](https://github.com/muennich/sxiv) - Simple X Image Viewer.
- [mutagen](https://github.com/quodlibet/mutagen) - Audio metadata tag reader and writer implemented in pure Python.
- [mpc](https://musicpd.org/clients/mpc/) - A minimalist command line interface to MPD.
- [mpd](https://www.musicpd.org/) - Flexible, powerful, server-side application for playing music.
- [ncmpcpp](https://rybczak.net/ncmpcpp/) - NCurses Music Player Client (Plus Plus).
@ -71,9 +74,11 @@ $ make @@ -71,9 +74,11 @@ $ make
- [fetchmail](https://www.fetchmail.info) - Full-featured, robust, well-documented remote-mail retrieval and forwarding utility.
- [aria2](https://aria2.github.io) - Lightweight multi-protocol & multi-source command-line download utility.
- [connman](https://01.org/connman) - Internet connection daemon.
- [newsboat](https://newsboat.org/) - An RSS/Atom feed reader for text terminals.
- ~~[bat](https://github.com/sharkdp/bat) - Clone of cat(1) with syntax highlighting and Git integration. **[BIN]**~~
- ~~[fd](https://github.com/sharkdp/fd) - Simple, fast and user-friendly alternative to find. **[BIN]**~~
- ~~[ripgrep](https://github.com/BurntSushi/ripgrep) - Search tool like grep and The Silver Searcher. **[BIN]**~~
- [android-file-transfer-linux](https://github.com/whoozle/android-file-transfer-linux) - Android File Transfer for Linux.
- [dmenu](https://tools.suckless.org/dmenu/) - Fast and lightweight dynamic menu for X.
- [polybar](https://polybar.github.io/) - A fast and easy-to-use status bar.
- [rofi](https://github.com/davatorium/rofi) - A window switcher, application launcher and dmenu replacement.
@ -87,7 +92,6 @@ $ make @@ -87,7 +92,6 @@ $ make
### Applications
- [android-file-transfer](https://www.android.com/filetransfer/) - Android File Transfer.
- [ansible-lint](https://github.com/ansible/ansible-lint/) - Checks ansible playbooks for practices and behaviour.
- [bash](https://www.gnu.org/software/bash/) - Bourne-Again SHell, a UNIX command interpreter.
- [bat](https://github.com/sharkdp/bat) - Clone of cat(1) with syntax highlighting and Git integration.

16
roles/linux-gentoo/vars/applications.yml

@ -3,6 +3,16 @@ apps: @@ -3,6 +3,16 @@ apps:
set_name: apps
remove:
- app-editors/nano
- media-fonts/terminus-font
- media-gfx/gfxboot
- media-gfx/gfxboot-themes-calculate
- net-fs/nfs-utils
- net-misc/dhcp
- sys-fs/btrfs-progs
- sys-fs/cryptsetup
- sys-fs/ecryptfs-utils
- sys-fs/reiserfsprogs
- sys-fs/xfsprogs
freeze:
mask:
unmask:
@ -21,6 +31,7 @@ apps: @@ -21,6 +31,7 @@ apps:
- app-misc/jq # https://stedolan.github.io/jq/ Lightweight and flexible command-line JSON processor.
- app-misc/nnn # https://github.com/jarun/nnn Tiny, lightning fast, feature-packed file manager.
- app-misc/vifm # https://vifm.info/ Ncurses based file manager with vi like keybindings.
- app-misc/recoll # https://www.lesbonscomptes.com/recoll/ A personal full text search package.
- app-shells/hstr # https://github.com/dvorka/hstr Bash and zsh history suggest box.
- app-text/antiword # http://www.winfield.demon.nl/ Utility to read Word (.doc) files.
- app-text/docx2txt # https://docx2txt.sourceforge.io/ Converts Microsoft Office docx documents to equivalent text documents.
@ -38,6 +49,7 @@ apps: @@ -38,6 +49,7 @@ apps:
- media-gfx/imagemagick # https://www.imagemagick.org/ Tools and libraries to manipulate images in many formats.
- media-gfx/sxiv # https://github.com/muennich/sxiv Simple X Image Viewer.
- media-libs/exiftool # https://www.sno.phy.queensu.ca/~phil/exiftool/index.html Perl lib for reading and writing EXIF metadata.
- media-libs/mutagen # https://github.com/quodlibet/mutagen Audio metadata tag reader and writer implemented in pure Python.
- media-sound/mpc # https://musicpd.org/clients/mpc/ A minimalist command line interface to MPD.
- media-sound/mpd # https://www.musicpd.org/ Flexible, powerful, server-side application for playing music.
- media-sound/ncmpcpp # https://rybczak.net/ncmpcpp/ NCurses Music Player Client (Plus Plus).
@ -47,6 +59,7 @@ apps: @@ -47,6 +59,7 @@ apps:
- net-mail/fetchmail # https://www.fetchmail.info Full-featured, robust, well-documented remote-mail retrieval and forwarding utility.
- net-misc/aria2 # https://aria2.github.io Lightweight multi-protocol & multi-source command-line download utility.
- net-misc/connman # https://01.org/connman Internet connection daemon.
- sys-fs/android-file-transfer-linux # https://github.com/whoozle/android-file-transfer-linux Android File Transfer for Linux.
- sys-fs/dfc # https://projects.gw-computing.net/projects/dfc Display graphs and colors of file system space/usage.
- sys-fs/ntfs3g # https://www.tuxera.com/community/open-source-ntfs-3g/ Read-write NTFS driver for FUSE.
- sys-process/htop # https://hisham.hm/htop/ Improved top (interactive process viewer).
@ -68,7 +81,8 @@ apps: @@ -68,7 +81,8 @@ apps:
- app-arch/zip
- app-text/zathura-djvu
- app-text/zathura-pdf-poppler
- dev-python/passlib
- dev-python/passlib # Required by calculate-utils
- dev-python/waitress # Required by recollwebui
- dev-tcltk/tcllib
- dev-tcltk/tclreadline
- dev-tcltk/tkimg

10
roles/linux-gentoo/vars/portage.yml

@ -66,9 +66,12 @@ gentoo: @@ -66,9 +66,12 @@ gentoo:
- dev-lang/ghc binary
- sys-apps/iproute2 -minimal
- x11-base/xorg-server -minimal
- app-misc/recoll -spell
- app-portage/eix sqlite
- app-text/ghostscript-gpl -gtk
- dev-lang/python sqlite
- dev-python/ipython -smp
- dev-python/netaddr -cli
- dev-libs/libxml2 python
- media-gfx/graphviz -gtk tcl # Tcl/Tk Img package
- media-sound/mpd -curl -fifo -expat -lame -mikmod -network -upnp -icu -inotify
@ -104,6 +107,13 @@ gentoo: @@ -104,6 +107,13 @@ gentoo:
- gtk-doc
- chm
- hcache
- xmp
- btrfs # containerd, docker: Support for BTRFS snapshot driver.
- pxe # Enables support for PXE installation.
- emoji
- dbus
- container-init

Loading…
Cancel
Save