Add back vcpkg submodule now that curl bug is fixed
This commit is contained in:
parent
e3c0473f88
commit
0cc21d9795
2 changed files with 7 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = suyu-dev-qt6-git
|
pkgbase = suyu-dev-qt6-git
|
||||||
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)
|
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)
|
||||||
pkgver = r27347.d3f67d1e9c
|
pkgver = r27354.b911ac8516
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://git.suyu.dev/suyu/suyu
|
url = https://git.suyu.dev/suyu/suyu
|
||||||
install = suyu-dev-qt6-git.install
|
install = suyu-dev-qt6-git.install
|
||||||
|
@ -65,6 +65,7 @@ pkgbase = suyu-dev-qt6-git
|
||||||
source = git+https://github.com/libsdl-org/SDL.git
|
source = git+https://github.com/libsdl-org/SDL.git
|
||||||
source = git+https://github.com/yhirose/cpp-httplib.git
|
source = git+https://github.com/yhirose/cpp-httplib.git
|
||||||
source = ffmpeg::git+https://github.com/FFmpeg/FFmpeg.git
|
source = ffmpeg::git+https://github.com/FFmpeg/FFmpeg.git
|
||||||
|
source = git+https://github.com/microsoft/vcpkg.git
|
||||||
source = git+https://github.com/arun11299/cpp-jwt.git
|
source = git+https://github.com/arun11299/cpp-jwt.git
|
||||||
source = git+https://github.com/bylaws/libadrenotools.git
|
source = git+https://github.com/bylaws/libadrenotools.git
|
||||||
source = git+https://github.com/lat9nq/tzdb_to_nx.git
|
source = git+https://github.com/lat9nq/tzdb_to_nx.git
|
||||||
|
@ -105,5 +106,6 @@ pkgbase = suyu-dev-qt6-git
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
b2sums = SKIP
|
||||||
|
|
||||||
pkgname = suyu-dev-qt6-git
|
pkgname = suyu-dev-qt6-git
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
_pkgname=suyu
|
_pkgname=suyu
|
||||||
_branch=dev
|
_branch=dev
|
||||||
pkgname=suyu-dev-qt6-git
|
pkgname=suyu-dev-qt6-git
|
||||||
pkgver=r27347.d3f67d1e9c
|
pkgver=r27354.b911ac8516
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)"
|
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -73,6 +73,7 @@ source=(
|
||||||
git+https://github.com/libsdl-org/SDL.git
|
git+https://github.com/libsdl-org/SDL.git
|
||||||
git+https://github.com/yhirose/cpp-httplib.git
|
git+https://github.com/yhirose/cpp-httplib.git
|
||||||
ffmpeg::git+https://github.com/FFmpeg/FFmpeg.git
|
ffmpeg::git+https://github.com/FFmpeg/FFmpeg.git
|
||||||
|
git+https://github.com/microsoft/vcpkg.git
|
||||||
git+https://github.com/arun11299/cpp-jwt.git
|
git+https://github.com/arun11299/cpp-jwt.git
|
||||||
git+https://github.com/bylaws/libadrenotools.git
|
git+https://github.com/bylaws/libadrenotools.git
|
||||||
git+https://github.com/lat9nq/tzdb_to_nx.git
|
git+https://github.com/lat9nq/tzdb_to_nx.git
|
||||||
|
@ -114,6 +115,7 @@ b2sums=('SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
@ -123,7 +125,7 @@ pkgver() {
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$_pkgname"
|
cd "$srcdir/$_pkgname"
|
||||||
for submodule in {enet,cubeb,dynarmic,libusb,discord-rpc,Vulkan-Headers,sirit,mbedtls,xbyak,opus,SDL,cpp-httplib,ffmpeg,cpp-jwt,libadrenotools,tzdb_to_nx,VulkanMemoryAllocator,breakpad,simpleini,oaknut,Vulkan-Utility-Libraries};
|
for submodule in {enet,cubeb,dynarmic,libusb,discord-rpc,Vulkan-Headers,sirit,mbedtls,xbyak,opus,SDL,cpp-httplib,ffmpeg,vcpkg,cpp-jwt,libadrenotools,tzdb_to_nx,VulkanMemoryAllocator,breakpad,simpleini,oaknut,Vulkan-Utility-Libraries};
|
||||||
do
|
do
|
||||||
git config --file=.gitmodules submodule.$submodule.url "${srcdir}"/$submodule
|
git config --file=.gitmodules submodule.$submodule.url "${srcdir}"/$submodule
|
||||||
done
|
done
|
||||||
|
|
Reference in a new issue