blob: e63dfabd8c6cbf73e4269d57e48db25f168ed1b1 (
plain) (
blame)
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
|
# Flatpak apps. Managed by `just pkg-*` recipes via the magic `flatpak`
# group name (see justfile). Installed with --user scope.
#
# Each non-comment line is one of:
# <app.id> installed from Flathub
# <app.id> <url> installed from the .flatpak bundle at <url>
#
# Bundle entries are re-downloaded on `just flatpak-update` whenever the
# version embedded in the URL differs from the installed version.
io.gitlab.librewolf-community
io.github.ungoogled_software.ungoogled_chromium
io.mpv.Mpv
org.kde.okular
org.libreoffice.LibreOffice
org.mozilla.Thunderbird
org.pwmt.zathura
org.signal.Signal
org.torproject.torbrowser-launcher
com.nomachine.nxplayer
com.github.IsmaelMartinez.teams_for_linux
# Portuguese Citizen Card (eID) middleware + GUI. Not on Flathub; ships
# as a standalone .flatpak bundle from upstream. Bump version by editing
# the URL when amagovpt/autenticacao.gov publishes a new release.
pt.gov.autenticacao https://github.com/amagovpt/autenticacao.gov/releases/download/v3.14.0/pteid-mw-3.14.0-pcsclite-2.3.flatpak
|