vita3k-git: update PKGBUILD

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-01-10 14:57:17 +01:00
parent 5f42bafdad
commit 1c9245f7be
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 4 additions and 45 deletions

View file

@ -12,6 +12,8 @@ pkgbase = vita3k-git
makedepends = vulkan-headers makedepends = vulkan-headers
makedepends = glslang makedepends = glslang
makedepends = gtest makedepends = gtest
depends = boost
depends = gtk3
depends = sdl2 depends = sdl2
depends = capstone depends = capstone
depends = spdlog depends = spdlog
@ -27,29 +29,20 @@ pkgbase = vita3k-git
provides = vita3k provides = vita3k
conflicts = vita3k conflicts = vita3k
source = git+https://github.com/vita3k/vita3k.git source = git+https://github.com/vita3k/vita3k.git
source = git+https://github.com/serge1/ELFIO.git
source = git+https://github.com/aquynh/capstone.git
source = git+https://github.com/vitasdk/vita-headers.git source = git+https://github.com/vitasdk/vita-headers.git
source = git+https://github.com/jbeder/yaml-cpp.git
source = git+https://github.com/Vita3K/vita-toolchain.git source = git+https://github.com/Vita3K/vita-toolchain.git
source = git+https://github.com/jonasmr/microprofile.git source = git+https://github.com/jonasmr/microprofile.git
source = git+https://github.com/tcbrindle/sdl2-cmake-scripts.git source = git+https://github.com/tcbrindle/sdl2-cmake-scripts.git
source = git+https://github.com/gabime/spdlog.git
source = git+https://github.com/nothings/stb.git source = git+https://github.com/nothings/stb.git
source = git+https://github.com/tronkko/dirent.git source = git+https://github.com/tronkko/dirent.git
source = git+https://github.com/B-Con/crypto-algorithms.git source = git+https://github.com/B-Con/crypto-algorithms.git
source = git+https://github.com/ocornut/imgui.git source = git+https://github.com/ocornut/imgui.git
source = git+https://github.com/google/googletest.git source = git+https://github.com/google/googletest.git
source = git+https://github.com/Vita3K/shaders-db.git source = git+https://github.com/Vita3K/shaders-db.git
source = git+https://github.com/KhronosGroup/glslang.git
source = git+https://github.com/vita3k/SPIRV-Cross.git
source = git+https://github.com/Vita3K/ext-boost.git source = git+https://github.com/Vita3K/ext-boost.git
source = git+https://github.com/Vita3K/dlmalloc.git source = git+https://github.com/Vita3K/dlmalloc.git
source = git+https://github.com/vita3k/printf.git source = git+https://github.com/vita3k/printf.git
source = git+https://github.com/ocornut/imgui_club.git source = git+https://github.com/ocornut/imgui_club.git
source = git+https://github.com/unicorn-engine/unicorn.git
source = git+https://github.com/discordapp/discord-rpc.git
source = git+https://github.com/zeux/pugixml.git
source = git+https://github.com/aantron/better-enums.git source = git+https://github.com/aantron/better-enums.git
source = git+https://github.com/illusionman1212/nativefiledialog-cmake.git source = git+https://github.com/illusionman1212/nativefiledialog-cmake.git
source = git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git source = git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
@ -75,15 +68,6 @@ pkgbase = vita3k-git
md5sums = SKIP md5sums = SKIP
md5sums = SKIP md5sums = SKIP
md5sums = SKIP md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
pkgname = vita3k-git pkgname = vita3k-git

View file

