From a8d16cbb0cc8b21971c8840d9a62610b7feca6ea Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 13 May 2021 10:53:31 -0400 Subject: [PATCH] Remove tari-core meta package Having a meta package was cool and it got the job done, but it's inconvenient to use when adding and removing a lot of packages. One alternative I'm looking at is simply keeping track of all the explicitly installed packages and storing that in a text file. This makes it easy to keep track of all the installed packages without introducing downsides, and new machines that don't need certain packages can simply delete those lines. --- .archlinux/PKGBUILDs/tari-core/PKGBUILD | 134 ------------------------ 1 file changed, 134 deletions(-) delete mode 100644 .archlinux/PKGBUILDs/tari-core/PKGBUILD diff --git a/.archlinux/PKGBUILDs/tari-core/PKGBUILD b/.archlinux/PKGBUILDs/tari-core/PKGBUILD deleted file mode 100644 index d9e19f8a..00000000 --- a/.archlinux/PKGBUILDs/tari-core/PKGBUILD +++ /dev/null @@ -1,134 +0,0 @@ -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 -)