summaryrefslogtreecommitdiff
path: root/Ports/.port_include.sh
AgeCommit message (Expand)Author
2021-07-22Ports: Add overridable pre_fetch method in .port_include.shKenneth Myhra
2021-07-20Ports: Add launcher_run_in_terminal package.sh variableLinus Groh
2021-07-08Ports: Add './package.sh shell' to get a shell with the build env setpancake
2021-06-16Ports: Add port for DungeonRushGunnar Beutner
2021-06-10Ports: Add pre_fetch to .port_include.shEgor Ananyin
2021-06-09Ports: .port_include.sh add install_icon functionMax Trussell
2021-06-04Ports: Create launchers for the stpuzzles portGunnar Beutner
2021-06-04Ports: Don't set the current working directory in the launcher scriptGunnar Beutner
2021-05-20Ports: Only do build check for configure, build, and install stepsLinus Groh
2021-05-20Ports: Add build completion sanity check to .port_include.shLinus Groh
2021-04-27Ports: Change how we invoke ccache because some ports didn't use itGunnar Beutner
2021-04-25Ports: Try to download files again when verification failsGunnar Beutner
2021-04-25Ports: Remove support for algos other than sha256 and sigGunnar Beutner
2021-04-25Ports: Pass along any command arguments in package.shJelle Raaijmakers
2021-04-23Ports: Detect more types of errors in the AvailablePorts.md fileGunnar Beutner
2021-04-23Ports: Add launchers for some of the portsGunnar Beutner
2021-04-21Ports: Build ports only once when running build_all.shGunnar Beutner
2021-04-18Ports: Enable building ports with ccacheGunnar Beutner
2021-04-14Port: Support running some configure/build commands with the host toolchainGunnar Beutner
2021-04-14Ports: Make sure pkg-config only picks up packages from the targetGunnar Beutner
2021-04-12Ports: fallback to pro when curl is not installedPeter Elliott
2021-04-12Ports: Require less commands in .port_include.shPeter Elliott
2021-04-12Meta: Add install-ports CMake targetPeter Elliott
2021-03-13Ports: Use SERENITY_ARCH in .port_include.sh if already definedLinus Groh
2021-03-13Ports: Use SERENITY_ARCH in --target/--hostLinus Groh
2021-03-13Ports: Remove/replace hardcoded i686-pc-serenity-{gcc,g++,ar,ranlib}Linus Groh
2021-03-11Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIRLinus Groh
2021-02-02Ports: Add post_configure functionLinus Groh
2021-02-01Ports: Move packages.db from Ports/ to Build/Linus Groh
2021-01-25Ports: Improve configure scriptTheMorc
2021-01-23Ports: Install dependencies in separate "installdepends" stepLinus Groh
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-17Ports: Rename a few .diff files to .patchLinus Groh
2020-12-31Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688)Dan MacDonald
2020-12-29Build: Support non-i686 toolchainsmeme
2020-06-09Ports: Use keyserver.ubuntu.com as .sig keyserver (#2535)Nico Weber
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-04-15Ports: Support pre_configure scriptLinus Groh
2020-03-25Ports/bash: Make a /bin/bash symlink to /usr/local/bin/bashAndreas Kling
2020-02-06Ports: Improve port build sriptEmanuel Sprung
2019-12-23Ports: Do not download sources if they're already presentSergey Bugaev
2019-12-20Build: get rid of UseIt.shjoshua stein
2019-12-06Ports: Use unzip to extract zips if bsdtar unavailable (#855)Larkin
2019-11-13Ports: Add support for zip files and ensure configure is executable (#773)Dan MacDonald
2019-11-03Ports: Undo POSIX sh compliance changes for nowAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-09-24Ports: Update uninstall function to use $SERENITY_ROOTLarkin Nickle
2019-09-24Ports: Switch to new ports system (#594)Larkin
2019-09-06Ports: Always export Serenity's GCC and G++ in the build environmentAndreas Kling
2019-07-01Ports: Force curl to follow redirects in run_fetch_web() (#266)Dan MacDonald