Skip to content

Commit

Permalink
Reapply "feat(f40): Add Mutter patched with Xwayland scaling, Triple …
Browse files Browse the repository at this point in the history
…Buffering, and Nvidia copy optimization (#1160)"

This reverts commit d8440b4.
  • Loading branch information
KyleGospo committed Apr 20, 2024
1 parent d8440b4 commit 5ea9c15
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions build_files/base/copr-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,21 @@ if [ ${FEDORA_MAJOR_VERSION} -eq "39" ]; then
rpm-ostree install ptyxis
fi

# 40 gets only Ptyxis
# 40 gets Ptyxis and patched Mutter
if [ ${FEDORA_MAJOR_VERSION} -eq "40" ]; then
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
vte291 \
vte-profile
rpm-ostree install ptyxis
if [[ "${BASE_IMAGE_NAME}" =~ "silverblue" ]]; then
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
mutter
fi
fi

# Add Nerd Fonts
wget https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo
wget https://copr.fedorainfracloud.org/coprs/che/nerd-fonts/repo/fedora-"${FEDORA_MAJOR_VERSION}"/che-nerd-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo

0 comments on commit 5ea9c15

Please sign in to comment.