Skip to content

Commit

Permalink
move to latest master to reduce some patches needed
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Dec 13, 2021
1 parent 9d77d71 commit 3f6f822
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 932 deletions.
13 changes: 4 additions & 9 deletions N/Notcurses/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@ using BinaryBuilder
name = "Notcurses"
version = v"3.0.0"
sources = [
ArchiveSource("https://github.com/dankamongmen/notcurses/archive/refs/tags/v$(version).tar.gz",
"b4839108ca8f9aef31d2f537485cbd878356bbcd4ad4f7a4dd19e72201d01cee"),
GitSource("https://github.com/dankamongmen/notcurses",
"d49a0375b762c9ec60ffb9e35b973643acfd69ab"),
DirectorySource("./bundled"),
]

script = raw"""
cd ${WORKSPACE}/srcdir/notcurses-*/
cd ${WORKSPACE}/srcdir/notcurses*/
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/repent.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/0001-compat-only-declare-strndup-on-windows-c-2428.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/0001-CMake-require-LIBRT-wherever-we-require-LIBM-2453.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/0001-CMake-everything-wants-LIBRT-2453.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/0001-always-define-AT_NO_AUTOMOUNT-if-it-is-not-defined.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/0001-add-missing-cstdint-include.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/0001-add-an-option-to-not-build-binaries.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/0001-make-Lmcons.h-lowercase.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/0001-check-__MINGW32__-instead-of-__MINGW64__.patch
mkdir build && cd build
Expand Down

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions N/Notcurses/bundled/patches/0001-add-missing-cstdint-include.patch

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3f6f822

Please sign in to comment.