Skip to content

Commit

Permalink
Replace ayaled with ayaneo-platform-dkms-git.
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaq committed Feb 4, 2024
1 parent a44eb76 commit 54ecf2e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export PACKAGE_OVERRIDES="\
# Which is often the same as the package name but it can be different.
# Check on the AUR webpage if you are unsure
export AUR_PACKAGES="\
ayaled \
ayaneo-platform-dkms-git \
ayn-platform-dkms-git \
bcm20702a1-firmware \
boxtron \
Expand Down Expand Up @@ -258,11 +258,11 @@ postinstallhook() {
# Add sudo permissions
sed -i '/%wheel ALL=(ALL:ALL) ALL/s/^# //g' /etc/sudoers
echo "${USERNAME} ALL=(ALL) NOPASSWD: /usr/bin/dmidecode -t 11
" > /etc/sudoers.d/steam
" >/etc/sudoers.d/steam
echo "${USERNAME} ALL=(ALL) NOPASSWD: /usr/bin/chimera-session-use-gamescope
${USERNAME} ALL=(ALL) NOPASSWD: /usr/bin/chimera-session-use-lightdm
${USERNAME} ALL=(ALL) NOPASSWD: /usr/share/chimera/bin/power-tool
" > /etc/sudoers.d/chimera
" >/etc/sudoers.d/chimera

# disable retroarch menu in joypad configs
find /usr/share/libretro/autoconfig -type f -name '*.cfg' | xargs -d '\n' sed -i '/input_menu_toggle_btn/d'
Expand All @@ -289,18 +289,18 @@ postinstallhook() {

# clean up desktop shortcuts
sed -i -e 's/Name=Steam (Runtime)/Name=Steam/' /usr/share/applications/steam.desktop
find /usr/share/applications/* | \
grep -v org.chimeraos.Gamescope.desktop | \
grep -v org.chimeraos.app.desktop | \
grep -v org.gnome.Console.desktop | \
grep -v org.gnome.DiskUtility.desktop | \
grep -v org.gnome.FileRoller.desktop | \
grep -v org.gnome.Nautilus.desktop | \
grep -v org.gnome.Settings.desktop | \
grep -v org.gnome.Software.desktop | \
grep -v org.gnome.TextEditor.desktop | \
grep -v steam.desktop | \
xargs -I {} sh -c "echo NoDisplay=true >> {}"
find /usr/share/applications/* |
grep -v org.chimeraos.Gamescope.desktop |
grep -v org.chimeraos.app.desktop |
grep -v org.gnome.Console.desktop |
grep -v org.gnome.DiskUtility.desktop |
grep -v org.gnome.FileRoller.desktop |
grep -v org.gnome.Nautilus.desktop |
grep -v org.gnome.Settings.desktop |
grep -v org.gnome.Software.desktop |
grep -v org.gnome.TextEditor.desktop |
grep -v steam.desktop |
xargs -I {} sh -c "echo NoDisplay=true >> {}"

# force -steamdeck option in desktop mode to prevent constant steam updates
sed -i 's,Exec=/usr/bin/steam-runtime,Exec=/usr/bin/steam-runtime -steamdeck,' /usr/share/applications/steam.desktop
Expand Down

0 comments on commit 54ecf2e

Please sign in to comment.