mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
03ea524188
This is in preparation for porting `GRegex` to libpcre2, which is happening in !2529. It’s a big port, though, and specially rebuilding the CI images to add libpcre2 for it is a pain. Add libpcre2, and then !2529 can drop the old libpcre dependencies when the port lands. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #1085
17 lines
590 B
Plaintext
17 lines
590 B
Plaintext
[wrap-file]
|
|
directory = pcre2-10.40
|
|
source_url = https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.40/pcre2-10.40.tar.bz2
|
|
source_filename = pcre2-10.40.tar.bz2
|
|
source_hash = 14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68
|
|
patch_filename = pcre2_10.40-2_patch.zip
|
|
patch_url = https://wrapdb.mesonbuild.com/v2/pcre2_10.40-2/get_patch
|
|
patch_hash = 6c1bbb3c00ec3917b3abee922dedc19ad8b3a199db65ba893a61241e3428bdbd
|
|
wrapdb_version = 10.40-2
|
|
|
|
[provide]
|
|
libpcre2-8 = -libpcre2_8
|
|
libpcre2-16 = -libpcre2_16
|
|
libpcre2-32 = -libpcre2_32
|
|
libpcre2-posix = -libpcre2_posix
|
|
|