@ -18,6 +18,8 @@ makedepends=(
'gtest' 'gtest'
) )
depends=( depends=(
'boost'
'gtk3'
'sdl2' 'sdl2'
'capstone' 'capstone'
'spdlog' 'spdlog'
@ -35,29 +37,20 @@ provides=('vita3k')
conflicts=('vita3k') conflicts=('vita3k')
source=( source=(
"git+https://github.com/vita3k/vita3k.git" "git+https://github.com/vita3k/vita3k.git"
"git+https://github.com/serge1/ELFIO.git"
"git+https://github.com/aquynh/capstone.git"
"git+https://github.com/vitasdk/vita-headers.git" "git+https://github.com/vitasdk/vita-headers.git"
"git+https://github.com/jbeder/yaml-cpp.git"
"git+https://github.com/Vita3K/vita-toolchain.git" "git+https://github.com/Vita3K/vita-toolchain.git"
"git+https://github.com/jonasmr/microprofile.git" "git+https://github.com/jonasmr/microprofile.git"
"git+https://github.com/tcbrindle/sdl2-cmake-scripts.git" "git+https://github.com/tcbrindle/sdl2-cmake-scripts.git"
"git+https://github.com/gabime/spdlog.git"
"git+https://github.com/nothings/stb.git" "git+https://github.com/nothings/stb.git"
"git+https://github.com/tronkko/dirent.git" "git+https://github.com/tronkko/dirent.git"
"git+https://github.com/B-Con/crypto-algorithms.git" "git+https://github.com/B-Con/crypto-algorithms.git"
"git+https://github.com/ocornut/imgui.git" "git+https://github.com/ocornut/imgui.git"
"git+https://github.com/google/googletest.git" "git+https://github.com/google/googletest.git"
"git+https://github.com/Vita3K/shaders-db.git" "git+https://github.com/Vita3K/shaders-db.git"
"git+https://github.com/KhronosGroup/glslang.git"
"git+https://github.com/vita3k/SPIRV-Cross.git"
"git+https://github.com/Vita3K/ext-boost.git" "git+https://github.com/Vita3K/ext-boost.git"
"git+https://github.com/Vita3K/dlmalloc.git" "git+https://github.com/Vita3K/dlmalloc.git"
"git+https://github.com/vita3k/printf.git" "git+https://github.com/vita3k/printf.git"
"git+https://github.com/ocornut/imgui_club.git" "git+https://github.com/ocornut/imgui_club.git"
"git+https://github.com/unicorn-engine/unicorn.git"
"git+https://github.com/discordapp/discord-rpc.git"
"git+https://github.com/zeux/pugixml.git"
"git+https://github.com/aantron/better-enums.git" "git+https://github.com/aantron/better-enums.git"
"git+https://github.com/illusionman1212/nativefiledialog-cmake.git" "git+https://github.com/illusionman1212/nativefiledialog-cmake.git"
"git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git" "git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git"
@ -85,15 +78,6 @@ md5sums=(
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
) )
pkgver() { pkgver() {
@ -104,29 +88,20 @@ pkgver() {
prepare() { prepare() {
cd "${_pkgname}" cd "${_pkgname}"
git submodule init git submodule init
git config submodule.src/external/elfio.url "${srcdir}/ELFIO"
git config submodule.src/external/capstone.url "${srcdir}/capstone"
git config submodule.src/external/vita-headers.url "${srcdir}/vita-headers" git config submodule.src/external/vita-headers.url "${srcdir}/vita-headers"
git config submodule.src/external/yaml-cpp.url "${srcdir}/yaml-cpp"
git config submodule.src/external/vita-toolchain.url "${srcdir}/vita-toolchain" git config submodule.src/external/vita-toolchain.url "${srcdir}/vita-toolchain"
git config submodule.src/external/microprofile.url "${srcdir}/microprofile" git config submodule.src/external/microprofile.url "${srcdir}/microprofile"
git config submodule.src/external/sdl2-cmake-scripts.url "${srcdir}/sdl2-cmake-scripts" git config submodule.src/external/sdl2-cmake-scripts.url "${srcdir}/sdl2-cmake-scripts"
git config submodule.src/external/spdlogs.url "${srcdir}/spdlog"
git config submodule.src/external/stb.url "${srcdir}/stb" git config submodule.src/external/stb.url "${srcdir}/stb"
git config submodule.src/external/dirent.url "${srcdir}/dirent" git config submodule.src/external/dirent.url "${srcdir}/dirent"
git config submodule.src/external/crypto-algorithms.url "${srcdir}/crypto-algorithms" git config submodule.src/external/crypto-algorithms.url "${srcdir}/crypto-algorithms"
git config submodule.src/external/imgui.url "${srcdir}/imgui" git config submodule.src/external/imgui.url "${srcdir}/imgui"
git config submodule.src/external/googletest.url "${srcdir}/googletest" git config submodule.src/external/googletest.url "${srcdir}/googletest"
git config submodule.src/external/shaders-db.url "${srcdir}/shaders-db" git config submodule.src/external/shaders-db.url "${srcdir}/shaders-db"
git config submodule.src/external/glslang.url "${srcdir}/glslang"
git config submodule.src/external/SPIRV-Cross.url "${srcdir}/SPIRV-Cross"
git config submodule.src/external/boost.url "${srcdir}/ext-boost" git config submodule.src/external/boost.url "${srcdir}/ext-boost"
git config submodule.src/external/dlmalloc.url "${srcdir}/dlmalloc" git config submodule.src/external/dlmalloc.url "${srcdir}/dlmalloc"
git config submodule.src/external/printf.url "${srcdir}/printf" git config submodule.src/external/printf.url "${srcdir}/printf"
git config submodule.src/external/imgui_club.url "${srcdir}/imgui_club" git config submodule.src/external/imgui_club.url "${srcdir}/imgui_club"
git config submodule.src/external/unicorn-src.url "${srcdir}/unicorn"
git config submodule.src/external/discord-rpc.url "${srcdir}/discord-rpc"
git config submodule.src/external/pugixml.url "${srcdir}/pugixml"
git config submodule.src/external/better-enums.url "${srcdir}/better-enums" git config submodule.src/external/better-enums.url "${srcdir}/better-enums"
git config submodule.src/external/nativefiledialog-cmake.url "${srcdir}/nativefiledialog-cmake" git config submodule.src/external/nativefiledialog-cmake.url "${srcdir}/nativefiledialog-cmake"
git config submodule.src/external/VulkanMemoryAllocator.url "${srcdir}/VulkanMemoryAllocator" git config submodule.src/external/VulkanMemoryAllocator.url "${srcdir}/VulkanMemoryAllocator"