Skip to content

Commit 0d86028

Browse files
authored
chore: remove flatpak lists (#107)
* chore: remove flatpak lists We are doing Brewfiles now (has flatpak support) for ujust install-system-flatpaks and we are also converting them when installing them on the ISOs. These are not needed anymore. * chore: clarify we are not insane
1 parent 6e0717c commit 0d86028

3 files changed

Lines changed: 1 addition & 25 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This layer builds on top of `ghcr.io/projectbluefin/common` and `https://github.
99
- `system_files/shared/` - Configuration shared between Aurora and Aurora-DX
1010
- `system_files/dx/` - Aurora-DX specific configuration
1111
- `wallpapers/` - Aurora wallpapers from [artwork repo](https://github.com/ublue-os/artwork)
12-
- `flatpaks/` - Flatpak definitions used for including flatpaks for the ISOs and `ujust install-system-flatpaks`
12+
- `system_files/shared/usr/share/ublue-os/homebrew/` - Flatpak definitions used for including flatpaks for the ISOs and `ujust install-system-flatpaks` - [Yes, homebrew supports the installation of Flatpaks](https://github.com/Homebrew/brew/pull/21097)
1313
- `logos/` - Aurora Logos used in SDDM/Plasma Kickoff etc.
1414

1515
## Usage in Downstream Projects
@@ -29,7 +29,6 @@ COPY --from=aurora-common /system_files/dx /
2929
COPY --from=aurora-common /wallpapers /
3030

3131
# Copy other assets as needed
32-
COPY --from=aurora-common /flatpaks /tmp/flatpaks
3332
COPY --from=aurora-common /logos /tmp/logos
3433
```
3534

flatpaks/system-flatpaks-dx.list

Lines changed: 0 additions & 3 deletions
This file was deleted.

flatpaks/system-flatpaks.list

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)