[lilac] updated to 2878-1
This commit is contained in:
parent
ca5e36c562
commit
423ee8d6c9
2 changed files with 7 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = yuzu-early-access
|
pkgbase = yuzu-early-access
|
||||||
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (early access version)
|
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (early access version)
|
||||||
pkgver = 2859
|
pkgver = 2878
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://yuzu-emu.org/
|
url = https://yuzu-emu.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -40,9 +40,9 @@ pkgbase = yuzu-early-access
|
||||||
optdepends = qt5-wayland: for Wayland support
|
optdepends = qt5-wayland: for Wayland support
|
||||||
provides = yuzu
|
provides = yuzu
|
||||||
conflicts = yuzu
|
conflicts = yuzu
|
||||||
source = https://github.com/pineappleEA/pineapple-src/archive/EA-2859.tar.gz
|
source = https://github.com/pineappleEA/pineapple-src/archive/EA-2878.tar.gz
|
||||||
source = inject-git-info.patch
|
source = inject-git-info.patch
|
||||||
md5sums = 5a3590b6ed40f49122d415792ac50b26
|
md5sums = 30b69ffb0ff2d897a372893915e43460
|
||||||
md5sums = 3f0a9f3d79cbe4759e9ef550dbad0baa
|
md5sums = 3f0a9f3d79cbe4759e9ef550dbad0baa
|
||||||
|
|
||||||
pkgname = yuzu-early-access
|
pkgname = yuzu-early-access
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
_pkgname=yuzu
|
_pkgname=yuzu
|
||||||
pkgname=$_pkgname-early-access
|
pkgname=$_pkgname-early-access
|
||||||
pkgver=2859
|
pkgver=2878
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (early access version)"
|
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (early access version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -15,7 +15,7 @@ provides=('yuzu')
|
||||||
conflicts=('yuzu')
|
conflicts=('yuzu')
|
||||||
source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz"
|
source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz"
|
||||||
"inject-git-info.patch")
|
"inject-git-info.patch")
|
||||||
md5sums=('5a3590b6ed40f49122d415792ac50b26'
|
md5sums=('30b69ffb0ff2d897a372893915e43460'
|
||||||
'3f0a9f3d79cbe4759e9ef550dbad0baa')
|
'3f0a9f3d79cbe4759e9ef550dbad0baa')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -34,6 +34,7 @@ prepare() {
|
||||||
sed -i -e '/Name=yuzu/ s/$/ Early Access/' dist/yuzu.desktop
|
sed -i -e '/Name=yuzu/ s/$/ Early Access/' dist/yuzu.desktop
|
||||||
sed -i -e '/yuzu %f/a StartupWMClass=yuzu' dist/yuzu.desktop
|
sed -i -e '/yuzu %f/a StartupWMClass=yuzu' dist/yuzu.desktop
|
||||||
sed -i -e 's_^MimeType=.*_&application/x-nx-nsp;application/x-nx-xci;_' dist/yuzu.desktop
|
sed -i -e 's_^MimeType=.*_&application/x-nx-nsp;application/x-nx-xci;_' dist/yuzu.desktop
|
||||||
|
|
||||||
curl -s https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml > ./dist/yuzu.xml || curl -s https://gitlab.com/samantas5855/pineapple/-/raw/master/yuzu.xml > ./dist/yuzu.xml
|
curl -s https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml > ./dist/yuzu.xml || curl -s https://gitlab.com/samantas5855/pineapple/-/raw/master/yuzu.xml > ./dist/yuzu.xml
|
||||||
}
|
}
|
||||||
build() {
|
build() {
|
||||||
|
@ -56,6 +57,7 @@ build() {
|
||||||
-DYUZU_USE_BUNDLED_LIBUSB=OFF \
|
-DYUZU_USE_BUNDLED_LIBUSB=OFF \
|
||||||
-DYUZU_USE_BUNDLED_QT=OFF \
|
-DYUZU_USE_BUNDLED_QT=OFF \
|
||||||
-DYUZU_USE_EXTERNAL_SDL2=OFF
|
-DYUZU_USE_EXTERNAL_SDL2=OFF
|
||||||
|
rm ../src/core/network/network.h
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue