add zathura to ajh-base
parent
09218c616b
commit
09678c7f28
|
@ -1,7 +1,7 @@
|
||||||
pkgname="ajh-base"
|
pkgname="ajh-base"
|
||||||
pkgver="1.0.0"
|
pkgver="1.0.0"
|
||||||
pkgver="1"
|
pkgver="1"
|
||||||
pkgrel="6"
|
pkgrel="7"
|
||||||
pkgdesc="Install my config for Arch based systems."
|
pkgdesc="Install my config for Arch based systems."
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
|
|
||||||
|
@ -60,21 +60,12 @@ depends=(
|
||||||
"clang"
|
"clang"
|
||||||
"python-pip"
|
"python-pip"
|
||||||
|
|
||||||
#multimedia
|
|
||||||
"pavucontrol"
|
|
||||||
"yt-dlp"
|
|
||||||
"mpd"
|
|
||||||
"mpv"
|
|
||||||
"imv"
|
|
||||||
|
|
||||||
#misc
|
#misc
|
||||||
"lynx"
|
"lynx"
|
||||||
"aria2" #optional dependency of ani-cli
|
"aria2" #optional dependency of ani-cli
|
||||||
|
|
||||||
#theming
|
#theming
|
||||||
"noto-fonts"
|
"noto-fonts" "noto-fonts-emoji" "noto-fonts-cjk"
|
||||||
"noto-fonts-emoji"
|
|
||||||
"noto-fonts-cjk"
|
|
||||||
"lxappearance"
|
"lxappearance"
|
||||||
"qt5ct"
|
"qt5ct"
|
||||||
"archlinux-wallpaper"
|
"archlinux-wallpaper"
|
||||||
|
@ -108,6 +99,15 @@ depends=(
|
||||||
"foot-terminfo"
|
"foot-terminfo"
|
||||||
"bemenu-wayland"
|
"bemenu-wayland"
|
||||||
"kanshi"
|
"kanshi"
|
||||||
|
|
||||||
|
#user applications
|
||||||
|
"zathura" "zathura-cb" "zathura-djvu" "zathura-pdf-mupdf"
|
||||||
|
"pavucontrol"
|
||||||
|
"yt-dlp"
|
||||||
|
"mpd"
|
||||||
|
"mpv"
|
||||||
|
"imv"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
optdepends=()
|
optdepends=()
|
||||||
|
|
Loading…
Reference in New Issue