1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

Ports: Remove auth_type for our own packages

Otherwise we'd have to update them in this repository
every time something changes.
This commit is contained in:
Gunnar Beutner 2021-04-19 21:49:13 +02:00 committed by Linus Groh
parent 111ac4b1f4
commit 12ed436562
3 changed files with 3 additions and 6 deletions

View file

@ -3,8 +3,7 @@ port=SDL2
version=serenity-git version=serenity-git
workdir=SDL-main-serenity workdir=SDL-main-serenity
useconfigure=true useconfigure=true
files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz 18ce496be8644b0eb7fc4cad0d8dd5ff" files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
auth_type=md5
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF" configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"
configure() { configure() {

View file

@ -2,6 +2,5 @@
port=nesalizer port=nesalizer
version=master version=master
makeopts="CONF=release EXTRA=-I${SERENITY_SOURCE_DIR}/Build/i686/Root/usr/local/include/SDL2" makeopts="CONF=release EXTRA=-I${SERENITY_SOURCE_DIR}/Build/i686/Root/usr/local/include/SDL2"
files="https://github.com/SerenityOS/nesalizer/archive/master.zip nesalizer-master.zip 0bbcde24c2366ced827ad63935f557cf" files="https://github.com/SerenityOS/nesalizer/archive/master.zip nesalizer-master.zip"
auth_type=md5
depends=SDL2 depends=SDL2

View file

@ -3,8 +3,7 @@ port=quake
version=0.65 version=0.65
workdir=SerenityQuake-master workdir=SerenityQuake-master
useconfigure=false useconfigure=false
files="https://github.com/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz 5d981f66accc580f80d20aee260e1f27" files="https://github.com/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz"
auth_type=md5
makeopts="V=1 SYMBOLS_ON=Y " makeopts="V=1 SYMBOLS_ON=Y "
depends=SDL2 depends=SDL2