forked from extern/nix-config
Revert "Remove tari-core meta package"
Looking back at this, meta packages should be one of the most convenient ways to keep track of packages. It gets the job done and should be more than sufficient for our use case. In particular, installing all packages guarantees that we won't "miss something" and have to install it manually, which is more useful than having a lower package number count. The main disadvantage is dealing with constant updates to large packages in a restrictive internet environment, although it's possible to mitigate this by separating the smaller packages from the larger ones.
This commit is contained in:
parent
927e2e6be6
commit
05100eca7e
134
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
Normal file
134
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
Normal file
@ -0,0 +1,134 @@
|
||||
pkgname=tari-core
|
||||
pkgver=0.9.4
|
||||
pkgrel=1
|
||||
pkgdesc="My Arch Linux setup"
|
||||
arch=('any')
|
||||
depends=(
|
||||
stow
|
||||
python-pywal
|
||||
rng-tools
|
||||
fd
|
||||
exa
|
||||
ripgrep
|
||||
fzf
|
||||
jq
|
||||
zip
|
||||
unzip
|
||||
p7zip
|
||||
unrar
|
||||
borg
|
||||
openssh
|
||||
openvpn
|
||||
mpd
|
||||
mpc
|
||||
ncmpcpp
|
||||
shotgun
|
||||
htop
|
||||
neofetch
|
||||
fdupes
|
||||
youtube-dl
|
||||
ranger
|
||||
ncdu
|
||||
cmatrix
|
||||
imagemagick
|
||||
siege
|
||||
ponysay
|
||||
lolcat
|
||||
figlet
|
||||
calcurse
|
||||
whois
|
||||
vim
|
||||
neovim
|
||||
httpie
|
||||
rsync
|
||||
git
|
||||
tig
|
||||
diff-so-fancy
|
||||
tmux
|
||||
nodejs
|
||||
npm
|
||||
yarn
|
||||
crystal
|
||||
shards
|
||||
llvm
|
||||
rustup
|
||||
ansible
|
||||
docker
|
||||
docker-compose
|
||||
bind-tools
|
||||
pacman-contrib
|
||||
nginx-mainline
|
||||
jdk-openjdk
|
||||
texlive-core
|
||||
texlive-science
|
||||
texlive-humanities
|
||||
texlive-fontsextra
|
||||
texlive-latexextra
|
||||
texlive-bibtexextra
|
||||
minted
|
||||
ttf-dejavu
|
||||
ttf-liberation
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
ttf-hack
|
||||
ttf-fira-mono
|
||||
ttf-font-awesome
|
||||
arc-solid-gtk-theme
|
||||
papirus-icon-theme
|
||||
xorg-xmodmap
|
||||
xorg-xwininfo
|
||||
xorg-xrandr
|
||||
xorg-xinit
|
||||
xorg-xev
|
||||
xdo
|
||||
xcape
|
||||
xdg-user-dirs
|
||||
alsa-utils
|
||||
mpv
|
||||
feh
|
||||
rofi
|
||||
kitty
|
||||
zathura
|
||||
zathura-djvu
|
||||
zathura-pdf-mupdf
|
||||
code
|
||||
bspwm
|
||||
sxhkd
|
||||
obs-studio
|
||||
texstudio
|
||||
virtualbox
|
||||
virtualbox-host-modules-arch
|
||||
kimageformats
|
||||
ffmpegthumbs
|
||||
kdegraphics-thumbnailers
|
||||
gnome-shell
|
||||
gnome-shell-extensions
|
||||
gnome-backgrounds
|
||||
gnome-control-center
|
||||
file-roller
|
||||
nautilus
|
||||
celluloid
|
||||
l3afpad
|
||||
gthumb
|
||||
lollypop
|
||||
libreoffice-fresh
|
||||
gnome-clocks
|
||||
gnome-maps
|
||||
gnome-screenshot
|
||||
firefox
|
||||
chromium
|
||||
xclip
|
||||
xdotool
|
||||
audacity
|
||||
firefox-i18n-fr
|
||||
firefox-i18n-ja
|
||||
gimp
|
||||
namcap
|
||||
ttf-ibm-plex
|
||||
qutebrowser
|
||||
xorg-xprop
|
||||
xorg-xsetroot
|
||||
breeze
|
||||
plasma-integration
|
||||
)
|
Loading…
Reference in New Issue
Block a user