From fe19f732336035fe05eb6de130a98c6dea7d36d2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 15 Nov 2021 19:36:56 +0100 Subject: libutf8proc: use newer source, don't use cmake --- extra/libutf8proc/build | 12 +++--------- extra/libutf8proc/checksums | 2 +- extra/libutf8proc/depends | 1 - extra/libutf8proc/sources | 2 +- extra/libutf8proc/version | 2 +- 5 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 extra/libutf8proc/depends (limited to 'extra') diff --git a/extra/libutf8proc/build b/extra/libutf8proc/build index c40173ef..4fb89fb1 100755 --- a/extra/libutf8proc/build +++ b/extra/libutf8proc/build @@ -1,13 +1,7 @@ #!/bin/sh -e -export DESTDIR="$1" - -cmake -B output \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED_LIBS=OFF \ - -Wno-dev - -cmake --build output -cmake --install output +make libutf8proc.a +clinst -Dm644 libutf8proc.a "$1/usr/lib/libutf8proc.a" +clinst -Dm644 utf8proc.h "$1/usr/include/utf8proc.h" clinst -Dm644 -s "s,@VERSION@,$2,g" libutf8proc.pc.in "$1/usr/lib/pkgconfig/libutf8proc.pc" diff --git a/extra/libutf8proc/checksums b/extra/libutf8proc/checksums index be17ba6b..dff81ae3 100644 --- a/extra/libutf8proc/checksums +++ b/extra/libutf8proc/checksums @@ -1,3 +1,3 @@ %BLAKE3 -fc6ec550cde5be15a61795c3c1341db438ae468d38598ddf758c94591e8522b7 libutf8proc-2.4.0.tar.gz +368a33381700d1bb188c41967b8b1e8bce68def479db5b1eece84fabd08a511d v2.6.1.tar.gz 3a337eb8fb3d857216a65110568f09be3644a85331eb70526d4a448df0be719d libutf8proc.pc.in diff --git a/extra/libutf8proc/depends b/extra/libutf8proc/depends deleted file mode 100644 index 7d91ec22..00000000 --- a/extra/libutf8proc/depends +++ /dev/null @@ -1 +0,0 @@ -cmake make diff --git a/extra/libutf8proc/sources b/extra/libutf8proc/sources index 69177833..5141ee2e 100644 --- a/extra/libutf8proc/sources +++ b/extra/libutf8proc/sources @@ -1,2 +1,2 @@ -https://git.netsurf-browser.org/libutf8proc.git/snapshot/libutf8proc-2.4.0.tar.gz +https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.6.1.tar.gz files/libutf8proc.pc.in diff --git a/extra/libutf8proc/version b/extra/libutf8proc/version index 7afb4de6..705c456c 100644 --- a/extra/libutf8proc/version +++ b/extra/libutf8proc/version @@ -1 +1 @@ -2.4.0 1 +2.6.1 1 -- cgit v1.2.3