chore: packages update
This commit is contained in:
parent
a1c74df7a1
commit
cc90d18e05
13 changed files with 17 additions and 6 deletions
|
@ -148,7 +148,7 @@ A loose list of undocumented features
|
|||
and ideas that need to be fleshed out.
|
||||
|
||||
- Cross-handler dependencies (e.g. logcli script needs go)
|
||||
-> currently implemented with `HANDLER_depends` files
|
||||
-> currently implemented with `depends_HANDLER` files
|
||||
|
||||
### Planned
|
||||
- detection mechanism for handlers and features
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
openttd
|
||||
teeworlds
|
||||
0ad
|
||||
warzone2100
|
||||
|
|
3
instalee
3
instalee
|
@ -140,7 +140,8 @@ case "$1" in
|
|||
while printf "Handler? (Ctrl-C or Ctrl-D to exit, / to list all) " && read handler
|
||||
do
|
||||
case "$handler" in
|
||||
(/*) find "$dir_packages" "$dir_home/handlers" -type f -not -name "depends*" -printf "%f\n" |
|
||||
(/*) find "$dir_packages" "$dir_home/handlers" -type f -printf "%f\n" |
|
||||
grep -vE '(_|\.)' |
|
||||
sort | uniq | paste -s -d ' ';;
|
||||
(*) ${EDITOR:-vi} "$dir/$handler";;
|
||||
esac
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
activitywatch-bin
|
||||
aw-watcher-window-wayland-git
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
bluez
|
||||
bluez-utils
|
||||
bluez-tools
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
bluetuith-bin
|
||||
bluez-utils
|
||||
bluez-tools
|
||||
|
|
2
packages/firezone/linux
Executable file
2
packages/firezone/linux
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
bash <(curl -fsSL https://github.com/firezone/firezone/raw/legacy/scripts/install.sh)
|
3
packages/hunspell/arch
Normal file
3
packages/hunspell/arch
Normal file
|
@ -0,0 +1,3 @@
|
|||
hunspell
|
||||
hunspell-de
|
||||
hunspell-en_us
|
1
packages/ihp/depends
Normal file
1
packages/ihp/depends
Normal file
|
@ -0,0 +1 @@
|
|||
direnv
|
|
@ -1,2 +1 @@
|
|||
kdeconnect
|
||||
plasma-browser-integration
|
||||
|
|
3
packages/kdeplasma/arch
Normal file
3
packages/kdeplasma/arch
Normal file
|
@ -0,0 +1,3 @@
|
|||
plasma-desktop
|
||||
plasma-browser-integration
|
||||
kdeconnect
|
1
packages/openttd/aur
Normal file
1
packages/openttd/aur
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Add table
Reference in a new issue