chore: packages update

This commit is contained in:
xeruf 2023-10-26 14:54:44 +02:00
parent a1c74df7a1
commit cc90d18e05
13 changed files with 17 additions and 6 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
openttd
teeworlds
0ad
warzone2100

View File

@ -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

View File

@ -1 +1,2 @@
activitywatch-bin
aw-watcher-window-wayland-git

View File

@ -1,2 +1 @@
bluez
bluez-utils
bluez-tools

View File

@ -1,2 +1,2 @@
bluetuith-bin
bluez-utils
bluez-tools

2
packages/firezone/linux Executable file
View 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
View File

@ -0,0 +1,3 @@
hunspell
hunspell-de
hunspell-en_us

1
packages/ihp/depends Normal file
View File

@ -0,0 +1 @@
direnv

View File

@ -1,2 +1 @@
kdeconnect
plasma-browser-integration

3
packages/kdeplasma/arch Normal file
View File

@ -0,0 +1,3 @@
plasma-desktop
plasma-browser-integration
kdeconnect

1
packages/openttd/aur Normal file
View File

@ -0,0 +1 @@