From ab70a4a2ae986792ab62cb78e8b1d00ecdd2ccef Mon Sep 17 00:00:00 2001 From: HurricanePootis Date: Thu, 14 Mar 2024 17:00:57 -0500 Subject: [PATCH] Fix .desktop --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c0b0647..cddf07f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = suyu-dev-qt6-git pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6) - pkgver = r27189.8b8aa84e70 + pkgver = r27191.e29c55dd98 pkgrel = 1 url = https://gitlab.com/suyu-emu/suyu install = suyu-dev-qt6-git.install diff --git a/PKGBUILD b/PKGBUILD index 41c233c..fa8cf56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=suyu _branch=dev pkgname=suyu-dev-qt6-git -pkgver=r27189.8b8aa84e70 +pkgver=r27191.e29c55dd98 pkgrel=1 pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)" arch=(x86_64) @@ -200,7 +200,7 @@ package() { install -Dm644 ${_pkgname}/dist/72-suyu-input.rules -t "${pkgdir}"/usr/lib/udev/rules.d/ cd "${pkgdir}"/usr/share/applications - sed -i '12s/Exec=suyu/Exec=env QT_QPA_PLATFORM=xcb yuzu/' org.suyu_emu.suyu.desktop + sed -i '12s/Exec=suyu/Exec=env QT_QPA_PLATFORM=xcb suyu/' org.suyu_emu.suyu.desktop } # vim: ts=2 sw=2 et