Skip to content

Commit

Permalink
feat: prepare to migrate to fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
AuraHerreroRuiz committed Nov 10, 2024
1 parent 7831dc6 commit bbc38af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion auraos-software-builds.Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IMAGE_MAJOR_VERSION=40
ARG IMAGE_MAJOR_VERSION=41

# Download and patch JetBrainsMonoSlashed with Nerd Fonts
FROM fedora:${IMAGE_MAJOR_VERSION} as JetBrainsMonoSlashedNerdFont
Expand Down
7 changes: 4 additions & 3 deletions recipes/common-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ repos:
- https://raw.githubusercontent.com/AuraHerreroRuiz/auraos/main/sources/repos/vscode.repo
- https://copr.fedorainfracloud.org/coprs/pesader/showmethekey/repo/fedora-%OS_VERSION%/pesader-showmethekey-fedora-%OS_VERSION%.repo
install:
- applet-window-buttons
# Kde stuff not on base
- dolphin
- dolphin-plugins
- wayfire
- code
- ddcutil
- enpass
Expand All @@ -27,8 +30,6 @@ install:
- ksystemlog
# plasmoid stuff
- qt6-qdbusviewer
- merkuro
- korganizer
- kcm_wacomtablet
- plymouth-kcm
- trash-cli
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: auraos
# description will be included in the image's metadata
description: Aura's own personalised uBlue image
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/kinoite-main
image-version: 40 # latest is also supported if you want new updates ASAP
base-image: ghcr.io/ublue-os/base-main
image-version: 41 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
Expand Down

0 comments on commit bbc38af

Please sign in to comment.