Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] icu 64.2
@ 2019-07-30 12:19 voidlinux-github
  2019-07-30 13:34 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-07-30 13:34 ` voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-30 12:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages icu642
https://github.com/void-linux/void-packages/pull/13415

icu 64.2


A patch file from https://github.com/void-linux/void-packages/pull/13415.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-icu642-13415.patch --]
[-- Type: text/x-diff, Size: 61624 bytes --]

From 2eef14869396b06c9ce6b0e4cbe2befdeeab130f Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:17:32 +0200
Subject: [PATCH 01/83] icu: update to 64.2.

---
 common/shlibs                                | 12 ++++-----
 srcpkgs/icu/patches/buffer_size_adjust.patch | 21 ----------------
 srcpkgs/icu/patches/checkImpl.patch          | 26 --------------------
 srcpkgs/icu/template                         |  6 ++---
 4 files changed, 9 insertions(+), 56 deletions(-)
 delete mode 100644 srcpkgs/icu/patches/buffer_size_adjust.patch
 delete mode 100644 srcpkgs/icu/patches/checkImpl.patch

diff --git a/common/shlibs b/common/shlibs
index 37f8cacd6a0..e4c1a25670e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -543,12 +543,12 @@ libmaildir.so.5 kdepim-runtime-17.12.3_1
 libfolderarchivesettings.so.5 kdepim-runtime-17.12.3_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.1_1
-libicuio.so.63 icu-libs-63.1_1
-libicui18n.so.63 icu-libs-63.1_1
-libicudata.so.63 icu-libs-63.1_1
-libicutu.so.63 icu-libs-63.1_1
-libicuuc.so.63 icu-libs-63.1_1
-libicutest.so.63 icu-libs-63.1_1
+libicuio.so.64 icu-libs-64.1_1
+libicui18n.so.64 icu-libs-64.1_1
+libicudata.so.64 icu-libs-64.1_1
+libicutu.so.64 icu-libs-64.1_1
+libicuuc.so.64 icu-libs-64.1_1
+libicutest.so.64 icu-libs-64.1_1
 libaspell.so.15 aspell-0.60_1
 libpspell.so.15 aspell-0.60_1
 libenchant.so.1 enchant-1.4.2_1
diff --git a/srcpkgs/icu/patches/buffer_size_adjust.patch b/srcpkgs/icu/patches/buffer_size_adjust.patch
deleted file mode 100644
index e41fb481948..00000000000
--- a/srcpkgs/icu/patches/buffer_size_adjust.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-The value of tmpResult may be -1 in which case setting
-currentBufferSize = -1 leads to an error when trying to
-allocate the buffers.
-
-If tmpResult is less than currentBufferSize simply double
-currentBufferSize until parsing the flags succeeds.
-
---- source/tools/pkgdata/pkgdata.cpp	2015-10-08 05:54:02.000000000 +0200
-+++ source/tools/pkgdata/pkgdata.cpp	2015-11-29 16:52:09.329794090 +0100
-@@ -862,7 +862,10 @@
-                     pkgDataFlags[i] = NULL;
-                 }
-             }
--            currentBufferSize = tmpResult;
-+            if (tmpResult > currentBufferSize)
-+                currentBufferSize = tmpResult;
-+            else
-+                currentBufferSize *= 2;
-         } else if (U_FAILURE(status)) {
-             fprintf(stderr,"Unable to open or read \"%s\" option file. status = %s\n", o->options, u_errorName(status));
-             return -1;
diff --git a/srcpkgs/icu/patches/checkImpl.patch b/srcpkgs/icu/patches/checkImpl.patch
deleted file mode 100644
index ae7b66c8e08..00000000000
--- a/srcpkgs/icu/patches/checkImpl.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/icu4c/source/common/unicode/urename.h b/icu4c/source/common/unicode/urename.h
-index 5812173e39c..0512be3b6e5 100644
---- source/common/unicode/urename.h
-+++ source/common/unicode/urename.h
-@@ -110,7 +110,6 @@
- #define _UTF7Data U_ICU_ENTRY_POINT_RENAME(_UTF7Data)
- #define _UTF8Data U_ICU_ENTRY_POINT_RENAME(_UTF8Data)
- #define allowedHourFormatsCleanup U_ICU_ENTRY_POINT_RENAME(allowedHourFormatsCleanup)
--#define checkImpl U_ICU_ENTRY_POINT_RENAME(checkImpl)
- #define cmemory_cleanup U_ICU_ENTRY_POINT_RENAME(cmemory_cleanup)
- #define dayPeriodRulesCleanup U_ICU_ENTRY_POINT_RENAME(dayPeriodRulesCleanup)
- #define deleteAllowedHourFormats U_ICU_ENTRY_POINT_RENAME(deleteAllowedHourFormats)
-diff --git a/icu4c/source/i18n/uspoof.cpp b/icu4c/source/i18n/uspoof.cpp
-index 8e3d69ede2b..66f228f037a 100644
---- source/i18n/uspoof.cpp
-+++ source/i18n/uspoof.cpp
-@@ -547,7 +547,7 @@ uspoof_checkUnicodeString(const USpoofChecker *sc,
-     return uspoof_check2UnicodeString(sc, id, NULL, status);
- }
- 
--int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) {
-+static int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) {
-     U_ASSERT(This != NULL);
-     U_ASSERT(checkResult != NULL);
-     checkResult->clear();
-
diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template
index cb0bfc2c53a..97c06850228 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -1,7 +1,7 @@
 # Template file for 'icu'
 pkgname=icu
-version=63.1
-revision=2
+version=64.2
+revision=1
 wrksrc=icu
 build_wrksrc=source
 build_style=gnu-configure
@@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="ICU"
 homepage="http://www.icu-project.org/"
 distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-${version//./_}-src.tgz"
-checksum=05c490b69454fce5860b7e8e2821231674af0a11d7ef2febea9a32512998cb9d
+checksum=627d5d8478e6d96fc8c90fed4851239079a561a6a8b9e48b0892f24e82d31d6c
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --with-cross-build=${XBPS_BUILDDIR}/${wrksrc}/host-icu"

From 9d42333e07f982cb8a8f3b66cf295d7262915d17 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:45 +0200
Subject: [PATCH 02/83] 0ad: rebuild for icu-64.2.

---
 srcpkgs/0ad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template
index 6bef4bf8a80..e19fd86d627 100644
--- a/srcpkgs/0ad/template
+++ b/srcpkgs/0ad/template
@@ -1,7 +1,7 @@
 # Template file for '0ad'
 pkgname=0ad
 version=0.0.23b
-revision=2
+revision=3
 wrksrc="${pkgname}-${version}-alpha"
 hostmakedepends="pkg-config perl cmake python"
 makedepends="SDL2-devel boost-devel gloox-devel libcurl-devel libenet-devel

From 2035700ebdebf9ec9dfb3ef8d5b209fb10bf5782 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:45 +0200
Subject: [PATCH 03/83] Aegisub: rebuild for icu-64.2.

---
 srcpkgs/Aegisub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 6ed5a749052..1e29f6f7913 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -1,7 +1,7 @@
 # Template file for 'Aegisub'
 pkgname=Aegisub
 version=3.2.2
-revision=7
+revision=8
 build_style=gnu-configure
 configure_args="--disable-update-checker --with-alsa --with-ffms2
  --with-wx-config=wx-config-gtk3 $(vopt_with fftw fftw3) $(vopt_with openal)

From e8e3065cfc030aa2cbc8d116f69916faaa4b9e63 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:45 +0200
Subject: [PATCH 04/83] R: rebuild for icu-64.2.

---
 srcpkgs/R/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index 4c9d5e4b074..427735181d9 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
 version=3.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-lapack --with-blas --enable-R-shlib --with-tcltk

From e21ca3d5641fae6ada2e28cee9c73d4cf25a6f49 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:46 +0200
Subject: [PATCH 05/83] R-cran-stringi: rebuild for icu-64.2.

---
 srcpkgs/R-cran-stringi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template
index 86ba07dae68..fba67b6f75c 100644
--- a/srcpkgs/R-cran-stringi/template
+++ b/srcpkgs/R-cran-stringi/template
@@ -1,7 +1,7 @@
 # Template file for 'R-cran-stringi'
 pkgname=R-cran-stringi
 version=1.4.3
-revision=1
+revision=2
 build_style=R-cran
 makedepends="pkg-config icu-devel"
 short_desc="Character String Processing Facilities"

From e51b595e170c6eb37342b0e7b36d6d05cf0808f8 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:46 +0200
Subject: [PATCH 06/83] abiword: rebuild for icu-64.2.

---
 srcpkgs/abiword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/abiword/template b/srcpkgs/abiword/template
index 1010b135b5c..0f03c84c9ca 100644
--- a/srcpkgs/abiword/template
+++ b/srcpkgs/abiword/template
@@ -1,7 +1,7 @@
 # Template file for 'abiword'
 pkgname=abiword
 version=3.0.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-plugins --enable-clipart --enable-templates
  $(vopt_if gtk3 '--with-gtk3' '--with-gtk2')

From 31804e86ffcec924646c9717c1a3157de5cf5296 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:46 +0200
Subject: [PATCH 07/83] an: rebuild for icu-64.2.

---
 srcpkgs/an/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/an/template b/srcpkgs/an/template
index 17821d403e2..7618117a137 100644
--- a/srcpkgs/an/template
+++ b/srcpkgs/an/template
@@ -1,7 +1,7 @@
 # Template file for 'an'
 pkgname=an
 version=1.2
-revision=4
+revision=5
 build_style=gnu-makefile
 makedepends="icu-devel"
 depends="words-en"

From 796a2e04ff9ea8cdb3f40c57081dd99900d01fcd Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:47 +0200
Subject: [PATCH 08/83] boost: rebuild for icu-64.2.

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 6fb4673e5a2..40a4fe67730 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.69.0
-revision=4
+revision=5
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 9d22c60f48df86c5c49c2627052da02bacbc6a1e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:47 +0200
Subject: [PATCH 09/83] brltty: rebuild for icu-64.2.

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 7a67e1c530c..d08207b9b14 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 756fb3bba5779b77f32aa5ee316d42601521abd9 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:47 +0200
Subject: [PATCH 10/83] calibre: rebuild for icu-64.2.

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index e2035d89824..1ceafb28494 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=3.45.2
-revision=1
+revision=2
 build_style=python2-module
 pycompile_dirs="/usr/lib/calibre/"
 make_build_args="gui"

From d4484bebdc488a6c948279d15e2b7daec921c710 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:48 +0200
Subject: [PATCH 11/83] deepin-music: rebuild for icu-64.2.

---
 srcpkgs/deepin-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/deepin-music/template b/srcpkgs/deepin-music/template
index dda5f2c94d0..3d84b0e7368 100644
--- a/srcpkgs/deepin-music/template
+++ b/srcpkgs/deepin-music/template
@@ -1,7 +1,7 @@
 # Template file for 'deepin-music'
 pkgname=deepin-music
 version=3.1.18
-revision=1
+revision=2
 build_style=qmake
 hostmakedepends="qt5-qmake pkg-config"
 makedepends="dtkwidget-devel ffmpeg-devel libcue-devel pulseaudio-devel

From e5a1da7590a7e89e3045c7e7bd902192271a3202 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:48 +0200
Subject: [PATCH 12/83] dwdiff: rebuild for icu-64.2.

---
 srcpkgs/dwdiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template
index 5fff954e24a..30a220bf43f 100644
--- a/srcpkgs/dwdiff/template
+++ b/srcpkgs/dwdiff/template
@@ -1,7 +1,7 @@
 # Template file for 'dwdiff'
 pkgname=dwdiff
 version=2.1.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel"

From 1dab675202c5c2b4307520682d994cfb933c7e1e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:48 +0200
Subject: [PATCH 13/83] epiphany: rebuild for icu-64.2.

---
 srcpkgs/epiphany/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/epiphany/template b/srcpkgs/epiphany/template
index e7f585a7584..ca50cf081dd 100644
--- a/srcpkgs/epiphany/template
+++ b/srcpkgs/epiphany/template
@@ -1,7 +1,7 @@
 # Template file for 'epiphany'
 pkgname=epiphany
 version=3.32.2
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 configure_args="-Ddistributor_name=VoidLinux -Dunit_tests=disabled"

From b0395839324aed8c03a66d8ba329851e407c5a8b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:49 +0200
Subject: [PATCH 14/83] evolution-data-server: rebuild for icu-64.2.

---
 srcpkgs/evolution-data-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index adcc59b7dc5..c64483fd9c7 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
 version=3.32.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_UOA=OFF
  $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"

From 942506e1ab99e9b0a00ef5356653bbff82efc5f3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:49 +0200
Subject: [PATCH 15/83] firefox: rebuild for icu-64.2.

---
 srcpkgs/firefox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 2a22fd1a850..c427b90d29d 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -4,7 +4,7 @@
 #
 pkgname=firefox
 version=68.0.1
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"

From 1daf38d2f4db8bd4dec76101594e4fe27ff50aa3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:49 +0200
Subject: [PATCH 16/83] firefox-esr: rebuild for icu-64.2.

---
 srcpkgs/firefox-esr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index 38c02e49538..503350ec32a 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -4,7 +4,7 @@
 #
 pkgname=firefox-esr
 version=60.8.0
-revision=1
+revision=2
 build_helper="rust"
 wrksrc="firefox-${version}"
 short_desc="Mozilla Firefox web browser - Extended Support Release (ESR)"

From 62cd38cb47985be0465f93c780b1055cc0b92a38 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:50 +0200
Subject: [PATCH 17/83] freshplayerplugin: rebuild for icu-64.2.

---
 srcpkgs/freshplayerplugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freshplayerplugin/template b/srcpkgs/freshplayerplugin/template
index 1bd2be3cdbf..068009f3753 100644
--- a/srcpkgs/freshplayerplugin/template
+++ b/srcpkgs/freshplayerplugin/template
@@ -1,7 +1,7 @@
 # Template file for 'freshplayerplugin'
 pkgname=freshplayerplugin
 version=0.3.9
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config ragel"
 makedepends="libevent-devel libXcursor-devel alsa-lib-devel libXrandr-devel gtk+-devel

From f7ca1b05cf1e1c82267dc3c3670b2de4a5666ccd Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:50 +0200
Subject: [PATCH 18/83] gnote: rebuild for icu-64.2.

---
 srcpkgs/gnote/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnote/template b/srcpkgs/gnote/template
index 02abf07a014..9ab765ef2ef 100644
--- a/srcpkgs/gnote/template
+++ b/srcpkgs/gnote/template
@@ -1,7 +1,7 @@
 # Template file for 'gnote'
 pkgname=gnote
 version=3.32.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-schemas-compile --disable-static"
 hostmakedepends="pkg-config intltool itstool desktop-file-utils"

From 3679593be7671b004957177a32396b4bc9c4c8ad Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:51 +0200
Subject: [PATCH 19/83] gnucash: rebuild for icu-64.2.

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 89f738bbed6..cd02e38eb44 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=3.6
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"
 hostmakedepends="pkg-config guile python3 libxslt perl"

From 3f7deb58ac07b5f47b7258847605b04f3ed1f63e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:51 +0200
Subject: [PATCH 20/83] gnustep-base: rebuild for icu-64.2.

---
 srcpkgs/gnustep-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-base/template b/srcpkgs/gnustep-base/template
index 0a2c4f630e3..b17df0f4b1a 100644
--- a/srcpkgs/gnustep-base/template
+++ b/srcpkgs/gnustep-base/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-base'
 pkgname=gnustep-base
 version=1.26.0
-revision=5
+revision=6
 build_style=gnu-configure
 hostmakedepends="gnustep-make gcc-objc pkg-config"
 makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel

From daaa864c7ad464fd7d0744dac1441d9b9c842115 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:51 +0200
Subject: [PATCH 21/83] gnustep-gui: rebuild for icu-64.2.

---
 srcpkgs/gnustep-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template
index db332ad772c..f0a7b4b20f6 100644
--- a/srcpkgs/gnustep-gui/template
+++ b/srcpkgs/gnustep-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-gui'
 pkgname=gnustep-gui
 version=0.27.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gnustep-make pkg-config"
 makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel"

From 1522ad0459a38346d27d4e8f0f6e2fd3f246c5bd Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:51 +0200
Subject: [PATCH 22/83] goffice: rebuild for icu-64.2.

---
 srcpkgs/goffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/goffice/template b/srcpkgs/goffice/template
index 8cdf372782c..42ec2cf3fa8 100644
--- a/srcpkgs/goffice/template
+++ b/srcpkgs/goffice/template
@@ -1,7 +1,7 @@
 # Template file for 'goffice'
 pkgname=goffice
 version=0.10.45
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config pcre gettext-devel intltool libtool
  glib-devel gtk-doc"

From c9884faf57b806a38482d75c76f94e51ccaf0bcc Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:52 +0200
Subject: [PATCH 23/83] hardinfo: rebuild for icu-64.2.

---
 srcpkgs/hardinfo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hardinfo/template b/srcpkgs/hardinfo/template
index e2b5a58107f..6da5c295e89 100644
--- a/srcpkgs/hardinfo/template
+++ b/srcpkgs/hardinfo/template
@@ -1,7 +1,7 @@
 # Template file for 'hardinfo'
 pkgname=hardinfo
 version=0.5.1
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="gtk+-devel libsoup-devel desktop-file-utils"

From b660cf5286f9345f024ea17d7e6a0fc640de6591 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:52 +0200
Subject: [PATCH 24/83] harfbuzz: rebuild for icu-64.2.

---
 srcpkgs/harfbuzz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index 2fced26ae69..49cfab5d7be 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
 version=2.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
 hostmakedepends="automake glib-devel libtool pkg-config"

From 56ac4b3c9f38d7039a28ae421fef57ebc33731be Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:52 +0200
Subject: [PATCH 25/83] icecat: rebuild for icu-64.2.

---
 srcpkgs/icecat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template
index e6eaf37bb1b..274b4bb542b 100644
--- a/srcpkgs/icecat/template
+++ b/srcpkgs/icecat/template
@@ -1,7 +1,7 @@
 # Template file for 'icecat'
 pkgname=icecat
 version=60.7.0
-revision=1
+revision=2
 build_helper="rust"
 hostmakedepends="autoconf213 unzip zip pkg-config perl python yasm
  cargo llvm clang rust cbindgen"

From b6b3c83f06a0e800922b8658d67e9344912de50a Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:53 +0200
Subject: [PATCH 26/83] icu4lua: rebuild for icu-64.2.

---
 srcpkgs/icu4lua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template
index 93836683880..e4af275eb8f 100644
--- a/srcpkgs/icu4lua/template
+++ b/srcpkgs/icu4lua/template
@@ -1,7 +1,7 @@
 # Template file for 'icu4lua'
 pkgname=icu4lua
 version=0.2B
-revision=7
+revision=8
 create_wrksrc=yes
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"

From f92b211d295fef3eb005d3e723b9e32056025224 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:53 +0200
Subject: [PATCH 27/83] kdb: rebuild for icu-64.2.

---
 srcpkgs/kdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template
index 1a53413a5ab..06a62d5babb 100644
--- a/srcpkgs/kdb/template
+++ b/srcpkgs/kdb/template
@@ -1,7 +1,7 @@
 # Template file for 'kdb'
 pkgname=kdb
 version=3.2.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
 makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel

From 15c43f9937c2f8330dd83dea5ca464f547e7db26 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:53 +0200
Subject: [PATCH 28/83] kiwix-lib: rebuild for icu-64.2.

---
 srcpkgs/kiwix-lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kiwix-lib/template b/srcpkgs/kiwix-lib/template
index c1f961fa512..a816ab6482f 100644
--- a/srcpkgs/kiwix-lib/template
+++ b/srcpkgs/kiwix-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'kiwix-lib'
 pkgname=kiwix-lib
 version=5.1.0
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

From fcff5b3d3641ec3014f9166b24a97506d0ae470a Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:54 +0200
Subject: [PATCH 29/83] libbitcoin-blockchain: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index eab7b096701..72bad2373ba 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-blockchain'
 pkgname=libbitcoin-blockchain
 version=3.5.0
-revision=1
+revision=2
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From ef2b1c48a6a132d853985892bf47484814cd4cc6 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:54 +0200
Subject: [PATCH 30/83] libbitcoin-client: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index a309f1cf946..5e721cc31a6 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-client'
 pkgname=libbitcoin-client
 version=3.5.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"

From d19a9b4584dca5ec05e891a5159ad3091c091600 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:54 +0200
Subject: [PATCH 31/83] libbitcoin-database: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-database/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index 23181a4dc45..6256750fde9 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-database'
 pkgname=libbitcoin-database
 version=3.5.0
-revision=1
+revision=2
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From afe93f5ddcaac8d6f9eca00288c319616618954e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:55 +0200
Subject: [PATCH 32/83] libbitcoin-explorer: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-explorer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 76833b98186..b0be58e5271 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-explorer'
 pkgname=libbitcoin-explorer
 version=3.5.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
  --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 1cfdc5c945c1011343cf172569a684dcbbb8f4f0 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:55 +0200
Subject: [PATCH 33/83] libbitcoin-network: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-network/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 6235159e6af..6b3ab875f74 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-network'
 pkgname=libbitcoin-network
 version=3.5.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From 3d242eccebc003f79491baa4accb30d9c45b67b6 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:55 +0200
Subject: [PATCH 34/83] libbitcoin-node: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-node/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index 859f7ae3702..4cd97828e44 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-node'
 pkgname=libbitcoin-node
 version=3.5.0
-revision=1
+revision=2
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From d9f0b94ca98d055e33c116fd27e07b59d9120960 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:56 +0200
Subject: [PATCH 35/83] libbitcoin-protocol: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-protocol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index 09472e63560..186d4ca0505 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-protocol'
 pkgname=libbitcoin-protocol
 version=3.5.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From d6ec3bd729c44da79e5694dd54cfba05542b6f8c Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:56 +0200
Subject: [PATCH 36/83] libbitcoin-server: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index f05e5b38440..7639f705cbd 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-server'
 pkgname=libbitcoin-server
 version=3.5.0
-revision=1
+revision=2
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 9f8cc7b97ea995ddf00d1a3b8cb4724b67728de4 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:56 +0200
Subject: [PATCH 37/83] libbitcoin-system: rebuild for icu-64.2.

---
 srcpkgs/libbitcoin-system/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index e1117c5ecdf..810256b3fbb 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-system'
 pkgname=libbitcoin-system
 version=3.5.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png

From 2dee983c6095f3e2337e53f4cd02caff0494bece Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:56 +0200
Subject: [PATCH 38/83] libcdr: rebuild for icu-64.2.

---
 srcpkgs/libcdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template
index e7f6c0af47e..ea611441ab3 100644
--- a/srcpkgs/libcdr/template
+++ b/srcpkgs/libcdr/template
@@ -1,7 +1,7 @@
 # Template file for 'libcdr'
 pkgname=libcdr
 version=0.1.5
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-debug"
 hostmakedepends="pkg-config"

From 37f854d06848085c0d675af6f09558945541d547 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:57 +0200
Subject: [PATCH 39/83] libe-book: rebuild for icu-64.2.

---
 srcpkgs/libe-book/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libe-book/template b/srcpkgs/libe-book/template
index 5a7b70d93b8..d1307a454cd 100644
--- a/srcpkgs/libe-book/template
+++ b/srcpkgs/libe-book/template
@@ -1,7 +1,7 @@
 # Template file for 'libe-book'
 pkgname=libe-book
 version=0.1.3
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--disable-werror"
 hostmakedepends="automake libtool gperf doxygen pkg-config"

From 234cf7c857be8597ef8334c025932ca2fd1c159e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:57 +0200
Subject: [PATCH 40/83] libgdal: rebuild for icu-64.2.

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index d58f7c3defe..66b5d9c0a00 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.0.1
-revision=1
+revision=2
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo"

From d252bb8d7fb2ea1dfba5c284b5cb58ec216bdfea Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:57 +0200
Subject: [PATCH 41/83] libical: rebuild for icu-64.2.

---
 srcpkgs/libical/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 6c937686a9a..e318e5321f4 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,7 +1,7 @@
 # Template file for 'libical'
 pkgname=libical
 version=3.0.4
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="libglib-devel libxml2-devel perl pkg-config"
 makedepends="libglib-devel libxml2-devel"

From 526ba52fd50a7c919a4bfc82efd7142880c51064 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:58 +0200
Subject: [PATCH 42/83] liblcf: rebuild for icu-64.2.

---
 srcpkgs/liblcf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template
index e5d8b468aea..4358061d639 100644
--- a/srcpkgs/liblcf/template
+++ b/srcpkgs/liblcf/template
@@ -1,7 +1,7 @@
 # Template file for 'liblcf'
 pkgname=liblcf
 version=0.6.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="expat-devel icu-devel"

From 1f8f9bfb50d9d2b0baa066b4061827e5d7df724c Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:58 +0200
Subject: [PATCH 43/83] libmspub: rebuild for icu-64.2.

---
 srcpkgs/libmspub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template
index 6c1d8e662be..46aab2ce171 100644
--- a/srcpkgs/libmspub/template
+++ b/srcpkgs/libmspub/template
@@ -1,7 +1,7 @@
 # Template file for 'libmspub'
 pkgname=libmspub
 version=0.1.4
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel boost-devel librevenge-devel zlib-devel"

From f0b8002f08b5789592e5720f52fe54bf9e493b74 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:58 +0200
Subject: [PATCH 44/83] libqxp: rebuild for icu-64.2.

---
 srcpkgs/libqxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template
index 048076a5417..760edd0a7a5 100644
--- a/srcpkgs/libqxp/template
+++ b/srcpkgs/libqxp/template
@@ -1,7 +1,7 @@
 # Template file for 'libqxp'
 pkgname=libqxp
 version=0.0.2
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="boost-devel librevenge-devel icu-devel"

From 92299c09545410a1707d3bff6ea4d955e4d98034 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:59 +0200
Subject: [PATCH 45/83] libreoffice: rebuild for icu-64.2.

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index db241cfdbf3..cb6570ed204 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=6.2.5.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross=yes

From 66ed255dc6c1545117f4a95e2ad03cb76f6227a1 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:59 +0200
Subject: [PATCH 46/83] libvisio: rebuild for icu-64.2.

---
 srcpkgs/libvisio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template
index dfb686831b4..b8b55be2c99 100644
--- a/srcpkgs/libvisio/template
+++ b/srcpkgs/libvisio/template
@@ -1,7 +1,7 @@
 # Template file for 'libvisio'
 pkgname=libvisio
 version=0.1.6
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="gperf pkg-config perl"
 makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"

From 130fb2a9136017b72b4c7577f57893fe03c652f3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:13:59 +0200
Subject: [PATCH 47/83] libxml2: rebuild for icu-64.2.

---
 srcpkgs/libxml2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index 97e0e68baa0..6f552a70ac2 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -4,7 +4,7 @@
 #
 pkgname=libxml2
 version=2.9.9
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --with-threads --with-history --with-icu
  --without-python"

From 56d122c04036b14fae2d74b17d28adc0891de4f8 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:00 +0200
Subject: [PATCH 48/83] libzim: rebuild for icu-64.2.

---
 srcpkgs/libzim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template
index 1be57ee7a46..40932724379 100644
--- a/srcpkgs/libzim/template
+++ b/srcpkgs/libzim/template
@@ -1,7 +1,7 @@
 # Template file for 'libzim'
 pkgname=libzim
 version=5.0.0
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config git"
 makedepends="liblzma-devel $(vopt_if zlib zlib-devel)

From e8a3fb47aa2fb9ad768e7a36305a0a0d1ff2b269 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:00 +0200
Subject: [PATCH 49/83] maim: rebuild for icu-64.2.

---
 srcpkgs/maim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template
index 7a59124a44d..65124692841 100644
--- a/srcpkgs/maim/template
+++ b/srcpkgs/maim/template
@@ -1,7 +1,7 @@
 # Template file for 'maim'
 pkgname=maim
 version=5.5.3
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel

From f46e5bff0ad6e23d802bb263acaa37d817565257 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:00 +0200
Subject: [PATCH 50/83] mimic: rebuild for icu-64.2.

---
 srcpkgs/mimic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mimic/template b/srcpkgs/mimic/template
index 42d6f5bfcc7..0d0cf824b83 100644
--- a/srcpkgs/mimic/template
+++ b/srcpkgs/mimic/template
@@ -1,7 +1,7 @@
 # Template file for 'mimic'
 pkgname=mimic
 version=1.2.0.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-shared --enable-static"
 hostmakedepends="automake libtool pkg-config"

From 45cd1e6dc9dbef47ab2ef63ce2d86485e0c99883 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:01 +0200
Subject: [PATCH 51/83] modsecurity: rebuild for icu-64.2.

---
 srcpkgs/modsecurity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template
index a56a9635651..f781732777b 100644
--- a/srcpkgs/modsecurity/template
+++ b/srcpkgs/modsecurity/template
@@ -1,7 +1,7 @@
 # Template file for 'modsecurity'
 pkgname=modsecurity
 version=3.0.3
-revision=1
+revision=2
 wrksrc="modsecurity-v${version}"
 build_style=gnu-configure
 configure_args="--enable-standalone-module --enable-htaccess-config"

From b102805bb880e717b18d93fe293db26f6f42d093 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:01 +0200
Subject: [PATCH 52/83] mozjs52: rebuild for icu-64.2.

---
 srcpkgs/mozjs52/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs52/template b/srcpkgs/mozjs52/template
index 2d6489bcc84..e0a17faa538 100644
--- a/srcpkgs/mozjs52/template
+++ b/srcpkgs/mozjs52/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs52'
 pkgname=mozjs52
 version=52.9.0
-revision=3
+revision=4
 wrksrc="firefox-${version}esr"
 build_wrksrc="js/src"
 build_style=gnu-configure

From a758899109f92a3c71cdcadfd50d6e0484c702b6 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:01 +0200
Subject: [PATCH 53/83] mozjs60: rebuild for icu-64.2.

---
 srcpkgs/mozjs60/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs60/template b/srcpkgs/mozjs60/template
index dc95f54d9fd..13406426d2e 100644
--- a/srcpkgs/mozjs60/template
+++ b/srcpkgs/mozjs60/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs60'
 pkgname=mozjs60
 version=60.8.0
-revision=1
+revision=2
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

From c695e7ef44f4ef374f8926be8c93932bdf49b57a Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:02 +0200
Subject: [PATCH 54/83] mpd: rebuild for icu-64.2.

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 3ae353d888a..30b29e735c5 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.21.11
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From 58bf07ad1a224cc5c428d82a9695b285afde5565 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:02 +0200
Subject: [PATCH 55/83] ncmpcpp: rebuild for icu-64.2.

---
 srcpkgs/ncmpcpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template
index 4cb125baa47..3124d792fa0 100644
--- a/srcpkgs/ncmpcpp/template
+++ b/srcpkgs/ncmpcpp/template
@@ -1,7 +1,7 @@
 # Template file for 'ncmpcpp'
 pkgname=ncmpcpp
 version=0.8.2
-revision=7
+revision=8
 build_style=gnu-configure
 configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
  --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"

From 0ffb2c30f9ae999aad140d133d5610f1d0cc360a Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:02 +0200
Subject: [PATCH 56/83] nodejs: rebuild for icu-64.2.

---
 srcpkgs/nodejs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index b6c0ee797bc..e3066682b55 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=11.14.0
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="pkg-config python zlib-devel $(vopt_if icu icu-devel)

From 35fb884444433d489f74b955df7bca83f553565e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:03 +0200
Subject: [PATCH 57/83] nodejs-lts: rebuild for icu-64.2.

---
 srcpkgs/nodejs-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index af7c9cee7f0..7de201b6593 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
 version=8.15.0
-revision=1
+revision=2
 wrksrc="node-v${version}"
 hostmakedepends="pkg-config python $(vopt_if icu icu)"
 makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)

From 326789e92338c6b129b9d73c0698333a2f3baf3a Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:03 +0200
Subject: [PATCH 58/83] open-vm-tools: rebuild for icu-64.2.

---
 srcpkgs/open-vm-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/open-vm-tools/template b/srcpkgs/open-vm-tools/template
index b325660e800..e2885c56592 100644
--- a/srcpkgs/open-vm-tools/template
+++ b/srcpkgs/open-vm-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'open-vm-tools'
 pkgname=open-vm-tools
 version=10.3.10
-revision=1
+revision=2
 _build=12406962
 wrksrc="open-vm-tools-${version}-${_build}"
 build_style=gnu-configure

From b11c051597eb7e7404e4c01704b9aeddf7fbef1d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:03 +0200
Subject: [PATCH 59/83] openttd: rebuild for icu-64.2.

---
 srcpkgs/openttd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index e8da060d503..edc25e4c58f 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
 version=1.9.2
-revision=1
+revision=2
 _gfxver=0.5.5
 _sfxver=0.2.3
 build_style=gnu-configure

From c3dcbafe00bb1c4a0603df074366d597c0def888 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:04 +0200
Subject: [PATCH 60/83] perl-XML-LibXML: rebuild for icu-64.2.

---
 srcpkgs/perl-XML-LibXML/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-LibXML/template b/srcpkgs/perl-XML-LibXML/template
index 3171e3e9532..00c0915ded8 100644
--- a/srcpkgs/perl-XML-LibXML/template
+++ b/srcpkgs/perl-XML-LibXML/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-LibXML'
 pkgname=perl-XML-LibXML
 version=2.0134
-revision=1
+revision=2
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From 006e85a25e8a1af6a9adcaa139c251485169a524 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:04 +0200
Subject: [PATCH 61/83] phantomjs: rebuild for icu-64.2.

---
 srcpkgs/phantomjs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/phantomjs/template b/srcpkgs/phantomjs/template
index 7d781fcb8f2..f4485fd55f7 100644
--- a/srcpkgs/phantomjs/template
+++ b/srcpkgs/phantomjs/template
@@ -1,7 +1,7 @@
 # Template file for 'phantomjs'
 pkgname=phantomjs
 version=2.0.0
-revision=14
+revision=15
 hostmakedepends="unzip flex ruby gperf python perl pkg-config"
 makedepends="
  fontconfig-devel icu-devel libressl-devel libpng-devel

From 8dc1058f443b3e2d5607c43aeedcc0bf8ebf411d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:04 +0200
Subject: [PATCH 62/83] php: rebuild for icu-64.2.

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 85ef3bb6207..47751218efb 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=7.3.7
-revision=1
+revision=2
 hostmakedepends="bison pkg-config"
 makedepends="apache-devel enchant-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmysqlclient-devel

From ef9c4177cc2e28fbadaa4c1d194156c0d9ed465e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:05 +0200
Subject: [PATCH 63/83] poedit: rebuild for icu-64.2.

---
 srcpkgs/poedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template
index 11c90b7480e..c631d1a323a 100644
--- a/srcpkgs/poedit/template
+++ b/srcpkgs/poedit/template
@@ -1,7 +1,7 @@
 # Template file for 'poedit'
 pkgname=poedit
 version=2.2.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="pkg-config"

From 7da598f88ad7db4a6367299c1a7b8eed53474935 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:05 +0200
Subject: [PATCH 64/83] postfix: rebuild for icu-64.2.

---
 srcpkgs/postfix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index 07e8c9ae0b1..842b1bce219 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
 version=3.3.2
-revision=5
+revision=6
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmysqlclient-devel pcre-devel
  postgresql-libs-devel sqlite-devel"

From cb54ab7ccc4bf5e7a7b8580af1d18734e4f746f5 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:05 +0200
Subject: [PATCH 65/83] python-PyICU: rebuild for icu-64.2.

---
 srcpkgs/python-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyICU/template b/srcpkgs/python-PyICU/template
index b6497657de4..be4aaf88639 100644
--- a/srcpkgs/python-PyICU/template
+++ b/srcpkgs/python-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyICU'
 pkgname=python-PyICU
 version=2.3.1
-revision=1
+revision=2
 wrksrc="PyICU-${version}"
 build_style=python-module
 pycompile_module="icu PyICU.py"

From 69c2d5537d242f1022c28f46e219e061aa8b03e3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:06 +0200
Subject: [PATCH 66/83] qalculate: rebuild for icu-64.2.

---
 srcpkgs/qalculate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qalculate/template b/srcpkgs/qalculate/template
index 2a30fc94352..a18d8e94ecd 100644
--- a/srcpkgs/qalculate/template
+++ b/srcpkgs/qalculate/template
@@ -1,7 +1,7 @@
 # Template file for 'qalculate'
 pkgname=qalculate
 version=3.3.0
-revision=1
+revision=2
 wrksrc="lib${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"

From dec57f841f00c79b3dd9476710e58c9fbb98eccb Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:06 +0200
Subject: [PATCH 67/83] qt5: rebuild for icu-64.2.

---
 srcpkgs/qt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index 2fe80a0a121..836eb89fe83 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5'
 pkgname=qt5
 version=5.13.0
-revision=3
+revision=4
 wrksrc="qt-everywhere-src-${version}"
 build_style=gnu-configure
 hostmakedepends="cmake clang flex git glib-devel gperf ninja pkg-config

From fa10664a31a91855a9e7843b3d6a644d7a07519b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:06 +0200
Subject: [PATCH 68/83] qt5-webkit: rebuild for icu-64.2.

---
 srcpkgs/qt5-webkit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template
index 679f94ac6ca..64f4e315116 100644
--- a/srcpkgs/qt5-webkit/template
+++ b/srcpkgs/qt5-webkit/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webkit'
 pkgname=qt5-webkit
 version=5.212.0
-revision=4
+revision=5
 _snap=1561566461
 _v=${version%.*}
 wrksrc="qtwebkit-everywhere-src-${_v}"

From f5ca099d1cf904b8ebed8dd3f10390af029fe978 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:07 +0200
Subject: [PATCH 69/83] rspamd: rebuild for icu-64.2.

---
 srcpkgs/rspamd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template
index 590ceadaaa5..3df029ea574 100644
--- a/srcpkgs/rspamd/template
+++ b/srcpkgs/rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'rspamd'
 pkgname=rspamd
 version=1.9.2
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd
  -DDBDIR=/var/lib/rspamd"

From 972fcf2ef78a185b5d7eb5552a6f5e833b59d6c9 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:07 +0200
Subject: [PATCH 70/83] sile: rebuild for icu-64.2.

---
 srcpkgs/sile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template
index 25545ca613a..670d4b7b3b3 100644
--- a/srcpkgs/sile/template
+++ b/srcpkgs/sile/template
@@ -1,7 +1,7 @@
 # Template file for 'sile'
 pkgname=sile
 version=0.9.5.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel lua51-devel lua51-lpeg luaexpat

From 0a3fe9c77d9a805b639ec209dc6e9e9fd170d3f0 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:07 +0200
Subject: [PATCH 71/83] slop: rebuild for icu-64.2.

---
 srcpkgs/slop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template
index 71804e73c36..98e57d4cee2 100644
--- a/srcpkgs/slop/template
+++ b/srcpkgs/slop/template
@@ -1,7 +1,7 @@
 # Template file for 'slop'
 pkgname=slop
 version=7.4
-revision=3
+revision=4
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="glew-devel glm icu-devel libXrender-devel"

From 70aefcbe97fc8593385f13dc7bd90d3d6fbec0c7 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:08 +0200
Subject: [PATCH 72/83] sword: rebuild for icu-64.2.

---
 srcpkgs/sword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template
index b32da973cc9..57f71acd44c 100644
--- a/srcpkgs/sword/template
+++ b/srcpkgs/sword/template
@@ -1,7 +1,7 @@
 # Template file for 'sword'
 pkgname=sword
 version=1.8.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--prefix=/usr --libdir=/usr/lib --without-conf
  --disable-shared --with-icuregex"

From 6db96de43a6ba6ad7e1f88a18efced1e3683dd19 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:08 +0200
Subject: [PATCH 73/83] tectonic: rebuild for icu-64.2.

---
 srcpkgs/tectonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template
index a15482f2da3..19954ca6d7a 100644
--- a/srcpkgs/tectonic/template
+++ b/srcpkgs/tectonic/template
@@ -1,7 +1,7 @@
 # Template file for 'tectonic'
 pkgname=tectonic
 version=0.1.11
-revision=2
+revision=3
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel libressl-devel"

From cba4e2e1ab7d8a95326420da9adfae60fca3ef5a Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:08 +0200
Subject: [PATCH 74/83] tesseract-ocr: rebuild for icu-64.2.

---
 srcpkgs/tesseract-ocr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tesseract-ocr/template b/srcpkgs/tesseract-ocr/template
index 52df5c3c263..b68d16270ce 100644
--- a/srcpkgs/tesseract-ocr/template
+++ b/srcpkgs/tesseract-ocr/template
@@ -1,7 +1,7 @@
 # Template file for 'tesseract-ocr'
 pkgname=tesseract-ocr
 version=4.1.0
-revision=1
+revision=2
 _tessdataver=4.0.0
 wrksrc="tesseract-${version}"
 build_style=gnu-configure

From dcf0c52effa1b482ba7acf11e29c15e934d1cd56 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:09 +0200
Subject: [PATCH 75/83] thunderbird: rebuild for icu-64.2.

---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index e320e33e365..635c63b7216 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=60.8.0
-revision=1
+revision=2
 short_desc="Standalone Mail/News reader"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 homepage="https://www.thunderbird.net/"

From 9543ab55438ddfd07e5212be2ad08b000702db5d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:09 +0200
Subject: [PATCH 76/83] tracker: rebuild for icu-64.2.

---
 srcpkgs/tracker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 247ebda2b17..54476ebd596 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
 version=2.2.2
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dfts=true -Dfunctional_tests=false

From a94c341170ad5c7c64bd89709929f119e17968ab Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:09 +0200
Subject: [PATCH 77/83] unar: rebuild for icu-64.2.

---
 srcpkgs/unar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template
index 735272198b1..96418fbc91c 100644
--- a/srcpkgs/unar/template
+++ b/srcpkgs/unar/template
@@ -1,7 +1,7 @@
 # Template file for 'unar'
 pkgname=unar
 version=1.10.5
-revision=2
+revision=3
 archs="~*-musl" # regexec incompatible
 build_wrksrc="XADMaster"
 build_style=gnu-makefile

From fd1222411bb64c4d1ea526c68cfb6f4db2fb5779 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:10 +0200
Subject: [PATCH 78/83] webkit2gtk: rebuild for icu-64.2.

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index 3fb25ebcd75..54baeb80534 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -1,7 +1,7 @@
 # Template file for 'webkit2gtk'
 pkgname=webkit2gtk
 version=2.24.3
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"

From 289ab3e3ef4289c09c41d9bd69365288b429076e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:10 +0200
Subject: [PATCH 79/83] widelands: rebuild for icu-64.2.

---
 srcpkgs/widelands/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template
index 91b8e482408..e256521e377 100644
--- a/srcpkgs/widelands/template
+++ b/srcpkgs/widelands/template
@@ -1,7 +1,7 @@
 # Template file for 'widelands'
 pkgname=widelands
 version=20
-revision=1
+revision=2
 wrksrc="${pkgname}-build${version}"
 build_style=cmake
 configure_args="

From b2f63c694fc2bdc638e982690e9f18efcb5506fb Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:10 +0200
Subject: [PATCH 80/83] xerces-c: rebuild for icu-64.2.

---
 srcpkgs/xerces-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xerces-c/template b/srcpkgs/xerces-c/template
index 6e277866858..f24aec9fc5e 100644
--- a/srcpkgs/xerces-c/template
+++ b/srcpkgs/xerces-c/template
@@ -1,7 +1,7 @@
 # Template file for 'xerces-c'
 pkgname=xerces-c
 version=3.2.2
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libcurl-devel icu-devel"

From 14b0c809a11e6479bf9f4f422494f24498b23509 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:11 +0200
Subject: [PATCH 81/83] xmlsec1: rebuild for icu-64.2.

---
 srcpkgs/xmlsec1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmlsec1/template b/srcpkgs/xmlsec1/template
index 6c21b9338a6..7e65551d562 100644
--- a/srcpkgs/xmlsec1/template
+++ b/srcpkgs/xmlsec1/template
@@ -1,7 +1,7 @@
 # Template file for 'xmlsec1'
 pkgname=xmlsec1
 version=1.2.28
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config gnutls-devel"
 makedepends="libxslt-devel libltdl-devel libgcrypt-devel gnutls-devel

From f5bcc96ec72d6da9b5452573fd70df8aa77fc4ab Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:11 +0200
Subject: [PATCH 82/83] yaz: rebuild for icu-64.2.

---
 srcpkgs/yaz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template
index b3de52a9aa0..f366d7d0777 100644
--- a/srcpkgs/yaz/template
+++ b/srcpkgs/yaz/template
@@ -1,7 +1,7 @@
 # Template file for 'yaz'
 pkgname=yaz
 version=5.27.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
  --with-icu --with-gnutls"

From f345fc8aa95b37b760ffc6cb605b7e9f9ecd0355 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Tue, 30 Jul 2019 14:14:11 +0200
Subject: [PATCH 83/83] znc: rebuild for icu-64.2.

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index 23aec870926..5c6844a9ec4 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.7.4
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: icu 64.2
  2019-07-30 12:19 [PR PATCH] icu 64.2 voidlinux-github
@ 2019-07-30 13:34 ` voidlinux-github
  2019-07-30 13:34 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-30 13:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 141 bytes --]

There's a merged pull request on the void-packages repository

icu 64.2
https://github.com/void-linux/void-packages/pull/13415
Description: 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: icu 64.2
  2019-07-30 12:19 [PR PATCH] icu 64.2 voidlinux-github
  2019-07-30 13:34 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-07-30 13:34 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-30 13:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/13415#issuecomment-516421149
Comment:
2eef148693..f345fc8aa9

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-30 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30 12:19 [PR PATCH] icu 64.2 voidlinux-github
2019-07-30 13:34 ` [PR PATCH] [Merged]: " voidlinux-github
2019-07-30 13:34 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).