libutf8proc: update to 2.9.0
This commit is contained in:
parent
eeb05e8186
commit
7120ea88ee
|
@ -2191,7 +2191,7 @@ libopenconnect.so.5 openconnect-7.05_1
|
||||||
libusbredirparser.so.1 usbredir-0.7_1
|
libusbredirparser.so.1 usbredir-0.7_1
|
||||||
libusbredirhost.so.1 usbredir-0.7_1
|
libusbredirhost.so.1 usbredir-0.7_1
|
||||||
libprotobuf-c.so.1 protobuf-c-1.1.0_1
|
libprotobuf-c.so.1 protobuf-c-1.1.0_1
|
||||||
libutf8proc.so.2 libutf8proc-2.2.0_1
|
libutf8proc.so.3 libutf8proc-2.9.0_1
|
||||||
libnsutils.so.0 libnsutils-0.0.1_1
|
libnsutils.so.0 libnsutils-0.0.1_1
|
||||||
libtoxcore.so.2 toxcore-0.2.0_1
|
libtoxcore.so.2 toxcore-0.2.0_1
|
||||||
libgom-1.0.so.0 gom-0.3.0_1
|
libgom-1.0.so.0 gom-0.3.0_1
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
prefix=/usr
|
|
||||||
exec_prefix=${prefix}
|
|
||||||
libdir=${exec_prefix}/lib
|
|
||||||
includedir=${prefix}/include
|
|
||||||
|
|
||||||
Name: libutf8proc
|
|
||||||
Description: UTF8 processing
|
|
||||||
Version: @VERSION@
|
|
||||||
Libs: -L${libdir} -lutf8proc
|
|
||||||
Cflags: -I${includedir} -DUTF8PROC_EXPORTS
|
|
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'libutf8proc'
|
# Template file for 'libutf8proc'
|
||||||
pkgname=libutf8proc
|
pkgname=libutf8proc
|
||||||
version=2.4.0
|
version=2.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||||
hostmakedepends="pkg-config perl netsurf-buildsystem"
|
|
||||||
short_desc="C library for processing UTF-8 encoded Unicode strings"
|
short_desc="C library for processing UTF-8 encoded Unicode strings"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.netsurf-browser.org"
|
homepage="http://juliastrings.github.io/utf8proc/"
|
||||||
distfiles="http://git.netsurf-browser.org/libutf8proc.git/snapshot/libutf8proc-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/JuliaStrings/utf8proc/master/NEWS.md"
|
||||||
checksum=7820cf02c37cbb3b977b406f276b384c6b4e22f992bc850592503bb3f5111049
|
distfiles="https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=18c1626e9fc5a2e192311e36b3010bfc698078f692888940f1fa150547abb0c1
|
||||||
|
|
||||||
|
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -DUTF8PROC_ENABLE_TESTING=ON"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/lib/pkgconfig
|
|
||||||
sed "s|@VERSION@|${version}|" \
|
|
||||||
${FILESDIR}/libutf8proc.pc.in > ${DESTDIR}/usr/lib/pkgconfig/libutf8proc.pc
|
|
||||||
|
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
site=http://git.netsurf-browser.org/libutf8proc.git/refs/
|
|
Loading…
Reference in New Issue