aboutsummaryrefslogtreecommitdiff
path: root/extra/libutf8proc
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-15 19:36:56 +0100
committerCem Keylan <cem@ckyln.com>2021-11-15 19:36:56 +0100
commitfe19f732336035fe05eb6de130a98c6dea7d36d2 (patch)
tree7f773986ab37c366dfb85661279655387845a6e0 /extra/libutf8proc
parent866eed7734cd6bd6071ec85307bc32c92cc71df7 (diff)
downloadrepository-fe19f732336035fe05eb6de130a98c6dea7d36d2.tar.gz
libutf8proc: use newer source, don't use cmake
Diffstat (limited to 'extra/libutf8proc')
-rwxr-xr-xextra/libutf8proc/build12
-rw-r--r--extra/libutf8proc/checksums2
-rw-r--r--extra/libutf8proc/depends1
-rw-r--r--extra/libutf8proc/sources2
-rw-r--r--extra/libutf8proc/version2
5 files changed, 6 insertions, 13 deletions
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