Skip to content

Commit

Permalink
update (all): Multiple package updates to attempt to build the beta a…
Browse files Browse the repository at this point in the history
…nd hyprland images.
  • Loading branch information
lenuswalker committed Oct 19, 2024
1 parent d64d8e1 commit 987e065
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 4 deletions.
36 changes: 36 additions & 0 deletions files/rpm-ostree/negativo17-fedora-mulitmedia.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[fedora-multimedia]
name=negativo17 - Multimedia
baseurl=https://negativo17.org/repos/multimedia/fedora-$releasever/$basearch/
enabled=1
priority=90
skip_if_unavailable=1
gpgkey=https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
gpgcheck=1
enabled_metadata=1
metadata_expire=6h
type=rpm-md
repo_gpgcheck=0

[fedora-multimedia-source]
name=negativo17 - Multimedia - Source
baseurl=https://negativo17.org/repos/multimedia/fedora-$releasever/SRPMS
enabled=0
skip_if_unavailable=1
gpgkey=https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
gpgcheck=1
enabled_metadata=1
metadata_expire=6h
type=rpm-md
repo_gpgcheck=0

[fedora-multimedia-debug]
name=negativo17 - Multimedia - Debug
baseurl=https://negativo17.org/repos/multimedia/fedora-$releasever/$basearch.debug/
enabled=0
skip_if_unavailable=1
gpgkey=https://negativo17.org/repos/RPM-GPG-KEY-slaanesh
gpgcheck=1
enabled_metadata=1
metadata_expire=6h
type=rpm-md
repo_gpgcheck=0
46 changes: 46 additions & 0 deletions recipes/modules/beta/beta-packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
type: rpm-ostree
repos:
- atim-starship.repo
- negativo17-fedora-multimedia.repo
install:
# Utility
- age
- bash-completion
- bootc
- distrobox
- fastfetch
- neovim
- nu
- podman-compose
#- power-profiles-daemon
- python3-neovim
- starship
- vim

# Codecs
- ffmpeg
- ffmpeg-libs
- heif-pixbuf-loader
- libavcodec
- libheif
- pipewire-libs-extra

# Audio
- pipewire
- wireplumber

# Themes
- adw-gtk3-theme
- gtk-murrine-engine
- sassc

# Fonts
- rsms-inter-fonts

# Needed for winapps
- dialog
- nmap-ncat

remove:
- firefox
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
3 changes: 1 addition & 2 deletions recipes/modules/common/common-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ install:

remove:
- firefox
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
- htop
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
5 changes: 3 additions & 2 deletions recipes/recipe-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: This is my personal OS image.

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 41 # latest is also supported if you want new updates ASAP
image-version: beta # 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 All @@ -16,7 +16,8 @@ modules:
- from-file: modules/common/common-files.yml
- from-file: modules/common/common-flatpaks.yml
- from-file: modules/common/common-fonts.yml
- from-file: modules/common/common-packages.yml
#- from-file: modules/common/common-packages.yml
- from-file: modules/beta/beta-packages.yml
- from-file: modules/common/common-scripts.yml
- from-file: modules/cosmic/cosmic-packages.yml
- from-file: modules/dell/dell-xps-packages.yml
Expand Down

0 comments on commit 987e065

Please sign in to comment.