-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKGBUILD
78 lines (68 loc) · 1.42 KB
/
PKGBUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
pkgname=actionless_dotfiles_meta
pkgver=0.2
pkgrel=3
pkgdesc="Actionless dotfiles dependencies"
arch=('x86_64' 'i686')
url="https://github.com/actionless/dotfiles"
license=('GPL3')
depends=(
'stow'
'awesome'
'bash'
'coreutils'
'fish'
## vim stuff:
'vim'
'python-lsp-server'
'python-rope'
'python-whatthepatch'
'bash-language-server'
'xsel'
'ctags'
# see more: `pikaur -Ssq language server | grep -i -e 'language[-]server' -e ls`
# theming:
'breeze'
#'xcursor-breeze'
'adwaita-icon-theme'
# fonts:
'adobe-source-code-pro-fonts'
'adobe-source-sans-pro-fonts'
'adobe-source-serif-pro-fonts'
'adobe-source-han-sans-jp-fonts'
'adobe-source-han-serif-jp-fonts'
'otf-fantasque-sans-mono'
#
'ttf-input'
'ttf-go-mono-git'
'ttf-go-sans-git'
'ttf-paratype'
# apps:
'mpv'
'mpv-mpris'
'tldr'
# shell aliases:
'ripgrep'
'eza'
'broot'
# shell/script helpers:
'highlight'
# pipewire
'realtime-privileges'
'wireplumber' # pipewire manager
'pipewire-alsa'
'pipewire-jack'
'pipewire-pulse'
)
optdepends=(
#'gnome-settings-daemon: rc: alternative to xsettingsd'
'fzf: menu'
'noto-fonts-emoji: or'
'ttf-twemoji-color: or'
'pipewire-zeroconf: pipewire over network, but Sonobus seems to be better'
'dbus-daemon-units: default dbus-broker may cause freezes, at least on certain hw'
)
#package() {
#config_dir=$(pwd)/..
#install -Dm755 ${config_dir}/packaging/awesome_argb \
#"$pkgdir/usr/bin/awesome_argb"
#}