From 45f1c62d1d30566ea8b59f25c04d99c2b424fb42 Mon Sep 17 00:00:00 2001 From: 4ntsy <228124712+4ntsy@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:45:00 -0300 Subject: [PATCH] refactor: Update flatpak repos Signed-off-by: 4ntsy <228124712+4ntsy@users.noreply.github.com> --- p3/scripts/chat/discord.sh | 1 + p3/scripts/chat/signal_desktop.sh | 1 + p3/scripts/chat/slack.sh | 1 + p3/scripts/chat/telegram.sh | 1 + p3/scripts/devs/httpie.sh | 1 + p3/scripts/devs/ides/androidstd.sh | 1 + p3/scripts/devs/insomnia.sh | 1 + p3/scripts/devs/postman.sh | 1 + p3/scripts/edu/geogebra.sh | 1 + p3/scripts/extra/hwaccel-flatpak.sh | 1 + p3/scripts/game/gfn.sh | 1 + p3/scripts/game/goverlay.sh | 1 + p3/scripts/game/gscope.sh | 1 + p3/scripts/game/mcbe.sh | 1 + p3/scripts/game/osu.sh | 1 + p3/scripts/game/sober.sh | 1 + p3/scripts/game/steam.sh | 1 + p3/scripts/office/anydesk.sh | 1 + p3/scripts/office/audacity.sh | 1 + p3/scripts/office/chrome.sh | 1 + p3/scripts/office/cohesion.sh | 1 + p3/scripts/office/obsidian.sh | 1 + p3/scripts/office/onlyoffice.sh | 1 + p3/scripts/sysadm/cockpit-client.sh | 1 + p3/scripts/sysadm/termius.sh | 1 + 25 files changed, 25 insertions(+) diff --git a/p3/scripts/chat/discord.sh b/p3/scripts/chat/discord.sh index a9f1095b..bb96882a 100755 --- a/p3/scripts/chat/discord.sh +++ b/p3/scripts/chat/discord.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: discord_desc # icon: discord.svg +# repo: https://discord.com # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/chat/signal_desktop.sh b/p3/scripts/chat/signal_desktop.sh index acb3fb2e..3d082452 100644 --- a/p3/scripts/chat/signal_desktop.sh +++ b/p3/scripts/chat/signal_desktop.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: signal_desc # icon: signal.png +# repo: https://signal.org/ source "$SCRIPT_DIR/libs/linuxtoys.lib" _lang_ diff --git a/p3/scripts/chat/slack.sh b/p3/scripts/chat/slack.sh index a9489a66..ec0b379e 100755 --- a/p3/scripts/chat/slack.sh +++ b/p3/scripts/chat/slack.sh @@ -3,6 +3,7 @@ # VERSION: 1.0 # DESCRIPTION: slack_desc # icon: slack.svg +# repo: https://slack.com # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/chat/telegram.sh b/p3/scripts/chat/telegram.sh index d49a3ac0..f90ff92d 100644 --- a/p3/scripts/chat/telegram.sh +++ b/p3/scripts/chat/telegram.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: telegram_desc # icon: telegram.png +# repo: https://desktop.telegram.org/ source "$SCRIPT_DIR/libs/linuxtoys.lib" _lang_ diff --git a/p3/scripts/devs/httpie.sh b/p3/scripts/devs/httpie.sh index 5890681b..4d1c6bbe 100755 --- a/p3/scripts/devs/httpie.sh +++ b/p3/scripts/devs/httpie.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: httpie_desc # icon: httpie.svg +# repo: https://httpie.io/desktop # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/devs/ides/androidstd.sh b/p3/scripts/devs/ides/androidstd.sh index 660a4ef2..d76d2d31 100755 --- a/p3/scripts/devs/ides/androidstd.sh +++ b/p3/scripts/devs/ides/androidstd.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: droidstd_desc # icon: android-studio.svg +# repo: https://developer.android.com/studio/ # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/devs/insomnia.sh b/p3/scripts/devs/insomnia.sh index 399ecfc5..33f5839b 100755 --- a/p3/scripts/devs/insomnia.sh +++ b/p3/scripts/devs/insomnia.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: insomnia_desc # icon: insomnia.svg +# repo: https://insomnia.rest/ # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/devs/postman.sh b/p3/scripts/devs/postman.sh index 3849e5b7..0ef91e20 100755 --- a/p3/scripts/devs/postman.sh +++ b/p3/scripts/devs/postman.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: postman_desc # icon: postman.svg +# repo: https://www.postman.com # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/edu/geogebra.sh b/p3/scripts/edu/geogebra.sh index ea0cf590..eff2c03a 100644 --- a/p3/scripts/edu/geogebra.sh +++ b/p3/scripts/edu/geogebra.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: geogebra_desc # icon: geogebra.png +# repo: https://www.geogebra.org # --- Start of the script code --- . /etc/os-release diff --git a/p3/scripts/extra/hwaccel-flatpak.sh b/p3/scripts/extra/hwaccel-flatpak.sh index b885b4db..1a50ea9b 100644 --- a/p3/scripts/extra/hwaccel-flatpak.sh +++ b/p3/scripts/extra/hwaccel-flatpak.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: hwaccel-flatpak_desc # icon: flathub.svg +# repo: https://freedesktop-sdk.gitlab.io/ # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/game/gfn.sh b/p3/scripts/game/gfn.sh index 3dc2bed4..5fcfaed9 100755 --- a/p3/scripts/game/gfn.sh +++ b/p3/scripts/game/gfn.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: gfn_desc # icon: nvidia.svg +# repo: https://geforcenow.com # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/game/goverlay.sh b/p3/scripts/game/goverlay.sh index ee216dcd..65361ab2 100755 --- a/p3/scripts/game/goverlay.sh +++ b/p3/scripts/game/goverlay.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: goverlay_desc # icon: goverlay.svg +# repo: https://github.com/benjamimgois/goverlay # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/game/gscope.sh b/p3/scripts/game/gscope.sh index e86ed46f..433234b1 100755 --- a/p3/scripts/game/gscope.sh +++ b/p3/scripts/game/gscope.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: gscope_desc # icon: gaming.svg +# repo: https://github.com/ValveSoftware/gamescope # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/game/mcbe.sh b/p3/scripts/game/mcbe.sh index d90a7b01..91c97444 100755 --- a/p3/scripts/game/mcbe.sh +++ b/p3/scripts/game/mcbe.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: mcbe_desc # icon: minecraft.svg +# repo: https://minecraft-linux.github.io # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/game/osu.sh b/p3/scripts/game/osu.sh index 4e004535..38d46126 100755 --- a/p3/scripts/game/osu.sh +++ b/p3/scripts/game/osu.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: osu_desc # icon: osu.png +# repo: https://osu.ppy.sh # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/game/sober.sh b/p3/scripts/game/sober.sh index 3e5b325b..bda3a0e5 100755 --- a/p3/scripts/game/sober.sh +++ b/p3/scripts/game/sober.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: sober_desc # icon: sober.png +# repo: https://sober.vinegarhq.org # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/game/steam.sh b/p3/scripts/game/steam.sh index 3bb03291..701ac579 100755 --- a/p3/scripts/game/steam.sh +++ b/p3/scripts/game/steam.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: steam_desc # icon: steam.svg +# repo: https://store.steampowered.com/ # nocontainer: ubuntu, debian, suse # --- Start of the script code --- diff --git a/p3/scripts/office/anydesk.sh b/p3/scripts/office/anydesk.sh index bb4fcb64..d379efdb 100755 --- a/p3/scripts/office/anydesk.sh +++ b/p3/scripts/office/anydesk.sh @@ -3,6 +3,7 @@ # VERSION: 1.0 # DESCRIPTION: anydesk_desc # icon: anydesk.svg +# repo: https://www.anydesk.com # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/office/audacity.sh b/p3/scripts/office/audacity.sh index f0c640b1..5f472c11 100755 --- a/p3/scripts/office/audacity.sh +++ b/p3/scripts/office/audacity.sh @@ -3,6 +3,7 @@ # VERSION: 1.0 # DESCRIPTION: audacity_desc # icon: audacity.svg +# repo: https://www.audacityteam.org/ # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/office/chrome.sh b/p3/scripts/office/chrome.sh index cee8cc4d..9ea6087d 100755 --- a/p3/scripts/office/chrome.sh +++ b/p3/scripts/office/chrome.sh @@ -3,6 +3,7 @@ # VERSION: 1.0 # DESCRIPTION: chrome_desc # icon: chrome.svg +# repo: https://chrome.google.com/ # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/office/cohesion.sh b/p3/scripts/office/cohesion.sh index c706b354..8c22adda 100755 --- a/p3/scripts/office/cohesion.sh +++ b/p3/scripts/office/cohesion.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: cohesion_desc # icon: cohesion.svg +# repo: https://github.com/brunofin/cohesion # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/office/obsidian.sh b/p3/scripts/office/obsidian.sh index 2edaf628..fde0d283 100644 --- a/p3/scripts/office/obsidian.sh +++ b/p3/scripts/office/obsidian.sh @@ -3,6 +3,7 @@ # VERSION: 1.9.10 # DESCRIPTION: obsidian_desc # icon: obsidian.svg +# repo: https://obsidian.md/ # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/office/onlyoffice.sh b/p3/scripts/office/onlyoffice.sh index 823e646f..f976f5d1 100755 --- a/p3/scripts/office/onlyoffice.sh +++ b/p3/scripts/office/onlyoffice.sh @@ -3,6 +3,7 @@ # VERSION: 1.0 # DESCRIPTION: onlyoffice_desc # icon: onlyoffice.svg +# repo: https://onlyoffice.com # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/sysadm/cockpit-client.sh b/p3/scripts/sysadm/cockpit-client.sh index f00860d3..83d1e19b 100644 --- a/p3/scripts/sysadm/cockpit-client.sh +++ b/p3/scripts/sysadm/cockpit-client.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: cockpitclient_desc # icon: cockpit.png +# repo: https://cockpit-project.org/ # --- Start of the script code --- #SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" diff --git a/p3/scripts/sysadm/termius.sh b/p3/scripts/sysadm/termius.sh index 46a7792f..aedec341 100755 --- a/p3/scripts/sysadm/termius.sh +++ b/p3/scripts/sysadm/termius.sh @@ -3,6 +3,7 @@ # version: 1.0 # description: termius_desc # icon: termius.png +# repo: https://termius.com/ # compat: debian, ubuntu, fedora, arch, suse # --- Start of the script code ---