Move cp-laptop to dnf module

This commit is contained in:
Gerald Pinder
2025-05-08 08:38:47 -04:00
parent 3c80bbe9af
commit d1e0c35a2d
2 changed files with 18 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
modules: modules:
- type: rpm-ostree - type: dnf
install: install:
- cabextract packages:
- xorg-x11-font-utils - cabextract
- fontconfig - xorg-x11-font-utils
- https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm - fontconfig
- https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm

View File

@@ -2,20 +2,22 @@
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cp-laptop name: cp-laptop
base-image: ghcr.io/ublue-os/kinoite-main base-image: ghcr.io/ublue-os/kinoite-main
image-version: 41 image-version: 42
description: The image of Wunker OS for CP's laptop. description: The image of Wunker OS for CP's laptop.
modules: modules:
- type: rpm-ostree - type: dnf
repos: repos:
- https://copr.fedorainfracloud.org/coprs/iucar/rstudio/repo/fedora-%OS_VERSION%/iucar-rstudio-fedora-%OS_VERSION%.repo copr:
- iucar/rstudio
install: install:
- libadwaita packages:
- cronie - libadwaita
- fprintd - cronie
- fprintd-pam - fprintd
- R - fprintd-pam
- rstudio-desktop - R
- libreoffice - rstudio-desktop
- libreoffice
- from-file: common/ms-fonts.yml - from-file: common/ms-fonts.yml
- from-file: common/updates.yml - from-file: common/updates.yml
- from-file: common/bluebuild-logo.yml - from-file: common/bluebuild-logo.yml