2021-07-06 10:28:37 +02:00
|
|
|
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
|
2022-07-10 17:47:11 +02:00
|
|
|
_version=20220710-3994211fa
|
2021-07-06 10:28:37 +02:00
|
|
|
pkgname=yuzu-mainline-bin
|
2020-07-22 16:17:06 +02:00
|
|
|
provides=('yuzu' 'yuzu-cmd')
|
2021-10-26 18:15:41 +02:00
|
|
|
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
|
2022-07-10 17:47:11 +02:00
|
|
|
pkgver=0.1083
|
2021-07-07 07:57:07 +02:00
|
|
|
pkgrel=1
|
2021-07-06 10:28:37 +02:00
|
|
|
pkgdesc="Nintendo Switch emulator - mainline branch"
|
2020-10-01 19:40:00 +02:00
|
|
|
arch=('x86_64')
|
2021-07-06 10:28:37 +02:00
|
|
|
url="https://github.com/yuzu-emu/yuzu-mainline"
|
|
|
|
license=('GPL2')
|
2021-11-26 18:09:36 +01:00
|
|
|
depends=('qt5-base' 'opus' 'hicolor-icon-theme')
|
2020-07-22 16:17:06 +02:00
|
|
|
optdepends=('qt5-wayland: for Wayland support')
|
2021-07-06 10:28:37 +02:00
|
|
|
source=("${url}/releases/download/mainline-${pkgver/./-}/yuzu-linux-${_version}.tar.xz"
|
|
|
|
# icon and desktop from upstream not included in sources
|
|
|
|
"yuzu.svg"
|
|
|
|
"yuzu.desktop")
|
2022-07-10 17:47:11 +02:00
|
|
|
sha512sums=('8bf6888c097cefe8fbfaa6619b4822f7f403b34d024e7bcfb8bfa357eed2d9bb4d13f75df0a9b2155a576987bcdc82d70b11fd2656ccbeb1682474a4c3e32d20'
|
2021-07-06 10:28:37 +02:00
|
|
|
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
|
2022-01-05 10:25:23 +01:00
|
|
|
'5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2')
|
2020-07-22 16:17:06 +02:00
|
|
|
package() {
|
2021-07-06 10:28:37 +02:00
|
|
|
install -Dm644 yuzu.desktop -t "$pkgdir/usr/share/applications"
|
|
|
|
install -Dm644 yuzu.svg -t "$pkgdir/usr/share/icons/hicolor/scalable/apps"
|
|
|
|
install -Dm755 yuzu-linux-${_version}/yuzu{,-cmd} -t "$pkgdir/usr/bin"
|
|
|
|
}
|