This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: GTS release + move some stuff to flatpak
- Loading branch information
1 parent
0afbb48
commit ed32717
Showing
6 changed files
with
87 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
- type: files | ||
files: | ||
- usr: /usr | ||
|
||
- type: rpm-ostree | ||
install: | ||
- qpwgraph | ||
- krita | ||
- blender | ||
- inkscape | ||
- ffmpeg | ||
- ardour8 | ||
- audacity | ||
- qtractor | ||
- hydrogen | ||
- yoshimi | ||
- rakarrack | ||
- supercollider | ||
- csound | ||
- kdenlive | ||
remove: | ||
- firefox | ||
- firefox-langpacks | ||
|
||
- type: default-flatpaks | ||
notify: true | ||
system: | ||
install: | ||
- org.mozilla.firefox | ||
- com.obsproject.Studio.Plugin.OBSVkCapture | ||
- org.freedesktop.Platform.VulkanLayer.OBSVkCapture | ||
- com.obsproject.Studio | ||
- org.gimp.GIMP | ||
- org.gimp.GIMP.Plugin.BIMP | ||
- org.gimp.GIMP.Plugin.Fourier | ||
- org.gimp.GIMP.Plugin.Lensfun | ||
- org.gimp.GIMP.Plugin.LiquidRescale | ||
- org.kde.digikam | ||
- com.github.qarmin.czkawka | ||
- org.darktable.Darktable | ||
|
||
- type: signing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: universal-studio-gts | ||
# description will be included in the image's metadata | ||
description: Operating system based on Fedora Silverblue meant for artists | ||
|
||
# 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: 38 # latest is also supported if you want new updates ASAP | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: ./apps.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: universal-studio | ||
# description will be included in the image's metadata | ||
description: Operating system based on Fedora Silverblue meant for artists | ||
|
||
# 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: latest # latest is also supported if you want new updates ASAP | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: ./apps.yml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -oue pipefail | ||
|
||
#rpm-ostree override replace \ | ||
# --uninstall=kernel \ | ||
# --uninstall=kernel-core \ | ||
# --uninstall=kernel-modules \ | ||
# --uninstall=kernel-headers \ | ||
# --uninstall=kernel-devel \ | ||
# --install= \ | ||
# --install= \ | ||
# --install= \ | ||
# --install= \ | ||
# --install= \ | ||
# - KERNEL |