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: cleanup repo + add local building (#81)
- Loading branch information
1 parent
991fffc
commit 677e7ff
Showing
27 changed files
with
344 additions
and
401 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ cosign.private | |
/.pre-commit-config.yaml | ||
result/ | ||
.jj | ||
build/ |
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,15 @@ | ||
version: '3' | ||
|
||
tasks: | ||
default: | ||
cmds: | ||
- task: build:image | ||
build:image: | ||
cmds: | ||
- mkdir -p {{.OUT}} | ||
- cp -r files generators {{.OUT}} | ||
- pushd {{.OUT}} && pkl eval generators/main.pkl -m files -f yaml ; popd | ||
- pushd {{.OUT}}/files ; bluebuild build {{.CLI_ARGS}} ; popd | ||
vars: | ||
OUT: build | ||
RECIPES: "*" |
Binary file not shown.
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,5 @@ | ||
type: rpm-ostree | ||
install: | ||
- rocm-hip | ||
- rocm-opencl | ||
- rocm-clinfo |
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,4 @@ | ||
type: script | ||
scripts: | ||
- zluda.nu | ||
- kernel.nu |
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,8 @@ | ||
type: rpm-ostree | ||
install: | ||
- aeolus | ||
- xtuner | ||
- jamin | ||
- DISTRHO-Ports | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/ycollet/audinux/repo/fedora-%OS_VERSION%/ycollet-audinux-fedora-%OS_VERSION%.repo |
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,17 @@ | ||
type: default-flatpaks | ||
notify: true | ||
system: | ||
install: | ||
- org.mozilla.firefox | ||
- org.kde.digikam | ||
- com.github.qarmin.czkawka | ||
- org.darktable.Darktable | ||
- io.github.fabrialberio.pinapp | ||
- org.rncbc.qtractor | ||
- org.hydrogenmusic.Hydrogen | ||
- com.mattjakeman.ExtensionManager | ||
- io.missioncenter.MissionCenter | ||
- it.mijorus.whisper | ||
- io.github.dimtpap.coppwr | ||
- org.blender.Blender | ||
user: {} |
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,77 @@ | ||
type: rpm-ostree | ||
install: | ||
- librecad | ||
- krita | ||
- inkscape | ||
- audacity | ||
- yoshimi | ||
- rakarrack | ||
- supercollider | ||
- csound | ||
- guitarix | ||
- ladspa | ||
- ladspa-guitarix-plugins | ||
- ardour8 | ||
- kdenlive | ||
- zita-at1 | ||
- zita-rev1 | ||
- rosegarden4 | ||
- entangle | ||
- ffado | ||
- fluidsynth | ||
- csound-fluidsynth | ||
- hugin | ||
- ImageMagick | ||
- jack-mixer | ||
- jack-keyboard | ||
- k3b | ||
- libreoffice | ||
- libreoffice-icon-theme-papirus | ||
- lmms | ||
- menulibre | ||
- musescore | ||
- mypaint | ||
- mudita24 | ||
- meterbridge | ||
- phasex | ||
- pavucontrol | ||
- vlc | ||
- qsynth | ||
- qtractor | ||
- raysession | ||
- synfig | ||
- Carla | ||
- OpenLP | ||
- ddccontrol | ||
- jconvolver | ||
- jaaa | ||
- jacktrip | ||
- zynaddsubfx | ||
- obs-studio | ||
- obs-studio-plugin-vkcapture | ||
- obs-studio-plugin-webkitgtk | ||
- lsp-plugins | ||
- lsp-plugins-jack | ||
- lsp-plugins-lv2 | ||
- calf | ||
- lv2-x42-plugins | ||
- lv2 | ||
- lv2-carla | ||
- lv2-calf-plugins | ||
- sooperlooper | ||
- jack_capture | ||
- tuxguitar | ||
- amsynth | ||
- vkeybd | ||
- gimp | ||
- gimp-fourier-plugin | ||
- gimp-jxl-plugin | ||
- gimp-lqr-plugin | ||
- gimp-paint-studio | ||
- gmic-gimp | ||
- gimp-save-for-web | ||
- gimp-lensfun | ||
- scribus | ||
- openshot | ||
- furnace | ||
- easyeffects |
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 @@ | ||
type: rpm-ostree | ||
install: | ||
- studio-presets-gnome | ||
- helvum | ||
- gnome-shell-extension-gsconnect | ||
- gnome-shell-extension-dash-to-dock | ||
- gnome-shell-extension-appindicator | ||
- gnome-shell-extension-blur-my-shell | ||
- gnome-shell-extension-logo-menu | ||
- miniaturo | ||
remove: | ||
- gnome-software-rpm-ostree | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo | ||
- https://copr.fedorainfracloud.org/coprs/atomic-studio-org/studio-presets/repo/fedora-%OS_VERSION%/atomic-studio-org-studio-presets-fedora-%OS_VERSION%.repo | ||
- https://copr.fedorainfracloud.org/coprs/decathorpe/miniaturo/repo/fedora-%OS_VERSION%/decathorpe-miniaturo-fedora-%OS_VERSION%.repo |
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,3 @@ | ||
type: files | ||
files: | ||
- plasma: /usr |
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,11 @@ | ||
type: rpm-ostree | ||
install: | ||
- studio-presets-plasma | ||
- qpwgraph | ||
- kde-connect | ||
- kwin-x11 | ||
- plasma-workspace-x11 | ||
remove: | ||
- plasma-welcome | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/atomic-studio-org/studio-presets/repo/fedora-%OS_VERSION%/atomic-studio-org-studio-presets-fedora-%OS_VERSION%.repo |
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,3 @@ | ||
type: script | ||
scripts: | ||
- kde-wallpaper-engine.nu |
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,4 @@ | ||
type: bling | ||
install: | ||
- ublue-update | ||
- dconf-update-service |
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,3 @@ | ||
type: files | ||
files: | ||
- shared: /usr |
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,27 @@ | ||
type: rpm-ostree | ||
install: | ||
- studio-cli | ||
- studio-wallpapers-xe | ||
- studio-wallpapers-xyny | ||
- jq | ||
- nu | ||
- netcat | ||
- espeak-ng | ||
- qemu-audio-dbus | ||
- qemu-audio-alsa | ||
- qemu-audio-spice | ||
- ffmpeg | ||
- fish | ||
- switcheroo-control | ||
- realtime-setup | ||
- realtime-tests | ||
- pulseaudio-utils | ||
- pipx | ||
- fira-code-fonts | ||
- papirus-icon-theme | ||
- pipewire-jack-audio-connection-kit | ||
- qemu-audio-pipewire | ||
- fastfetch | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/atomic-studio-org/studio-cli/repo/fedora-%OS_VERSION%/atomic-studio-org-studio-cli-fedora-%OS_VERSION%.repo | ||
- https://copr.fedorainfracloud.org/coprs/atomic-studio-org/studio-presets/repo/fedora-%OS_VERSION%/atomic-studio-org-studio-presets-fedora-%OS_VERSION%.repo |
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,5 @@ | ||
type: script | ||
scripts: | ||
- ptyxis.nu | ||
- extra-packages.nu | ||
- tuned.nu |
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,9 @@ | ||
type: systemd | ||
system: | ||
masked: | ||
- rtkit-daemon | ||
enabled: | ||
- realtime-entsk | ||
- realtime-setup | ||
- pci-latency | ||
user: {} |
Oops, something went wrong.