diff options
| author | 2026-05-13 13:43:24 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:24 +0100 | |
| commit | 68b1ffb42f7644b8a5f2275a16e94820b369818e (patch) | |
| tree | 38ffe9fe3c307f4e5939982efa542b4470d48855 /meta/extra.txt | |
| parent | ebad39adab212ab4e26f9a98befa0048c7eea710 (diff) | |
| download | dotfiles-68b1ffb42f7644b8a5f2275a16e94820b369818e.tar.gz dotfiles-68b1ffb42f7644b8a5f2275a16e94820b369818e.tar.bz2 dotfiles-68b1ffb42f7644b8a5f2275a16e94820b369818e.zip | |
refactor(packages): drop gaming, manage select GUI apps via flatpak group
- Delete meta/gaming.txt entirely (no longer used; takes discord with it)
- Delete now-empty meta/office.txt; LibreOffice and Okular move to flatpak
- Trim meta/browser.txt: chromium and torbrowser-launcher now flatpaks
- New meta/flatpak.txt: 4 Flathub app IDs (chromium, okular, libreoffice,
torbrowser-launcher), under --user scope
- Add flatpak runtime to meta/extra.txt
- Teach pkg-apply / pkg-list / pkg-fix / pkg-add / pkg-status / undeclared
to branch on the magic 'flatpak' group name (no parallel recipe namespace)
- New flatpak-update recipe; update aggregate now refreshes flatpaks too
- _active-packages now skips flatpak.txt (it remains pacman-only)
- pkg-apply (no args) installs pacman groups together, then flatpaks
- First flatpak install auto-adds the flathub --user remote
Diffstat (limited to 'meta/extra.txt')
| -rw-r--r-- | meta/extra.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/extra.txt b/meta/extra.txt index 0183ad1..f08953d 100644 --- a/meta/extra.txt +++ b/meta/extra.txt @@ -4,6 +4,9 @@ syncthing udisks2 autenticacao-gov-pt-bin +# Flatpak runtime (apps tracked in meta/flatpak.txt) +flatpak + # OCR (used by ~/.local/bin/ocr) tesseract tesseract-data-eng |
