forked from extern/nix-config
meta: Update PKGBUILDs
tari-util is no longer used, and some dependencies have been fixed.
This commit is contained in:
commit
86573141fc
3
.archlinux/PKGBUILDs/tari-bspwm/PKGBUILD
vendored
3
.archlinux/PKGBUILDs/tari-bspwm/PKGBUILD
vendored
@ -1,10 +1,9 @@
|
|||||||
pkgname=tari-bspwm
|
pkgname=tari-bspwm
|
||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Packages I use specifically for bspwm."
|
pkgdesc="Packages I use specifically for bspwm."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
depends=(bspwm
|
depends=(bspwm
|
||||||
sxhkd
|
sxhkd
|
||||||
|
|
||||||
dunst
|
dunst
|
||||||
compton)
|
compton)
|
||||||
|
5
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
5
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
@ -1,23 +1,20 @@
|
|||||||
pkgname=tari-core
|
pkgname=tari-core
|
||||||
pkgver=0.2.0
|
pkgver=0.2.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Core packages for my Arch setup."
|
pkgdesc="Core packages for my Arch setup."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
depends=(stow
|
depends=(stow
|
||||||
python-pywal
|
python-pywal
|
||||||
rng-tools
|
rng-tools
|
||||||
|
|
||||||
fd
|
fd
|
||||||
exa
|
exa
|
||||||
ripgrep
|
ripgrep
|
||||||
fzf
|
fzf
|
||||||
jq
|
jq
|
||||||
|
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
p7zip
|
p7zip
|
||||||
unrar
|
unrar
|
||||||
|
|
||||||
borg
|
borg
|
||||||
openssh
|
openssh
|
||||||
openvpn)
|
openvpn)
|
||||||
|
39
.archlinux/PKGBUILDs/tari-dev/PKGBUILD
vendored
39
.archlinux/PKGBUILDs/tari-dev/PKGBUILD
vendored
@ -3,17 +3,38 @@ _httpiever='1.0.0'
|
|||||||
|
|
||||||
pkgname=tari-dev
|
pkgname=tari-dev
|
||||||
pkgver=0.1.1
|
pkgver=0.1.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Packages I use relating to development and other things."
|
pkgdesc="Packages I use relating to development and other things."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
depends=(vim neovim httpie exa fd ripgrep
|
depends=(vim
|
||||||
fzf jq rsync git tig diff-so-fancy
|
neovim
|
||||||
tmux openssh nodejs npm yarn crystal
|
httpie
|
||||||
shards llvm rustup ansible docker docker-compose
|
rsync
|
||||||
bind-tools pacman-contrib nginx-mainline
|
git
|
||||||
jdk-openjdk texlive-core texlive-science
|
tig
|
||||||
texlive-humanities texlive-fontsextra texlive-latexextra
|
diff-so-fancy
|
||||||
texlive-bibtexextra minted)
|
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)
|
||||||
source=("https://raw.githubusercontent.com/junegunn/vim-plug/${_vimplugver}/plug.vim"
|
source=("https://raw.githubusercontent.com/junegunn/vim-plug/${_vimplugver}/plug.vim"
|
||||||
"https://raw.githubusercontent.com/jakubroztocil/httpie/${_httpiever}/extras/httpie-completion.fish")
|
"https://raw.githubusercontent.com/jakubroztocil/httpie/${_httpiever}/extras/httpie-completion.fish")
|
||||||
sha256sums=('01a138fc0ed99ef2678ba004613acbf8b0c51a85a8d2a1b658ef87af722e98e1'
|
sha256sums=('01a138fc0ed99ef2678ba004613acbf8b0c51a85a8d2a1b658ef87af722e98e1'
|
||||||
|
22
.archlinux/PKGBUILDs/tari-util/PKGBUILD
vendored
22
.archlinux/PKGBUILDs/tari-util/PKGBUILD
vendored
@ -1,22 +0,0 @@
|
|||||||
_yayver='8.1173.0'
|
|
||||||
_yay="yay_${_yayver}_x86_64"
|
|
||||||
|
|
||||||
pkgname=tari-util
|
|
||||||
pkgver=0.3.0
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="Misc utility packages."
|
|
||||||
arch=('any')
|
|
||||||
provides=('yay')
|
|
||||||
conflicts=('yay')
|
|
||||||
source=("https://github.com/Jguer/yay/releases/download/v${_yayver}/${_yay}.tar.gz")
|
|
||||||
sha256sums=('e0f28c6be3c4322901438f324aed1f49ab593a8d4ed92279b1dda51381c51d6b')
|
|
||||||
|
|
||||||
package() {
|
|
||||||
_yayout="${srcdir}/${_yay}"
|
|
||||||
|
|
||||||
install -Dm 755 "$_yayout"/yay "$pkgdir"/usr/bin/yay
|
|
||||||
install -Dm 644 "$_yayout"/yay.8 "$pkgdir"/usr/share/man/man8/yay.8
|
|
||||||
install -Dm 644 "$_yayout"/bash "$pkgdir"/usr/share/bash-completion/completions/yay
|
|
||||||
install -Dm 644 "$_yayout"/zsh "$pkgdir"/usr/share/zsh/site-functions/_yay
|
|
||||||
install -Dm 644 "$_yayout"/fish "$pkgdir"/usr/share/fish/vendor_completions.d/yay.fish
|
|
||||||
}
|
|
5
.archlinux/PKGBUILDs/tari-web/PKGBUILD
vendored
5
.archlinux/PKGBUILDs/tari-web/PKGBUILD
vendored
@ -5,12 +5,11 @@ _https='https_everywhere-2018.9.19-an+fx.xpi'
|
|||||||
_arcdark='arc_dark_theme-2018.9.24-fx.xpi'
|
_arcdark='arc_dark_theme-2018.9.24-fx.xpi'
|
||||||
|
|
||||||
pkgname=tari-web
|
pkgname=tari-web
|
||||||
pkgver=0.1.0
|
pkgver=0.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Web browser settings."
|
pkgdesc="Web browser settings."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
depends=(ttf-dejavu ttf-liberation noto-fonts noto-fonts-cjk
|
depends=(firefox chromium)
|
||||||
noto-fonts-emoji adapta-gtk-theme firefox chromium)
|
|
||||||
source=('local-settings.js' 'mozilla.cfg'
|
source=('local-settings.js' 'mozilla.cfg'
|
||||||
"https://addons.cdn.mozilla.net/user-media/addons/607454/${_ubo}"
|
"https://addons.cdn.mozilla.net/user-media/addons/607454/${_ubo}"
|
||||||
"https://addons.cdn.mozilla.net/user-media/addons/808538/${_vimium}"
|
"https://addons.cdn.mozilla.net/user-media/addons/808538/${_vimium}"
|
||||||
|
Loading…
Reference in New Issue
Block a user