Skip to content

Commit

Permalink
Ports: Update relocated ports
Browse files Browse the repository at this point in the history
Port repos have been moved to the new SerenityPorts organization on
GitHub, to declutter the main SerenityOS organization.
  • Loading branch information
awesomekling committed Aug 30, 2021
1 parent 51ea4d3 commit aa2e19e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Ports/SDL2/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ port=SDL2
version=git
workdir=SDL-main-serenity
useconfigure=true
files="https://github.com/SerenityOS/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
files="https://github.com/SerenityPorts/SDL/archive/main-serenity.tar.gz SDL2-git.tar.gz"
configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_SOURCE_DIR}/Toolchain/CMake/CMakeToolchain.txt -DPULSEAUDIO=OFF -DJACK=OFF"

configure() {
Expand Down
2 changes: 1 addition & 1 deletion Ports/doom/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
port=doom
workdir=SerenityDOOM-master
version=git
files="https://github.com/SerenityOS/SerenityDOOM/archive/master.tar.gz doom-git.tar.gz"
files="https://github.com/SerenityPorts/SerenityDOOM/archive/master.tar.gz doom-git.tar.gz"
makeopts="-C doomgeneric/"
installopts="-C doomgeneric/"
launcher_name=Doom
Expand Down
2 changes: 1 addition & 1 deletion Ports/nesalizer/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ port=nesalizer
version=git
workdir=${port}-master
makeopts="CONF=release EXTRA=-I${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2"
files="https://github.com/SerenityOS/nesalizer/archive/master.zip nesalizer-master.zip"
files="https://github.com/SerenityPorts/nesalizer/archive/master.zip nesalizer-master.zip"
depends=SDL2
2 changes: 1 addition & 1 deletion Ports/quake/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ port=quake
version=0.65
workdir=SerenityQuake-master
useconfigure=false
files="https://github.com/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz"
files="https://github.com/SerenityPorts/SerenityQuake/archive/master.tar.gz quake.tar.gz"
makeopts="V=1 SYMBOLS_ON=Y "
depends=SDL2
launcher_name=Quake
Expand Down
2 changes: 1 addition & 1 deletion Ports/quake2/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ port=quake2
version=0.1
workdir=SerenityQuakeII-master
useconfigure=true
files="https://github.com/SerenityOS/SerenityQuakeII/archive/master.tar.gz quake2.tar.gz"
files="https://github.com/SerenityPorts/SerenityQuakeII/archive/master.tar.gz quake2.tar.gz"
makeopts=""
configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_SOURCE_DIR}/Toolchain/CMake/CMakeToolchain.txt"
depends=SDL2
Expand Down
2 changes: 1 addition & 1 deletion Ports/stpuzzles/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ useconfigure=true
version=git
workdir=stpuzzles-main
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt"
files="https://github.com/SerenityOS/stpuzzles/archive/refs/heads/main.zip stpuzzles.zip"
files="https://github.com/SerenityPorts/stpuzzles/archive/refs/heads/main.zip stpuzzles.zip"

configure() {
run cmake $configopts -DCMAKE_CXX_FLAGS="-std=c++2a -O2"
Expand Down

0 comments on commit aa2e19e

Please sign in to comment.