diff --git a/.github/workflows/build-stable-lts.yaml b/.github/workflows/build-stable-lts.yaml index cabc4b3..9054fef 100644 --- a/.github/workflows/build-stable-lts.yaml +++ b/.github/workflows/build-stable-lts.yaml @@ -1,9 +1,6 @@ --- name: Build LTS images on: - pull_request: - branches: - - main schedule: # TODO: long-term, this should be weekly builds. Ideally closer to either beta or GA. - cron: "05 10 * * *" # 10:05am UTC everyday diff --git a/.github/workflows/build-stable.yaml b/.github/workflows/build-stable.yaml index 92837b3..e496f09 100644 --- a/.github/workflows/build-stable.yaml +++ b/.github/workflows/build-stable.yaml @@ -1,9 +1,6 @@ --- name: Build stable images on: - pull_request: - branches: - - main schedule: # TODO: long-term, this should be weekly builds. Ideally closer to either beta or GA. - cron: "05 10 * * *" # 10:05am UTC everyday diff --git a/mkosi.extra/etc/bazaar/bazaar.yaml b/mkosi.extra/etc/bazaar/bazaar.yaml new file mode 100644 index 0000000..31af146 --- /dev/null +++ b/mkosi.extra/etc/bazaar/bazaar.yaml @@ -0,0 +1,4 @@ +curated-config-paths: + - /etc/bazaar/curated.yaml + # Flatpak path with host-etc permission + - /run/host/etc/bazaar/curated.yaml \ No newline at end of file diff --git a/mkosi.extra/etc/bazaar/curated.yaml b/mkosi.extra/etc/bazaar/curated.yaml new file mode 100644 index 0000000..1feb8bd --- /dev/null +++ b/mkosi.extra/etc/bazaar/curated.yaml @@ -0,0 +1,60 @@ +css: | + .welcome { + border-radius: 15px; + } + + .welcome-light { + background: linear-gradient(180deg, #C994E8, #AE5FDC); + } + + .welcome-dark { + background: linear-gradient(180deg, #7906BB, #480E6A); + } + + .section { + margin:15px; + } + + +rows: + - sections: + - expand-horizontally: true + + category: + title: + en: "Welcome to Apollo!" + subtitle: + en: "We've picked out some apps to help get you started" + + banner-text-label-xalign: 0.5 + banner-text-halign: center + + banner-height: 300 + + appids: + - io.github.alainm23.planify + - org.mozilla.thunderbird + - org.libreoffice.LibreOffice + - org.gnome.gitlab.somas.Apostrophe + - re.sonny.Eloquent + - be.alexandervanhee.gradia + - org.gnome.World.PikaBackup + - io.github.nozwock.Packet + - io.gitlab.adhami3310.Impression + - page.tesk.Refine + - com.mattjakeman.ExtensionManager + - io.github.flattool.Warehouse + - io.github.flattool.Ignition + - com.github.tchx84.Flatseal + + enable-bulk-install: true + + classes: + - welcome + - section + + light-classes: + - welcome-light + dark-classes: + - welcome-dark + diff --git a/mkosi.extra/usr/lib/tmpfiles.d/bazaar-flatpak.conf b/mkosi.extra/usr/lib/tmpfiles.d/bazaar-flatpak.conf new file mode 100644 index 0000000..5eee3e7 --- /dev/null +++ b/mkosi.extra/usr/lib/tmpfiles.d/bazaar-flatpak.conf @@ -0,0 +1 @@ +L /var/lib/flatpak/overrides/io.github.kolunmi.Bazaar - - - - /usr/share/apollo/flatpak-overrides/io.github.kolunmi.Bazaar \ No newline at end of file diff --git a/mkosi.extra/usr/share/apollo/flatpak-overrides/io.github.kolunmi.Bazaar b/mkosi.extra/usr/share/apollo/flatpak-overrides/io.github.kolunmi.Bazaar new file mode 100644 index 0000000..de70704 --- /dev/null +++ b/mkosi.extra/usr/share/apollo/flatpak-overrides/io.github.kolunmi.Bazaar @@ -0,0 +1,2 @@ +[Context] +filesystems=host-etc \ No newline at end of file