[lilac] updated to 1699-1
This commit is contained in:
parent
6acd90b0c9
commit
2c176383ae
2 changed files with 6 additions and 9 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,12 +1,11 @@
|
||||||
pkgbase = yuzu-early-access
|
pkgbase = yuzu-early-access
|
||||||
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)
|
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)
|
||||||
pkgver = 1696
|
pkgver = 1699
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://yuzu-emu.org/
|
url = https://yuzu-emu.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
makedepends = gcc10
|
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = glslang
|
makedepends = glslang
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
@ -41,8 +40,8 @@ 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-1696.tar.gz
|
source = https://github.com/pineappleEA/pineapple-src/archive/EA-1699.tar.gz
|
||||||
md5sums = 7ac2ea34c90c3058702284e03aafa5ec
|
md5sums = 5b650d6208c4ff178f61fe29f14cef19
|
||||||
|
|
||||||
pkgname = yuzu-early-access
|
pkgname = yuzu-early-access
|
||||||
|
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
_pkgname=yuzu
|
_pkgname=yuzu
|
||||||
pkgname=$_pkgname-early-access
|
pkgname=$_pkgname-early-access
|
||||||
pkgver=1696
|
pkgver=1699
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)"
|
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://yuzu-emu.org/"
|
url="https://yuzu-emu.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('boost-libs' 'shared-mime-info' 'hicolor-icon-theme' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-webengine' 'libxkbcommon-x11' 'ffmpeg' 'fmt' 'libzip' 'opus' 'libfdk-aac' 'lz4' 'mbedtls' 'openssl' 'zstd')
|
depends=('boost-libs' 'shared-mime-info' 'hicolor-icon-theme' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-webengine' 'libxkbcommon-x11' 'ffmpeg' 'fmt' 'libzip' 'opus' 'libfdk-aac' 'lz4' 'mbedtls' 'openssl' 'zstd')
|
||||||
makedepends=('gcc10' 'git' 'glslang' 'cmake' 'ninja' 'python2' 'graphviz' 'doxygen' 'clang' 'boost' 'catch2' 'nlohmann-json' 'rapidjson' 'qt5-tools' 'desktop-file-utils')
|
makedepends=('git' 'glslang' 'cmake' 'ninja' 'python2' 'graphviz' 'doxygen' 'clang' 'boost' 'catch2' 'nlohmann-json' 'rapidjson' 'qt5-tools' 'desktop-file-utils')
|
||||||
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-${pkgver}.tar.gz")
|
source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz")
|
||||||
md5sums=('7ac2ea34c90c3058702284e03aafa5ec')
|
md5sums=('5b650d6208c4ff178f61fe29f14cef19')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/pineapple-src-EA-${pkgver}"
|
cd "$srcdir/pineapple-src-EA-${pkgver}"
|
||||||
|
@ -29,8 +29,6 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/pineapple-src-EA-${pkgver}"
|
cd "$srcdir/pineapple-src-EA-${pkgver}"
|
||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
export CC=gcc-10
|
|
||||||
export CXX=g++-10
|
|
||||||
cmake .. -GNinja \
|
cmake .. -GNinja \
|
||||||
-DTITLE_BAR_FORMAT_IDLE="yuzu Early Access $pkgver" \
|
-DTITLE_BAR_FORMAT_IDLE="yuzu Early Access $pkgver" \
|
||||||
-DTITLE_BAR_FORMAT_RUNNING="yuzu Early Access $pkgver | {3}" \
|
-DTITLE_BAR_FORMAT_RUNNING="yuzu Early Access $pkgver | {3}" \
|
||||||
|
|
Loading…
Reference in a new issue