Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek): remove unused copr, add sddm, remove containerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Mar 2, 2024
1 parent b5bebe5 commit 0732865
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
12 changes: 2 additions & 10 deletions config/common/sneexy/mazurek/system.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
type: rpm-ostree
repos:
# swayfx
- https://copr.fedorainfracloud.org/coprs/swayfx/swayfx/repo/fedora-%OS_VERSION%/swayfx-swayfx-fedora-%OS_VERSION%.repo

# swayland
- https://copr.fedorainfracloud.org/coprs/sneexy/swayland/repo/fedora-%OS_VERSION%/sneexy-swayland-fedora-%OS_VERSION%.repo

# swaync
- https://copr.fedorainfracloud.org/coprs/erikreider/SwayNotificationCenter/repo/fedora-%OS_VERSION%/erikreider-SwayNotificationCenter-fedora-%OS_VERSION%.repo

Expand All @@ -22,8 +16,8 @@ repos:
- https://copr.fedorainfracloud.org/coprs/wezfurlong/wezterm-nightly/repo/fedora-%OS_VERSION%/wezfurlong-wezterm-nightly-fedora-%OS_VERSION%.repo
install:
# sddm, currently commented because of boot issues
#- sddm
#- sddm-wayland-generic
- sddm
- sddm-wayland-generic

# environment
- xorg-x11-server-Xwayland
Expand Down Expand Up @@ -56,9 +50,7 @@ install:
- bluez-tools
- blueman

# swayfx & utilities #
# hyprland & utilities
#- swayfx
- hyprland
- xdg-desktop-portal-hyprland
- xdg-desktop-portal-gtk
Expand Down
4 changes: 0 additions & 4 deletions config/containerfiles/sddm/Containerfile

This file was deleted.

5 changes: 0 additions & 5 deletions config/scripts/system-mazurek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ set -euo pipefail
wget "https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-$(rpm -E %fedora)/kylegospo-bazzite-fedora-$(rpm -E %fedora).repo" -O "/etc/yum.repos.d/_copr_kylegospo-bazzite.repo"
# multilib
wget "https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite-multilib/repo/fedora-$(rpm -E %fedora)/kylegospo-bazzite-multilib-fedora-$(rpm -E %fedora).repo" -O "/etc/yum.repos.d/_copr_kylegospo-bazzite-multilib.repo"
# swaylock
#wget "https://copr.fedorainfracloud.org/coprs/vrumger/swaylock-effects/repo/fedora-$(rpm -E %fedora)/vrumger-swaylock-effects-fedora-$(rpm -E %fedora).repo" -O "/etc/yum.repos.d/_copr_vrumger-swaylock-effects.repo"

# bazzite packages
rpm-ostree install joystickwake xwiimote-ng
Expand All @@ -27,13 +25,10 @@ fi

# disabling the respositories for the booted system (since they'll be dealt with in image creation)
# sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/swayfx-swayfx-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/sneexy-swayland-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/erikreider-SwayNotificationCenter-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/solopasha-hyprland-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/tofik-nwg-shell-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/home:manuelschneid3r.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/wezfurlong-wezterm-nightly-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite-multilib.repo
#sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_vrumger-swaylock-effects.repo

0 comments on commit 0732865

Please sign in to comment.