update textproc/libgrapheme to 2.0.2

no ABI/API changes; now includes a pkg-config file.  ok jan@
This commit is contained in:
op 2022-11-06 08:33:56 +00:00
parent c0c58f434f
commit 7154a2c117
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
COMMENT= unicode string library
DISTNAME= libgrapheme-2.0.1
DISTNAME= libgrapheme-2.0.2
SHARED_LIBS= grapheme 1.0 # 2.0.0

View File

@ -1,2 +1,2 @@
SHA256 (libgrapheme-2.0.1.tar.gz) = PbWTog/L7c9KoBwv+XPEMMQOGblhQi3tle/nSiFs2io=
SIZE (libgrapheme-2.0.1.tar.gz) = 845666
SHA256 (libgrapheme-2.0.2.tar.gz) = pou93edr1Vul1kEWzl5CoT3wRcgcCFLemrYIlqoUMSU=
SIZE (libgrapheme-2.0.2.tar.gz) = 846990

View File

@ -1,6 +1,7 @@
include/grapheme.h
@static-lib lib/libgrapheme.a
@lib lib/libgrapheme.so.${LIBgrapheme_VERSION}
lib/pkgconfig/libgrapheme.pc
@man man/man3/grapheme_decode_utf8.3
@man man/man3/grapheme_encode_utf8.3
@man man/man3/grapheme_is_character_break.3