nix-config/.archlinux/PKGBUILDs/tari-core/PKGBUILD
Donovan Glover 9ff3bfa22f
PKGBUILDs: Merge tari-web with tari-core
Since anyone using Tari will probably want the web browsers too,
this change makes sense.

Since all of Tari is now in one PKGBUILD, it is easy to see everything
that will be installed, and it becomes trivial to add or remove packages
as needed.
2018-12-08 12:35:00 -05:00

165 lines
3.2 KiB
Bash
Vendored

pkgname=tari-core
pkgver=0.7.0
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
htop
neofetch
fdupes
youtube-dl
ranger
weechat
ncdu
task
cmatrix
imagemagick
lolcat
figlet
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
arc-kde
papirus-icon-theme
lxdm-gtk3
xorg-xmodmap
xorg-xwininfo
xorg-xrandr
xorg-xinit
xdo
xcape
xdg-user-dirs
alsa-utils
mpv
feh
rofi
kitty
zathura
zathura-djvu
zathura-pdf-mupdf
code
bspwm
sxhkd
dunst
compton
plasma-desktop
plasma-pa
kscreen
kleopatra
obs-studio
baka-mplayer
dolphin
ark
okular
gwenview
cantata
kwrite
kcolorchooser
kolourpaint
kmag
spectacle
kdenlive
krita
texstudio
kwave
kmplot
kalzium
kwordquiz
kollision
bovo
blinken
virtualbox
virtualbox-host-modules-arch
kimageformats
ffmpegthumbs
kdegraphics-thumbnailers
gnome-shell
gnome-shell-extensions
gnome-backgrounds
gnome-control-center
evince
file-roller
nautilus
gnome-mpv
l3afpad
gthumb
lollypop
evolution
ghex
liferea
libreoffice-fresh
poedit
gnome-clocks
gnome-characters
gnome-maps
gnome-system-monitor
gnome-disk-utility
gnome-screenshot
gnome-weather
gnome-break-timer
firefox
chromium)
source=(
'local-settings.js'
'mozilla.cfg'
)
sha256sums=('4588ae786cf0cdf941a0c79ad71b7592cd1f5478a85822b019d98ff0d5e631d4'
'c625a3b98b3769bf08fe0a357898245dd2688f3d5c22c7a42ad4fc26132f45a9')
package() {
install -Dm644 local-settings.js "$pkgdir"/usr/lib/firefox/defaults/pref/local-settings.js
install -Dm644 mozilla.cfg "$pkgdir"/usr/lib/firefox/mozilla.cfg
}