mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
libutf8proc: update to 2.9.0
This commit is contained in:
parent
eeb05e8186
commit
7120ea88ee
4 changed files with 11 additions and 22 deletions
|
@ -2191,7 +2191,7 @@ libopenconnect.so.5 openconnect-7.05_1
|
|||
libusbredirparser.so.1 usbredir-0.7_1
|
||||
libusbredirhost.so.1 usbredir-0.7_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
|
||||
libtoxcore.so.2 toxcore-0.2.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'
|
||||
pkgname=libutf8proc
|
||||
version=2.4.0
|
||||
revision=2
|
||||
version=2.9.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="pkg-config perl netsurf-buildsystem"
|
||||
short_desc="C library for processing UTF-8 encoded Unicode strings"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://www.netsurf-browser.org"
|
||||
distfiles="http://git.netsurf-browser.org/libutf8proc.git/snapshot/libutf8proc-${version}.tar.gz"
|
||||
checksum=7820cf02c37cbb3b977b406f276b384c6b4e22f992bc850592503bb3f5111049
|
||||
homepage="http://juliastrings.github.io/utf8proc/"
|
||||
changelog="https://raw.githubusercontent.com/JuliaStrings/utf8proc/master/NEWS.md"
|
||||
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() {
|
||||
vmkdir usr/lib/pkgconfig
|
||||
sed "s|@VERSION@|${version}|" \
|
||||
${FILESDIR}/libutf8proc.pc.in > ${DESTDIR}/usr/lib/pkgconfig/libutf8proc.pc
|
||||
|
||||
vlicense LICENSE.md
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
site=http://git.netsurf-browser.org/libutf8proc.git/refs/
|
Loading…
Add table
Reference in a new issue