This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/meta.PKGBUILD

137 lines
2.7 KiB
Bash
Executable File

# Maintainer: Leonardo Eugênio <lelgenio@disroot.org>
pkgname=lelgenio-meta
pkgver=1
pkgrel=2
pkgdesc="Metapackage for swaywm related programs"
arch=('any')
url="http://git.disroot.org/lelgenio/dotfiles"
license=('GPL')
depends=(
fish cronie git man-db
# DE
# Sway
sway swayidle swaylock waybar
# Menu
bemenu-wlroots j4-dmenu-desktop
# Utility
ruby-fusuma light mako kanshi udiskie redshift-wayland-git
wtype caffeinated xdg-desktop-portal-wlr pipewire-media-session
# Greeter
greetd greetd-gtkgreet
# Configuration manager
dotdrop
# Packages
pkgfile paru
# passwords and auth
pass gnupg pam-gnupg
# Dav
vdirsyncer khal khard
# Audio
pulseaudio pamixer pulsemixer
# Fonts
inter-font
otf-nerd-fonts-fira-code
# Screenshot
grim slurp swappy wl-clipboard imagemagick wf-recorder wshowkeys
# Theme
mint-themes mint-y-icons
papirus-icon-theme papirus-folders
capitaine-cursors
# Make dependencies
bc sassc inkscape
# Terminal
# Emulators
kitty alacritty
#Tools
ranger atool p7zip tree jq fzf
neofetch htop
# Replacements
#ls cat rm -rf grep find sed diff cd
exa bat trash-cli ripgrep fd sd diffr zoxide
# Network
iwd dhcpcd
# Transfer
wget curl rsync rclone nmap
# Testing
gnu-netcat tor mtr speedtest-cli
# ssh
openssh sshfs fail2ban
# Bluetooth
bluez bluez-utils
# Browser
qutebrowser youtube-dl
# Email
neomutt urlview isync
# Files
thunar
syncthing xdg-user-dirs
transmission-cli deemix
# Media
pqiv mpv
mpd mpc ncmpcpp
blender gimp kdenlive
zathura zathura-pdf-mupdf
# Office
libreoffice-fresh libreoffice-fresh-pt-br hunspell-pt-br papirus-libreoffice-theme
# Programing
kakoune kak-lsp
neovim python-pynvim neovim-symlinks
bash-language-server
# Python
ipython bpython
# Python lsp
python-language-server
python-pylint autopep8 pyls-mypy
python-mccabe python-rope python-pyflakes
python-pycodestyle python-pydocstyle
# Compiled
rust gcc gdb
# work
blade-formatter nodejs-less nodejs-less-plugin-clean-css
# Virt
qemu
# Gtk
gtk3-nocsd-git
# Qt
qt5-base qt5-wayland qt5ct kvantum-qt5
# Chat
discord telegram-desktop
# Gaming
steam lutris lutris-wine-meta wine wine-mono winetricks
# File thumbnails
tumbler ffmpegthumbnailer poppler-glib
libgsf libgepub libopenraw freetype2
)
# vim: ft=sh