From 05100eca7edc99b28d0a7fa2c4bbfa7935f58f34 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 13 Mar 2022 08:57:20 -0400 Subject: [PATCH] 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. --- .archlinux/PKGBUILDs/tari-core/PKGBUILD | 134 ++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 .archlinux/PKGBUILDs/tari-core/PKGBUILD diff --git a/.archlinux/PKGBUILDs/tari-core/PKGBUILD b/.archlinux/PKGBUILDs/tari-core/PKGBUILD new file mode 100644 index 00000000..d9e19f8a --- /dev/null +++ b/.archlinux/PKGBUILDs/tari-core/PKGBUILD @@ -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 +)