From cc90d18e0548b85e986d93dcfb30dc8b296a470d Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 26 Oct 2023 14:54:44 +0200 Subject: [PATCH] chore: packages update --- README.md | 2 +- groups/game/lan | 1 + instalee | 3 ++- packages/activitywatch/aur | 1 + packages/bluetooth/arch | 3 +-- packages/bluetooth/aur | 2 +- packages/firezone/linux | 2 ++ packages/hunspell/arch | 3 +++ packages/ihp/depends | 1 + packages/kdeconnect/arch | 1 - packages/kdeplasma/arch | 3 +++ packages/logcli/{binary_depends => depends_binary} | 0 packages/openttd/aur | 1 + 13 files changed, 17 insertions(+), 6 deletions(-) create mode 100755 packages/firezone/linux create mode 100644 packages/hunspell/arch create mode 100644 packages/ihp/depends create mode 100644 packages/kdeplasma/arch rename packages/logcli/{binary_depends => depends_binary} (100%) create mode 100644 packages/openttd/aur diff --git a/README.md b/README.md index f2589c1..a6532c8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/groups/game/lan b/groups/game/lan index 080ff26..ffc1400 100644 --- a/groups/game/lan +++ b/groups/game/lan @@ -1,3 +1,4 @@ +openttd teeworlds 0ad warzone2100 diff --git a/instalee b/instalee index f5b5ab4..b76fc2f 100755 --- a/instalee +++ b/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 diff --git a/packages/activitywatch/aur b/packages/activitywatch/aur index 9ba8e02..7ae4b58 100644 --- a/packages/activitywatch/aur +++ b/packages/activitywatch/aur @@ -1 +1,2 @@ activitywatch-bin +aw-watcher-window-wayland-git diff --git a/packages/bluetooth/arch b/packages/bluetooth/arch index e816028..e63ff5d 100644 --- a/packages/bluetooth/arch +++ b/packages/bluetooth/arch @@ -1,2 +1 @@ -bluez -bluez-utils +bluez-tools diff --git a/packages/bluetooth/aur b/packages/bluetooth/aur index 84e5ce0..7f1f635 100644 --- a/packages/bluetooth/aur +++ b/packages/bluetooth/aur @@ -1,2 +1,2 @@ bluetuith-bin -bluez-utils +bluez-tools diff --git a/packages/firezone/linux b/packages/firezone/linux new file mode 100755 index 0000000..dd086ba --- /dev/null +++ b/packages/firezone/linux @@ -0,0 +1,2 @@ +#!/bin/sh +bash <(curl -fsSL https://github.com/firezone/firezone/raw/legacy/scripts/install.sh) diff --git a/packages/hunspell/arch b/packages/hunspell/arch new file mode 100644 index 0000000..6b1efd1 --- /dev/null +++ b/packages/hunspell/arch @@ -0,0 +1,3 @@ +hunspell +hunspell-de +hunspell-en_us diff --git a/packages/ihp/depends b/packages/ihp/depends new file mode 100644 index 0000000..f255f9a --- /dev/null +++ b/packages/ihp/depends @@ -0,0 +1 @@ +direnv diff --git a/packages/kdeconnect/arch b/packages/kdeconnect/arch index 666a811..7a88f03 100644 --- a/packages/kdeconnect/arch +++ b/packages/kdeconnect/arch @@ -1,2 +1 @@ kdeconnect -plasma-browser-integration diff --git a/packages/kdeplasma/arch b/packages/kdeplasma/arch new file mode 100644 index 0000000..97188d3 --- /dev/null +++ b/packages/kdeplasma/arch @@ -0,0 +1,3 @@ +plasma-desktop +plasma-browser-integration +kdeconnect diff --git a/packages/logcli/binary_depends b/packages/logcli/depends_binary similarity index 100% rename from packages/logcli/binary_depends rename to packages/logcli/depends_binary diff --git a/packages/openttd/aur b/packages/openttd/aur new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/packages/openttd/aur @@ -0,0 +1 @@ +