1
0
forked from extern/nix-config

PKGBUILDs: Update tari-cli and tari-desktop

This commit is contained in:
Donovan Glover 2018-11-30 17:38:53 -05:00
parent 3f437451af
commit 62f4b07b24
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 11 additions and 16 deletions

View File

@ -1,17 +1,20 @@
pkgname=tari-cli pkgname=tari-cli
pkgver=0.1.0 pkgver=0.1.1
pkgrel=1 pkgrel=1
pkgdesc="Packages for CLI programs I use independent of a desktop environment." pkgdesc="Packages for CLI programs I use independent of a desktop environment."
arch=('any') arch=('any')
depends=(mpd depends=(mpd
mpc mpc
ncmpcpp ncmpcpp
htop htop
neofetch neofetch
fdupes fdupes
youtube-dl youtube-dl
ranger ranger
weechat) weechat
ncdu
task
cmatrix
imagemagick
lolcat
figlet)

View File

@ -1,41 +1,33 @@
pkgname=tari-desktop pkgname=tari-desktop
pkgver=0.1.0 pkgver=0.1.1
pkgrel=1 pkgrel=1
pkgdesc="Packages common to all my desktop setups, such as fonts." pkgdesc="Packages common to all my desktop setups, such as fonts."
arch=('any') arch=('any')
depends=(ttf-dejavu depends=(ttf-dejavu
ttf-liberation ttf-liberation
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
ttf-hack ttf-hack
ttf-fira-mono ttf-fira-mono
ttf-font-awesome ttf-font-awesome
arc-solid-gtk-theme arc-solid-gtk-theme
arc-kde arc-kde
papirus-icon-theme papirus-icon-theme
lxdm-gtk3 lxdm-gtk3
xorg-xmodmap xorg-xmodmap
xorg-xwininfo xorg-xwininfo
xorg-xrandr xorg-xrandr
xorg-xinit xorg-xinit
xdo xdo
xcape xcape
xdg-user-dirs xdg-user-dirs
alsa-utils alsa-utils
mpv mpv
feh feh
rofi rofi
kitty kitty
zathura zathura
zathura-djvu zathura-djvu
zathura-pdf-mupdf) zathura-pdf-mupdf
code)