From b851990a7af1a58dcecd78caf8b42ee2d962d585 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:10:40 +0200 Subject: [PATCH 01/93] icu: update to 69.1. --- common/shlibs | 12 ++++++------ srcpkgs/icu/template | 7 ++++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/common/shlibs b/common/shlibs index 278d2456072f..8d1e95f063ec 100644 --- a/common/shlibs +++ b/common/shlibs @@ -515,12 +515,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1 libkColorPicker.so.0 kColorPicker-0.1.5_1 libbabl-0.1.so.0 babl-0.1.16_1 libbamf3.so.2 bamf-0.5.1_1 -libicuio.so.67 icu-libs-67.1_1 -libicui18n.so.67 icu-libs-67.1_1 -libicudata.so.67 icu-libs-67.1_1 -libicutu.so.67 icu-libs-67.1_1 -libicuuc.so.67 icu-libs-67.1_1 -libicutest.so.67 icu-libs-67.1_1 +libicuio.so.69 icu-libs-69.1_1 +libicui18n.so.69 icu-libs-69.1_1 +libicudata.so.69 icu-libs-69.1_1 +libicutu.so.69 icu-libs-69.1_1 +libicuuc.so.69 icu-libs-69.1_1 +libicutest.so.69 icu-libs-69.1_1 libaspell.so.15 libaspell-0.60.8_2 libpspell.so.15 libaspell-0.60.8_2 libenchant.so.1 enchant-1.4.2_1 diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template index 261c8ea7fdb9..a05d0a7d35a8 100644 --- a/srcpkgs/icu/template +++ b/srcpkgs/icu/template @@ -2,20 +2,21 @@ # NOTE: Please convert this package to support progressive updates with the # next soname bump. pkgname=icu -version=67.1 -revision=2 +version=69.1 +revision=1 wrksrc=icu build_wrksrc=source build_style=gnu-configure # use archive data instead of .so data for correct cross-compiling configure_args="--with-data-packaging=archive --enable-static" hostmakedepends="pkg-config" +checkdepends="diffutils python3" short_desc="Robust and fully-featured Unicode libraries" maintainer="Randy McCaskill " license="ICU" homepage="https://home.unicode.org/" distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz" -checksum=94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc +checksum=4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745 if [ "$CROSS_BUILD" ]; then configure_args+=" --with-cross-build=${XBPS_BUILDDIR}/${wrksrc}/host-icu" From d4207207ac5e0976434af7b8cc5a2817b0202e57 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:19 +0200 Subject: [PATCH 02/93] 0ad: rebuild for icu-69.1 --- srcpkgs/0ad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template index d6bbdb483101..f6e6b41899de 100644 --- a/srcpkgs/0ad/template +++ b/srcpkgs/0ad/template @@ -1,7 +1,7 @@ # Template file for '0ad' pkgname=0ad version=0.0.24b -revision=2 +revision=3 archs="x86_64* i686* aarch64* armv7l* ppc64le*" wrksrc="${pkgname}-${version}-alpha" hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang" From 064a110fdafd9487bbd9d1ae9c99086b7f26cfca Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:19 +0200 Subject: [PATCH 03/93] Aegisub: rebuild for icu-69.1 --- srcpkgs/Aegisub/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template index 2ddf6c24ee6e..a00a75fe709d 100644 --- a/srcpkgs/Aegisub/template +++ b/srcpkgs/Aegisub/template @@ -1,7 +1,7 @@ # Template file for 'Aegisub' pkgname=Aegisub version=3.2.2 -revision=12 +revision=13 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 7646ea9021d05c93e35aba412ea3320a3305f3c8 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:19 +0200 Subject: [PATCH 04/93] OpenRCT2: rebuild for icu-69.1 --- srcpkgs/OpenRCT2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template index 761da7f1e580..8eeb3f75b528 100644 --- a/srcpkgs/OpenRCT2/template +++ b/srcpkgs/OpenRCT2/template @@ -6,7 +6,7 @@ _objects_version=1.0.21 _titles_version=0.1.2c _replays_version=0.0.43 version=0.3.4.1 -revision=1 +revision=2 build_style=cmake configure_args=" -DOPENRCT2_VERSION_TAG=${version} From 5fa22c2807e2b79831203cae860ca41008d1d03c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:20 +0200 Subject: [PATCH 05/93] R: rebuild for icu-69.1 --- srcpkgs/R/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R/template b/srcpkgs/R/template index 0eda3df81f3f..2a3cb67d3fec 100644 --- a/srcpkgs/R/template +++ b/srcpkgs/R/template @@ -1,7 +1,7 @@ # Template file for 'R' pkgname=R version=4.1.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R --with-blas$(vopt_if openblas '=openblas') --with-lapack From d062d9af6c11a5ca9f8d2aeb60592197e0004dda Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:20 +0200 Subject: [PATCH 06/93] R-cran-stringi: rebuild for icu-69.1 --- 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 b7420242f6a4..c15849c98799 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.6 -revision=3 +revision=4 build_style=R-cran makedepends="pkg-config icu-devel" short_desc="Character String Processing Facilities" From ac50794a59b0b096c5ba392eba33f158eb6f4d11 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:20 +0200 Subject: [PATCH 07/93] an: rebuild for icu-69.1 --- srcpkgs/an/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/an/template b/srcpkgs/an/template index 28a6600f6492..e05c3c129e64 100644 --- a/srcpkgs/an/template +++ b/srcpkgs/an/template @@ -1,7 +1,7 @@ # Template file for 'an' pkgname=an version=1.2 -revision=7 +revision=8 build_style=gnu-makefile makedepends="icu-devel" depends="words-en" From 0d9e77654ebef3d038e9042ac790cf9a8d5f23a9 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:20 +0200 Subject: [PATCH 08/93] boost: rebuild for icu-69.1 --- srcpkgs/boost/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index d1dd74577e7a..61749aaeba72 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -1,7 +1,7 @@ # Template file for 'boost' pkgname=boost version=1.72.0 -revision=4 +revision=5 wrksrc="${pkgname}_${version//\./_}" hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel" makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel" From dd17ec6ce3bb5e40c34a334e29b5a185d1baa18c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:20 +0200 Subject: [PATCH 09/93] brltty: rebuild for icu-69.1 --- srcpkgs/brltty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template index 53e15ed6ff03..76d56520dac2 100644 --- a/srcpkgs/brltty/template +++ b/srcpkgs/brltty/template @@ -1,7 +1,7 @@ # Template file for 'brltty' pkgname=brltty version=6.1 -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 a34956180d7467bdcb44a968e3055130d87492c0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:20 +0200 Subject: [PATCH 10/93] calibre: rebuild for icu-69.1 --- srcpkgs/calibre/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 0d69e612e46f..adcd8781dc90 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,7 +1,7 @@ # Template file for 'calibre' pkgname=calibre version=5.21.0 -revision=1 +revision=2 build_style=python3-module pycompile_dirs="/usr/lib/calibre/" hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg From 1d66653150b4d1cb3eaceb89eebebe2959b1a4ad Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:21 +0200 Subject: [PATCH 11/93] clamav: rebuild for icu-69.1 --- srcpkgs/clamav/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template index f77692c4b4c2..e0b48d33537b 100644 --- a/srcpkgs/clamav/template +++ b/srcpkgs/clamav/template @@ -1,7 +1,7 @@ # Template file for 'clamav' pkgname=clamav version=0.103.3 -revision=1 +revision=2 build_style=gnu-configure # XXX: system llvm is too new (< 3.7 required) # Shipped llvm does not build with gcc>=6 From 97c7202f2f4d6527d8a4ceefddda8aaa73807144 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:21 +0200 Subject: [PATCH 12/93] darktable: rebuild for icu-69.1 --- srcpkgs/darktable/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template index 8be87e888872..f18f5f123b7e 100644 --- a/srcpkgs/darktable/template +++ b/srcpkgs/darktable/template @@ -1,7 +1,7 @@ # Template file for 'darktable' pkgname=darktable version=3.6.0 -revision=1 +revision=2 # upstream only supports these archs: archs="x86_64* aarch64* ppc64le*" build_style=cmake From f4cc536a4ac7fcb679e8bdb0c105b7e93ac63b0a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:21 +0200 Subject: [PATCH 13/93] dino: rebuild for icu-69.1 --- srcpkgs/dino/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template index 94c058ab7d70..fda6cc8c94eb 100644 --- a/srcpkgs/dino/template +++ b/srcpkgs/dino/template @@ -1,7 +1,7 @@ # Template file for 'dino' pkgname=dino version=0.2.1 -revision=1 +revision=2 build_style=cmake configure_args="-GNinja -DDINO_PLUGIN_ENABLED_notification-sound=ON" make_cmd=ninja From 5fe908d021032d9d7476c16df36c3d4e843019a4 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:21 +0200 Subject: [PATCH 14/93] dwdiff: rebuild for icu-69.1 --- srcpkgs/dwdiff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template index 4264945987a8..2467ce056132 100644 --- a/srcpkgs/dwdiff/template +++ b/srcpkgs/dwdiff/template @@ -1,7 +1,7 @@ # Template file for 'dwdiff' pkgname=dwdiff version=2.1.4 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="gettext pkg-config" makedepends="icu-devel" From 0322d8366d71f781b4b71986c1e47f79378ae08c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:21 +0200 Subject: [PATCH 15/93] enchant2: rebuild for icu-69.1 --- srcpkgs/enchant2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template index 5bb08e5c5636..59413b958747 100644 --- a/srcpkgs/enchant2/template +++ b/srcpkgs/enchant2/template @@ -1,7 +1,7 @@ # Template file for 'enchant2' pkgname=enchant2 version=2.2.15 -revision=2 +revision=3 wrksrc="enchant-${version}" build_style=gnu-configure # so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering; From d62c0a253e9cedafa1c0e22577666880b0e67cef Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:22 +0200 Subject: [PATCH 16/93] evolution-data-server: rebuild for icu-69.1 --- 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 136c47804c04..43a5f1cf8434 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.40.2 -revision=1 +revision=2 build_style=cmake build_helper="gir qemu" configure_args="-DENABLE_UOA=OFF From d88727899549d66d3337c690996c501e3d89a259 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:22 +0200 Subject: [PATCH 17/93] firefox: update to 90.0.2, rebuild for icu-69.1 --- srcpkgs/firefox/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 08c8efadf2d9..faecbbf7c2cb 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n". # pkgname=firefox -version=90.0.1 +version=90.0.2 revision=1 build_helper="rust" short_desc="Mozilla Firefox web browser" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.mozilla.org/firefox/" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=85796ca5857e2196c8722719423d3f164396efdefb2988d3efd6d5c399dc0a87 +checksum=35c45dbc21a7bd59e5daa6b3fef7a08c51ff0a1333f47a355bb1cbc840c3ff59 lib32disabled=yes From 7954d5a3af81f03e4d9d52e075c19e2d08ef1bd5 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:22 +0200 Subject: [PATCH 18/93] firefox-esr: update to 78.12.0, rebuild for icu-69.1 --- srcpkgs/firefox-esr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template index e4ea57638c2c..ea732f406ff9 100644 --- a/srcpkgs/firefox-esr/template +++ b/srcpkgs/firefox-esr/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-esr-i18n". # pkgname=firefox-esr -version=78.10.0 +version=78.12.0 revision=1 wrksrc="firefox-${version}" build_helper="rust qemu" @@ -22,7 +22,7 @@ maintainer="Orphaned " license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://www.mozilla.org/firefox/organizations/" distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz" -checksum=979141a6d94bbe303815e9cd1ab1d23b5ce2f9c77d9d5486871eaecf0ea2df40 +checksum=8b55a8b8254ddde03db83f44c9fecfc4ae86ea126b5445a0355d915830bd7410 lib32disabled=yes conflicts="firefox>=0" From 5f67189ca50976d4fcbeae8436a452fe3bba5907 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:22 +0200 Subject: [PATCH 19/93] freshplayerplugin: rebuild for icu-69.1 --- srcpkgs/freshplayerplugin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/freshplayerplugin/template b/srcpkgs/freshplayerplugin/template index a6205c0ba98d..e7dbb2758861 100644 --- a/srcpkgs/freshplayerplugin/template +++ b/srcpkgs/freshplayerplugin/template @@ -1,7 +1,7 @@ # Template file for 'freshplayerplugin' pkgname=freshplayerplugin version=0.3.9 -revision=7 +revision=8 build_style=cmake hostmakedepends="pkg-config ragel" makedepends="libevent-devel libXcursor-devel alsa-lib-devel libXrandr-devel gtk+-devel From 48e7d2a619e34ab87c1575c27e171f0f68933e6e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:22 +0200 Subject: [PATCH 20/93] geary: rebuild for icu-69.1 --- srcpkgs/geary/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template index 3891e7190112..c863e4ebc5ea 100644 --- a/srcpkgs/geary/template +++ b/srcpkgs/geary/template @@ -1,7 +1,7 @@ # Template file for 'geary' pkgname=geary version=40.0 -revision=1 +revision=2 build_helper="gir" build_style=meson configure_args="-Dprofile=release -Dcontractor=enabled" From f7d0fc8d6b012fb2e7039439ff92799b8cad0bda Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:22 +0200 Subject: [PATCH 21/93] gnucash: rebuild for icu-69.1 --- srcpkgs/gnucash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index 64469ecfa77f..4309553e29cc 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -1,7 +1,7 @@ # Template file for 'gnucash' pkgname=gnucash version=4.6 -revision=1 +revision=2 wrksrc="${pkgname}-${version%b}" build_style=cmake make_check_target=check From 7f190323e55cfe6c6546a0da637a50118998ac5f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:23 +0200 Subject: [PATCH 22/93] gnustep-base: rebuild for icu-69.1 --- 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 483dd8011bee..bafd7370419d 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.28.0 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="gnustep-make gcc-objc pkg-config which" makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel From a76bd4e06353d27736bd680a053b93ef3b194bb2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:23 +0200 Subject: [PATCH 23/93] gnustep-gui: rebuild for icu-69.1 --- 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 9335681ada37..9371cb40d30d 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.29.0 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="gnustep-make pkg-config tar" makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel From dd868414e650aaa2eb520040070d2455e16afbc2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:23 +0200 Subject: [PATCH 24/93] harfbuzz: rebuild for icu-69.1 --- srcpkgs/harfbuzz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template index 106a44ff3139..6964948610fa 100644 --- a/srcpkgs/harfbuzz/template +++ b/srcpkgs/harfbuzz/template @@ -1,7 +1,7 @@ # Template file for 'harfbuzz' pkgname=harfbuzz version=2.8.2 -revision=1 +revision=2 build_style=meson build_helper=gir configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled From b182b99de1f40d9dad8e86ccce8cb0662c654445 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:23 +0200 Subject: [PATCH 25/93] icu4lua: rebuild for icu-69.1 --- srcpkgs/icu4lua/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template index 9adf55946651..665433492423 100644 --- a/srcpkgs/icu4lua/template +++ b/srcpkgs/icu4lua/template @@ -1,7 +1,7 @@ # Template file for 'icu4lua' pkgname=icu4lua version=0.2B -revision=9 +revision=10 create_wrksrc=yes build_style=gnu-makefile hostmakedepends="pkg-config unzip" From 1a4e649a687695f4ea261a32c1787b41aefe3a31 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:23 +0200 Subject: [PATCH 26/93] imv: rebuild for icu-69.1 --- srcpkgs/imv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template index 608cc8790641..9dc7717fbedc 100644 --- a/srcpkgs/imv/template +++ b/srcpkgs/imv/template @@ -1,7 +1,7 @@ # Template file for 'imv' pkgname=imv version=4.3.0 -revision=1 +revision=2 build_style=meson hostmakedepends="asciidoc pkg-config cmake" makedepends="cmocka-devel freeimage-devel glu-devel librsvg-devel libheif-devel libxkbcommon-devel From 5ff3efdd3041408394be85aa1913ba2ae47bf5a6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:23 +0200 Subject: [PATCH 27/93] kdb: rebuild for icu-69.1 --- srcpkgs/kdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template index 0bc353bd7085..509915e3e6fa 100644 --- a/srcpkgs/kdb/template +++ b/srcpkgs/kdb/template @@ -1,7 +1,7 @@ # Template file for 'kdb' pkgname=kdb version=3.2.0 -revision=5 +revision=6 build_style=cmake hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons" makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel From 6705dbc174752a800a40fa417d59841569894c49 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:24 +0200 Subject: [PATCH 28/93] kiwix-lib: rebuild for icu-69.1 --- 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 fed972c83bc2..52c1c6a48013 100644 --- a/srcpkgs/kiwix-lib/template +++ b/srcpkgs/kiwix-lib/template @@ -1,7 +1,7 @@ # Template file for 'kiwix-lib' pkgname=kiwix-lib version=9.4.1 -revision=1 +revision=2 build_style=meson hostmakedepends="pkg-config" makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel From a8e6be90448bc44bcafc998a084733a4bbf17bf6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:24 +0200 Subject: [PATCH 29/93] libbitcoin-blockchain: rebuild for icu-69.1 --- 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 8bdf869f4ff6..9f9b36815f49 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.6.0 -revision=3 +revision=4 archs="aarch64* ppc64* x86_64*" build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib From b55c48e02b97ee1c2a1271e6cffffeb45ddd4bd9 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:24 +0200 Subject: [PATCH 30/93] libbitcoin-client: rebuild for icu-69.1 --- 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 f85033f35c63..5b63efde5db8 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.6.0 -revision=3 +revision=4 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 0985dffd7a57fe6c67b886cff1df2e3f0159a580 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:24 +0200 Subject: [PATCH 31/93] libbitcoin-database: rebuild for icu-69.1 --- 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 6acd56e31682..7f30b50739bb 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.6.0 -revision=3 +revision=4 archs="aarch64* ppc64* x86_64*" build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib From b08c489c6961044d6afd38ace135b184a509e7da Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:24 +0200 Subject: [PATCH 32/93] libbitcoin-explorer: rebuild for icu-69.1 --- 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 39c2a55f6548..8704c89d558f 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.6.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib From 4b534828d1dd3db71d58db3daa3afc45aacfe23d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:25 +0200 Subject: [PATCH 33/93] libbitcoin-network: rebuild for icu-69.1 --- 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 6a518b876664..0ffc3b9a6ab8 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.6.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld" From b956e93921ccf4baee35140ab0e1fad0c5f2b696 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:25 +0200 Subject: [PATCH 34/93] libbitcoin-node: rebuild for icu-69.1 --- 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 7aa1706e85c7..644f31f36a9a 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.6.0 -revision=3 +revision=4 archs="aarch64* ppc64* x86_64*" build_style=gnu-configure configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions From 8d423bfaa15b0cdc896fcf9c2da19f96f17960c0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:25 +0200 Subject: [PATCH 35/93] libbitcoin-protocol: rebuild for icu-69.1 --- 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 8d45895873b7..7209be818c72 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.6.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld" From a09dad92580a5928dab1e33f68f30a65a8be477c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:25 +0200 Subject: [PATCH 36/93] libbitcoin-server: rebuild for icu-69.1 --- 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 0a949866e0c2..6e770407dda9 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.6.0 -revision=3 +revision=4 archs="aarch64* ppc64* x86_64*" build_style=gnu-configure configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions From 25cbe262ca30d6806c691c2c0be9c1d7b02955f1 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:25 +0200 Subject: [PATCH 37/93] libbitcoin-system: rebuild for icu-69.1 --- 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 7cf3a50675d1..fa17cbfc55e6 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.6.0 -revision=3 +revision=4 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 392d359494ca74087ce9592eb6b05a6086e79b28 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:25 +0200 Subject: [PATCH 38/93] libcdr: rebuild for icu-69.1 --- srcpkgs/libcdr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template index 5753e74baa15..a73f577ba845 100644 --- a/srcpkgs/libcdr/template +++ b/srcpkgs/libcdr/template @@ -1,7 +1,7 @@ # Template file for 'libcdr' pkgname=libcdr version=0.1.7 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-debug" hostmakedepends="pkg-config" From eafb410ec38b6d3e8841481a4b3cb5ef530244a1 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:26 +0200 Subject: [PATCH 39/93] libe-book: rebuild for icu-69.1 --- 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 2c9fb778531c..c45b15b98d54 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=8 +revision=9 build_style=gnu-configure configure_args="--disable-werror" hostmakedepends="automake libtool gperf doxygen pkg-config" From 0a2a4dac2d5c51dbbbbc182ff7172dc48c9c09ff Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:26 +0200 Subject: [PATCH 40/93] libgdal: rebuild for icu-69.1 --- srcpkgs/libgdal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template index 72c96ff67605..c34684b8115b 100644 --- a/srcpkgs/libgdal/template +++ b/srcpkgs/libgdal/template @@ -1,7 +1,7 @@ # Template file for 'libgdal' pkgname=libgdal version=3.0.4 -revision=9 +revision=10 wrksrc="gdal-${version}" build_style=gnu-configure configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes" From 34476a5abcfefa5ff744e51a292c504778402e36 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:26 +0200 Subject: [PATCH 41/93] libical: rebuild for icu-69.1 --- srcpkgs/libical/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template index 913be53ef07f..0bba9b9b2b07 100644 --- a/srcpkgs/libical/template +++ b/srcpkgs/libical/template @@ -1,7 +1,7 @@ # Template file for 'libical' pkgname=libical version=3.0.8 -revision=3 +revision=4 build_style=cmake build_helper="gir qemu" configure_args="-DICAL_BUILD_DOCS=false From 160b2213b04a6ab1709997f1818a99fbf629b34c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:26 +0200 Subject: [PATCH 42/93] liblcf: rebuild for icu-69.1 --- srcpkgs/liblcf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template index 273439c90905..71684bd89e3e 100644 --- a/srcpkgs/liblcf/template +++ b/srcpkgs/liblcf/template @@ -1,7 +1,7 @@ # Template file for 'liblcf' pkgname=liblcf version=0.6.2 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config autoconf automake libtool" makedepends="expat-devel icu-devel" From f46ab85411f0fb21b66a814ecb0c738f8c0ed4fb Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:26 +0200 Subject: [PATCH 43/93] libmspub: rebuild for icu-69.1 --- srcpkgs/libmspub/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template index 5c96ba407069..2dea31ee46a1 100644 --- a/srcpkgs/libmspub/template +++ b/srcpkgs/libmspub/template @@ -1,7 +1,7 @@ # Template file for 'libmspub' pkgname=libmspub version=0.1.4 -revision=6 +revision=7 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="icu-devel boost-devel librevenge-devel zlib-devel" From 0e90cd1715c3a152474e92c3af88d84b16517890 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:27 +0200 Subject: [PATCH 44/93] libpsl: rebuild for icu-69.1 --- srcpkgs/libpsl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template index 5a90eaf22801..9f1574767f47 100644 --- a/srcpkgs/libpsl/template +++ b/srcpkgs/libpsl/template @@ -1,7 +1,7 @@ # Template file for 'libpsl' pkgname=libpsl version=0.21.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="icu-devel" From c2de16df9b04800e75dbc8aa69406368721d26d3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:27 +0200 Subject: [PATCH 45/93] libqxp: rebuild for icu-69.1 --- srcpkgs/libqxp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template index 8500917732b1..edca219c3606 100644 --- a/srcpkgs/libqxp/template +++ b/srcpkgs/libqxp/template @@ -1,7 +1,7 @@ # Template file for 'libqxp' pkgname=libqxp version=0.0.2 -revision=4 +revision=5 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="boost-devel librevenge-devel icu-devel" From e6d6cb40f35f0bdda47f69acc75997481c7df51d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:27 +0200 Subject: [PATCH 46/93] libreoffice: rebuild for icu-69.1 --- srcpkgs/libreoffice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index f08066f12966..fc69bd9af9c9 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,7 +1,7 @@ # Template file for 'libreoffice' pkgname=libreoffice version=7.1.3.2 -revision=1 +revision=2 build_style=meta make_build_target="build-nocheck" nocross="Several dependencies are nocross=yes" From 1b877b204ee91f3d9d1fe84c5fc0e032fcbd5add Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:27 +0200 Subject: [PATCH 47/93] libvisio: rebuild for icu-69.1 --- srcpkgs/libvisio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template index 3151a72d41dc..4585b7c55f92 100644 --- a/srcpkgs/libvisio/template +++ b/srcpkgs/libvisio/template @@ -1,7 +1,7 @@ # Template file for 'libvisio' pkgname=libvisio version=0.1.7 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="gperf pkg-config perl" makedepends="boost-devel librevenge-devel libxml2-devel icu-devel" From 347ceb9cdf2ffcba69ad56a05da1eb9c6549df7e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:27 +0200 Subject: [PATCH 48/93] libxml2: rebuild for icu-69.1 --- srcpkgs/libxml2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index c334f505ed0c..6a68fb6691c3 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -4,7 +4,7 @@ # pkgname=libxml2 version=2.9.10 -revision=4 +revision=5 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu --without-python" hostmakedepends="automake libtool gettext-devel pkg-config" From cb9b4dfe4a2e44cdd8942ac2adb9f798799471c8 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:27 +0200 Subject: [PATCH 49/93] libzim: rebuild for icu-69.1 --- srcpkgs/libzim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template index fe3c53109803..659abee5ecc9 100644 --- a/srcpkgs/libzim/template +++ b/srcpkgs/libzim/template @@ -1,7 +1,7 @@ # Template file for 'libzim' pkgname=libzim version=6.3.0 -revision=1 +revision=2 build_style=meson hostmakedepends="pkg-config git" makedepends="liblzma-devel $(vopt_if zlib zlib-devel) From 3fa495a65a3094a2c8e3c25e38f5a724009d4644 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:28 +0200 Subject: [PATCH 50/93] maim: rebuild for icu-69.1 --- srcpkgs/maim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template index f689a789e210..ff2758d370fa 100644 --- a/srcpkgs/maim/template +++ b/srcpkgs/maim/template @@ -1,7 +1,7 @@ # Template file for 'maim' pkgname=maim version=5.7.4 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config" makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel From b97c0766d5816a40bbe7777e389e35c54fc781de Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:28 +0200 Subject: [PATCH 51/93] modsecurity: rebuild for icu-69.1 --- srcpkgs/modsecurity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template index 9ab94af0fedd..af66ed3d01a3 100644 --- a/srcpkgs/modsecurity/template +++ b/srcpkgs/modsecurity/template @@ -1,7 +1,7 @@ # Template file for 'modsecurity' pkgname=modsecurity version=3.0.4 -revision=2 +revision=3 wrksrc="modsecurity-v${version}" build_style=gnu-configure configure_args="--enable-standalone-module --enable-htaccess-config" From a570ed7de284794fbffe44aec9b41ab35f5d8c67 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:28 +0200 Subject: [PATCH 52/93] mozjs78: rebuild for icu-69.1 --- srcpkgs/mozjs78/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template index 87e90b422b4e..e3167e3a7588 100644 --- a/srcpkgs/mozjs78/template +++ b/srcpkgs/mozjs78/template @@ -1,7 +1,7 @@ # Template file for 'mozjs78' pkgname=mozjs78 version=78.9.0 -revision=2 +revision=3 wrksrc="firefox-${version}" build_wrksrc=js/src build_style=gnu-configure From 3f21b3238cacad55e62357032da0e04c544b7fc9 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:28 +0200 Subject: [PATCH 53/93] ncmpcpp: rebuild for icu-69.1 --- srcpkgs/ncmpcpp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template index 0e036b303a35..7c7fbade75f2 100644 --- a/srcpkgs/ncmpcpp/template +++ b/srcpkgs/ncmpcpp/template @@ -1,7 +1,7 @@ # Template file for 'ncmpcpp' pkgname=ncmpcpp version=0.9.2 -revision=1 +revision=2 build_style=gnu-configure configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw" From da9e7c4ddbf633d8db97f14cb70e1e97d281a1b8 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:28 +0200 Subject: [PATCH 54/93] nodejs: rebuild for icu-69.1 --- srcpkgs/nodejs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template index 1c226d51ce1a..575278170b27 100644 --- a/srcpkgs/nodejs/template +++ b/srcpkgs/nodejs/template @@ -1,7 +1,7 @@ # Template file for 'nodejs' pkgname=nodejs version=14.17.2 -revision=1 +revision=2 wrksrc="node-v${version}" # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079 hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel From 875c9244c12dfa7f437c21f11d5a29838fa091cb Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:28 +0200 Subject: [PATCH 55/93] nodejs-lts: update to 12.22.4, rebuild for icu-69.1 --- srcpkgs/nodejs-lts/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template index d3912ae2cf05..915d53cf851d 100644 --- a/srcpkgs/nodejs-lts/template +++ b/srcpkgs/nodejs-lts/template @@ -1,7 +1,7 @@ # Template file for 'nodejs-lts' pkgname=nodejs-lts -version=12.21.0 -revision=2 +version=12.22.4 +revision=1 wrksrc="node-v${version}" # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079 hostmakedepends="pkg-config python libatomic-devel zlib-devel which @@ -18,7 +18,7 @@ maintainer="Enno Boland " license="MIT" homepage="https://nodejs.org/" distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz" -checksum=36e862555bebc04b13f7afebf4472c4dd7ebf4c891f9d6746ec545a4f099d05e +checksum=613b5a895d85d72b4aa495bdf0ffa483ad8b33635a173c4beb94d2842db740f5 python_version=3 build_options="ssl libuv http_parser icu nghttp2 cares" From 31f2f8482362ee6689e12ec4c3934512d4c5e64b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:29 +0200 Subject: [PATCH 56/93] nodejs-lts-10: remove --- srcpkgs/nodejs-lts-10/patches/atomic8.patch | 14 --- srcpkgs/nodejs-lts-10/patches/ppc32.patch | 29 ------- srcpkgs/nodejs-lts-10/patches/ppc64.patch | 41 --------- srcpkgs/nodejs-lts-10/template | 96 --------------------- srcpkgs/nodejs-lts-10/update | 2 - 5 files changed, 182 deletions(-) delete mode 100644 srcpkgs/nodejs-lts-10/patches/atomic8.patch delete mode 100644 srcpkgs/nodejs-lts-10/patches/ppc32.patch delete mode 100644 srcpkgs/nodejs-lts-10/patches/ppc64.patch delete mode 100644 srcpkgs/nodejs-lts-10/template delete mode 100644 srcpkgs/nodejs-lts-10/update diff --git a/srcpkgs/nodejs-lts-10/patches/atomic8.patch b/srcpkgs/nodejs-lts-10/patches/atomic8.patch deleted file mode 100644 index 21ec83101424..000000000000 --- a/srcpkgs/nodejs-lts-10/patches/atomic8.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/node.gyp -+++ b/node.gyp -@@ -479,6 +479,11 @@ - 'msvs_disabled_warnings!': [4244], - - 'conditions': [ -+ [ 'target_arch=="mips" or target_arch=="mipsel" or target_arch=="ppc" or target_arch=="arm"', { -+ 'link_settings': { -+ 'libraries': [ '-latomic' ], -+ }, -+ }], - [ 'node_code_cache_path!=""', { - 'sources': [ '<(node_code_cache_path)' ] - }, { diff --git a/srcpkgs/nodejs-lts-10/patches/ppc32.patch b/srcpkgs/nodejs-lts-10/patches/ppc32.patch deleted file mode 100644 index dd2440b372b8..000000000000 --- a/srcpkgs/nodejs-lts-10/patches/ppc32.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/configure.py -+++ b/configure.py -@@ -848,7 +848,7 @@ def host_arch_cc(): - '__MIPSEL__' : 'mipsel', - '__mips__' : 'mips', - '__PPC64__' : 'ppc64', -- '__PPC__' : 'ppc64', -+ '__PPC__' : 'ppc', - '__x86_64__' : 'x64', - '__s390__' : 's390', - '__s390x__' : 's390x', ---- a/deps/v8/src/libsampler/sampler.cc -+++ b/deps/v8/src/libsampler/sampler.cc -@@ -418,9 +418,15 @@ void SignalHandler::FillRegisterState(void* context, RegisterState* state) { - reinterpret_cast(ucontext->uc_mcontext.regs->gpr[PT_R31]); - #else - // Some C libraries, notably Musl, define the regs member as a void pointer -+ #if !V8_TARGET_ARCH_32_BIT - state->pc = reinterpret_cast(ucontext->uc_mcontext.gp_regs[32]); - state->sp = reinterpret_cast(ucontext->uc_mcontext.gp_regs[1]); - state->fp = reinterpret_cast(ucontext->uc_mcontext.gp_regs[31]); -+ #else -+ state->pc = reinterpret_cast(ucontext->uc_mcontext.gregs[32]); -+ state->sp = reinterpret_cast(ucontext->uc_mcontext.gregs[1]); -+ state->fp = reinterpret_cast(ucontext->uc_mcontext.gregs[31]); -+ #endif - #endif - #elif V8_HOST_ARCH_S390 - #if V8_TARGET_ARCH_32_BIT diff --git a/srcpkgs/nodejs-lts-10/patches/ppc64.patch b/srcpkgs/nodejs-lts-10/patches/ppc64.patch deleted file mode 100644 index 98e515cf4300..000000000000 --- a/srcpkgs/nodejs-lts-10/patches/ppc64.patch +++ /dev/null @@ -1,41 +0,0 @@ -Taken from Adélie Linux, fixes node on big endian ELFv2. ---- a/deps/v8/src/ppc/assembler-ppc.h.old 2019-03-05 15:16:29.000000000 +0000 -+++ b/deps/v8/src/ppc/assembler-ppc.h 2019-04-02 07:05:25.977213735 +0000 -@@ -48,7 +48,8 @@ - #include "src/ppc/constants-ppc.h" - - #if V8_HOST_ARCH_PPC && \ -- (V8_OS_AIX || (V8_TARGET_ARCH_PPC64 && V8_TARGET_BIG_ENDIAN)) -+ (V8_OS_AIX || (V8_TARGET_ARCH_PPC64 && \ -+ (V8_TARGET_BIG_ENDIAN && (!defined(_CALL_ELF) || _CALL_ELF == 1)))) - #define ABI_USES_FUNCTION_DESCRIPTORS 1 - #else - #define ABI_USES_FUNCTION_DESCRIPTORS 0 -@@ -60,13 +61,15 @@ - #define ABI_PASSES_HANDLES_IN_REGS 0 - #endif - --#if !V8_HOST_ARCH_PPC || !V8_TARGET_ARCH_PPC64 || V8_TARGET_LITTLE_ENDIAN -+#if !V8_HOST_ARCH_PPC || !V8_TARGET_ARCH_PPC64 || \ -+ (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2)) - #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 1 - #else - #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 0 - #endif - --#if !V8_HOST_ARCH_PPC || (V8_TARGET_ARCH_PPC64 && V8_TARGET_LITTLE_ENDIAN) -+#if !V8_HOST_ARCH_PPC || (V8_TARGET_ARCH_PPC64 && \ -+ (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2))) - #define ABI_CALL_VIA_IP 1 - #else - #define ABI_CALL_VIA_IP 0 -@@ -220,7 +220,8 @@ - // The following constants describe the stack frame linkage area as - // defined by the ABI. Note that kNumRequiredStackFrameSlots must - // satisfy alignment requirements (rounding up if required). --#if V8_TARGET_ARCH_PPC64 && V8_TARGET_LITTLE_ENDIAN -+#if V8_TARGET_ARCH_PPC64 && (V8_TARGET_LITTLE_ENDIAN || \ -+ defined(_CALL_ELF) && _CALL_ELF == 2) - // [0] back chain - // [1] condition register save area - // [2] link register save area diff --git a/srcpkgs/nodejs-lts-10/template b/srcpkgs/nodejs-lts-10/template deleted file mode 100644 index 300667cb9782..000000000000 --- a/srcpkgs/nodejs-lts-10/template +++ /dev/null @@ -1,96 +0,0 @@ -# Template file for 'nodejs-lts-10' -pkgname=nodejs-lts-10 -version=10.24.0 -revision=2 -wrksrc="node-v${version}" -# atomic8.patch will pull in -latomic even for some architectures -# not covered by XBPS_TARGET_NO_ATOMIC8. -hostmakedepends="pkg-config python which zlib-devel libatomic-devel - $(vopt_if icu icu-devel) $(vopt_if ssl openssl-devel) $(vopt_if libuv libuv-devel) - $(vopt_if http_parser http-parser-devel) $(vopt_if nghttp2 nghttp2-devel) - $(vopt_if cares c-ares-devel)" -makedepends="libatomic-devel zlib-devel python-devel - $(vopt_if icu icu-devel) $(vopt_if ssl openssl-devel) $(vopt_if libuv libuv-devel) - $(vopt_if http_parser http-parser-devel) $(vopt_if nghttp2 nghttp2-devel) - $(vopt_if cares c-ares-devel)" -checkdepends="procps-ng" -short_desc="Evented I/O for V8 javascript (Dubnium)" -maintainer="k4leg " -license="MIT" -homepage="https://nodejs.org/" -distfiles="${homepage}/download/release/v${version}/node-v${version}.tar.xz" -checksum=158273af66f891b2fca90aec7336c42f7574f467affad02c14e80ca163cb3acc -python_version=3 - -build_options="ssl libuv http_parser icu nghttp2 cares" -desc_option_ssl="Enable shared openssl" -desc_option_libuv="Enable shared libuv" -desc_option_http_parser="Enable shared http-parser" -desc_option_icu="Enable shared icu" -desc_option_nghttp2="Enable shared nghttp2" -desc_option_cares="Enable shared c-ares" -build_options_default="ssl libuv http_parser icu nghttp2 cares" - -replaces="iojs>=0" -conflicts="nodejs nodejs-lts" -provides="nodejs-runtime-0_1" - -if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then - nocross="host and target must have the same pointer size" -fi - -CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" -CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" - -do_configure() { - local _args - - export LD="$CXX" - if [ "$CROSS_BUILD" ]; then - case "$XBPS_TARGET_MACHINE" in - arm*) _args="--dest-cpu=arm" ;; - aarch64*) _args="--dest-cpu=arm64" ;; - ppc64*) _args="--dest-cpu=ppc64" ;; - ppc*) _args="--dest-cpu=ppc" ;; - mipsel*) _args="--dest-cpu=mipsel" ;; - mips*) _args="--dest-cpu=mips" ;; - i686*) _args="--dest-cpu=x86" ;; - x86_64*) _args="--dest-cpu=x86_64" ;; - *) msg_error "$pkgver: cannot be cross compiled for ${XBPS_TARGET_MACHINE}.\n" ;; - esac - _args+=" --without-snapshot" - fi - ./configure --prefix=/usr --shared-zlib \ - $(vopt_if icu --with-intl=system-icu) \ - $(vopt_if http_parser --shared-http-parser) \ - $(vopt_if ssl --shared-openssl) \ - $(vopt_if libuv --shared-libuv) \ - $(vopt_if nghttp2 --shared-nghttp2) \ - $(vopt_if cares --shared-cares) ${_args} -} - -do_build() { - if [ "$CROSS_BUILD" ]; then - make LD="$CXX" LDFLAGS+=-ldl ${makejobs} PORTABLE=1 V=1 - else - make LD="$CXX" LDFLAGS+=-ldl ${makejobs} V=1 - fi -} - -do_check() { - make LD="$CXX" LDFLAGS+=-ldl ${makejobs} V=1 test-only -} - -do_install() { - make LD="$CXX" LDFLAGS+=-ldl DESTDIR="$DESTDIR" install - rm $DESTDIR/usr/include/node/openssl -rf - vlicense LICENSE -} - -nodejs-lts-10-devel_package() { - short_desc+=" (development files)" - conflicts="nodejs-devel nodejs-lts-devel" - pkg_install() { - vmove usr/include - } -} diff --git a/srcpkgs/nodejs-lts-10/update b/srcpkgs/nodejs-lts-10/update deleted file mode 100644 index fd924949cea2..000000000000 --- a/srcpkgs/nodejs-lts-10/update +++ /dev/null @@ -1,2 +0,0 @@ -site="https://nodejs.org/download/release/latest-v10.x/" -pkgname="node" From 153ec5a3cb5a389ae5947421525603433948bd84 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:29 +0200 Subject: [PATCH 57/93] nuspell: rebuild for icu-69.1 --- srcpkgs/nuspell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template index dd6f06a99117..7d796f02024c 100644 --- a/srcpkgs/nuspell/template +++ b/srcpkgs/nuspell/template @@ -1,7 +1,7 @@ # Template file for 'nuspell' pkgname=nuspell version=4.2.0 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" makedepends="icu-devel" From 1121427813dfe47af22635bd9a4502b9c288d69c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:29 +0200 Subject: [PATCH 58/93] openttd: rebuild for icu-69.1 --- srcpkgs/openttd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template index df8575fffaef..d6aedccab9ee 100644 --- a/srcpkgs/openttd/template +++ b/srcpkgs/openttd/template @@ -1,7 +1,7 @@ # Template file for 'openttd' pkgname=openttd version=1.10.3 -revision=2 +revision=3 _gfxver=0.6.0 _sfxver=0.2.3 create_wrksrc=yes From a5a6132bba189d239ded19590f55089031add088 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:29 +0200 Subject: [PATCH 59/93] peaclock: rebuild for icu-69.1 --- srcpkgs/peaclock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template index e39dce1cabb5..1263dd4df2fe 100644 --- a/srcpkgs/peaclock/template +++ b/srcpkgs/peaclock/template @@ -1,7 +1,7 @@ # Template file for 'peaclock' pkgname=peaclock version=0.4.3 -revision=1 +revision=2 build_style=cmake makedepends="icu-devel" short_desc="Colourful binary clock for the terminal" From 81c981b26220ca149d05bdc6e7556d57568ba35c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:29 +0200 Subject: [PATCH 60/93] perl-XML-LibXML: rebuild for icu-69.1 --- 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 6d9d813b427b..4c6af2d344c9 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=6 +revision=7 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl" From 8545b6b277e48cc71f4feffa34de4c91dd68dfa7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:30 +0200 Subject: [PATCH 61/93] php: rebuild for icu-69.1 --- srcpkgs/php/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/php/template b/srcpkgs/php/template index bad7523396ac..a1390b7e1ec2 100644 --- a/srcpkgs/php/template +++ b/srcpkgs/php/template @@ -1,7 +1,7 @@ # Template file for 'php' pkgname=php version=7.4.14 -revision=4 +revision=5 hostmakedepends="bison pkg-config apache-devel" makedepends="apache-devel enchant-devel freetds-devel freetype-devel gdbm-devel gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel From e208b3957d0f11e245d11a803ab00d08c612acf7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:30 +0200 Subject: [PATCH 62/93] poedit: rebuild for icu-69.1 --- srcpkgs/poedit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template index f2f05fd3b30c..5a3c062a57d9 100644 --- a/srcpkgs/poedit/template +++ b/srcpkgs/poedit/template @@ -1,7 +1,7 @@ # Template file for 'poedit' pkgname=poedit version=2.4.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3" hostmakedepends="pkg-config" From d50513c6d88c5e847580d7def3f71bb8899f033f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:30 +0200 Subject: [PATCH 63/93] postfix: rebuild for icu-69.1 --- srcpkgs/postfix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template index 4dc1b9e5dad8..15189e218237 100644 --- a/srcpkgs/postfix/template +++ b/srcpkgs/postfix/template @@ -1,7 +1,7 @@ # Template file for 'postfix' pkgname=postfix version=3.6.2 -revision=1 +revision=2 hostmakedepends="perl m4" makedepends="icu-devel libldap-devel libmariadbclient-devel pcre-devel postgresql-libs-devel sqlite-devel" From ea2136c5a8e8229a774ff5372d18fe01d7309202 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:30 +0200 Subject: [PATCH 64/93] python3-PyICU: rebuild for icu-69.1 --- srcpkgs/python3-PyICU/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template index 263b9954756d..4f8cd0f5889a 100644 --- a/srcpkgs/python3-PyICU/template +++ b/srcpkgs/python3-PyICU/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyICU' pkgname=python3-PyICU version=2.7.4 -revision=1 +revision=2 wrksrc="pyicu-v${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9d5465c79d8784ab6265b084e81d4878d4778717 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:30 +0200 Subject: [PATCH 65/93] qalculate: rebuild for icu-69.1 --- srcpkgs/qalculate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qalculate/template b/srcpkgs/qalculate/template index 4d9e490bf26d..bad1adfcf64e 100644 --- a/srcpkgs/qalculate/template +++ b/srcpkgs/qalculate/template @@ -3,7 +3,7 @@ # and "srcpkgs/qalculate-qt" pkgname=qalculate version=3.20.1 -revision=1 +revision=2 wrksrc="lib${pkgname}-${version}" build_style=gnu-configure hostmakedepends="intltool pkg-config doxygen" From 61e59fed57ba6de122f71d8352310a52def400b3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:30 +0200 Subject: [PATCH 66/93] qt5: rebuild for icu-69.1 --- srcpkgs/qt5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index 1dff88dc6cab..ca47cb6952b4 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -3,7 +3,7 @@ pkgname=qt5 version=5.15.3+20210429 # commit d42afef0e48a102334ecfda6a492286fb9fc5996 # base repo: https://invent.kde.org/qt/qt/qt5 -revision=2 +revision=3 build_style=meta hostmakedepends="cmake clang flex perl glib-devel pkg-config python re2c ruby which" From b5681f032b388a49bb6d71d91589374f37c46038 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:31 +0200 Subject: [PATCH 67/93] qt5-webengine: rebuild for icu-69.1 --- srcpkgs/qt5-webengine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template index 0819b3790345..659721b95567 100644 --- a/srcpkgs/qt5-webengine/template +++ b/srcpkgs/qt5-webengine/template @@ -1,7 +1,7 @@ # Template file for 'qt5-webengine' pkgname=qt5-webengine version=5.15.4 -revision=2 +revision=3 _commit=0d4ca9cfb0d6e538172005e1c4b0b3a021b1c18c _chromium_commit=3f594ea1afb8b18c864715a796ef21099d432a13 archs="x86_64* i686* armv[67]* ppc64* aarch64*" From 4cc46d308848169f65491bf1c96ce0aa4787f1dd Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:31 +0200 Subject: [PATCH 68/93] qt5-webkit: rebuild for icu-69.1 --- 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 b2e7813cc45e..26a32a55fffa 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=11 +revision=12 _snap=1586819898 _v=${version%.*} wrksrc="qtwebkit-opensource-src-${_v}" From 02df194c57841163fd65d0c4a06a42ac6d32a3df Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:31 +0200 Subject: [PATCH 69/93] qt6-base: rebuild for icu-69.1 --- srcpkgs/qt6-base/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template index bb043213a360..d877eeb9b3a3 100644 --- a/srcpkgs/qt6-base/template +++ b/srcpkgs/qt6-base/template @@ -1,7 +1,7 @@ # Template file for 'qt6-base' pkgname=qt6-base version=6.1.1 -revision=1 +revision=2 wrksrc="qtbase-everywhere-src-${version}" build_style=cmake configure_args="-DINSTALL_DATADIR=share/qt6 From 4b810055b006c296892eeb3764698399fe96cf2a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:31 +0200 Subject: [PATCH 70/93] qt6-qt5compat: rebuild for icu-69.1 --- srcpkgs/qt6-qt5compat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template index d64b37bff575..06837849b3f1 100644 --- a/srcpkgs/qt6-qt5compat/template +++ b/srcpkgs/qt6-qt5compat/template @@ -1,7 +1,7 @@ # Template file for 'qt6-qt5compat' pkgname=qt6-qt5compat version=6.1.1 -revision=1 +revision=2 wrksrc="qt5compat-everywhere-src-${version}" build_style=cmake configure_args="-DQT_HOST_PATH=/usr " From 002c2fab44b5825717f61afd2588fa86e33e05b3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:31 +0200 Subject: [PATCH 71/93] rspamd: rebuild for icu-69.1 --- srcpkgs/rspamd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template index 7398b753622e..f4b3da5d40a9 100644 --- a/srcpkgs/rspamd/template +++ b/srcpkgs/rspamd/template @@ -1,7 +1,7 @@ # Template file for 'rspamd' pkgname=rspamd version=1.9.4 -revision=5 +revision=6 archs="x86_64* i686* aarch64* armv[67]* ppc64*" build_style=cmake configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd From 7a9ced1f40bd3c65a22fe7b073d34b61770465d3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:32 +0200 Subject: [PATCH 72/93] scribus: rebuild for icu-69.1 --- srcpkgs/scribus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template index 9aeb910322df..136d6e4a1fbf 100644 --- a/srcpkgs/scribus/template +++ b/srcpkgs/scribus/template @@ -1,7 +1,7 @@ # Template file for 'scribus' pkgname=scribus version=1.5.7 -revision=4 +revision=5 build_style=cmake configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr -DWANT_GRAPHICSMAGICK=1" From 0632599d154ccc154554fb7c3f1d1653de34dc25 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:32 +0200 Subject: [PATCH 73/93] sile: rebuild for icu-69.1 --- srcpkgs/sile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template index 8e9f28786b9e..fae71dee89b1 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=4 +revision=5 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat From 3836cf9fe5393adef7b3e05256c4e847647f98bc Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:32 +0200 Subject: [PATCH 74/93] slop: rebuild for icu-69.1 --- srcpkgs/slop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template index 79839a6fdca4..4bfe13d08896 100644 --- a/srcpkgs/slop/template +++ b/srcpkgs/slop/template @@ -1,7 +1,7 @@ # Template file for 'slop' pkgname=slop version=7.5 -revision=3 +revision=4 build_style=cmake hostmakedepends="pkg-config" makedepends="glew-devel glm icu-devel libXrender-devel" From c99277f0104e9b0124c1d5e5af119132a4924528 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:32 +0200 Subject: [PATCH 75/93] sword: rebuild for icu-69.1 --- srcpkgs/sword/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template index 13240a993160..25daf413eb1f 100644 --- a/srcpkgs/sword/template +++ b/srcpkgs/sword/template @@ -1,7 +1,7 @@ # Template file for 'sword' pkgname=sword version=1.8.1 -revision=6 +revision=7 build_style=gnu-configure configure_args="--without-conf --with-icuregex" hostmakedepends="libtool automake pkg-config" From e598454e3f7ab7b6901619a28d5e20981568a0cf Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:32 +0200 Subject: [PATCH 76/93] tectonic: rebuild for icu-69.1 --- srcpkgs/tectonic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template index 043842eb63c8..5f9cb1e03956 100644 --- a/srcpkgs/tectonic/template +++ b/srcpkgs/tectonic/template @@ -1,7 +1,7 @@ # Template file for 'tectonic' pkgname=tectonic version=0.7.1 -revision=1 +revision=2 wrksrc="tectonic-tectonic-${version}" build_style=cargo configure_args="--features=external-harfbuzz" From 8499ca7fb26dd12fdec3b4d2b430785aa1967654 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:32 +0200 Subject: [PATCH 77/93] tepl: rebuild for icu-69.1 --- srcpkgs/tepl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template index 2213a79cc0f1..948c624a71fa 100644 --- a/srcpkgs/tepl/template +++ b/srcpkgs/tepl/template @@ -1,7 +1,7 @@ # Template file for 'tepl' pkgname=tepl version=6.00.0 -revision=1 +revision=2 build_style=meson build_helper=gir configure_args="$(vopt_bool gir gir)" From 9daed991dac42eae5a73c6b9588b5ced5cd53150 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:33 +0200 Subject: [PATCH 78/93] tesseract-ocr: rebuild for icu-69.1 --- 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 7ed37c53c848..a654d5d0746f 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.1 -revision=4 +revision=5 _tessdataver=4.0.0 wrksrc="tesseract-${version}" build_style=gnu-configure From 1152ce46c654a0552c5f462bf7e5fbd1e9984c1d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:33 +0200 Subject: [PATCH 79/93] texlive: rebuild for icu-69.1 --- srcpkgs/texlive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template index 253dd32a4110..06e527a5258d 100644 --- a/srcpkgs/texlive/template +++ b/srcpkgs/texlive/template @@ -1,7 +1,7 @@ # Template file for 'texlive' pkgname=texlive version=20200406 -revision=9 +revision=10 wrksrc="texlive-${version}-source" build_wrksrc="build" build_style=gnu-configure From 3197040dd22421392b1121c5d598e171df3ec68b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:33 +0200 Subject: [PATCH 80/93] thunderbird: rebuild for icu-69.1 --- srcpkgs/thunderbird/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index 876d9aeec6d8..8a55b610cb49 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -4,7 +4,7 @@ # pkgname=thunderbird version=78.12.0 -revision=1 +revision=2 build_helper="rust" short_desc="Standalone Mail/News reader" maintainer="Érico Nogueira " From 5008ae3ddd57109383e27474af8de08ffd6162bb Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:33 +0200 Subject: [PATCH 81/93] tracker: rebuild for icu-69.1 --- srcpkgs/tracker/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template index 810675677fe5..8c4a66773097 100644 --- a/srcpkgs/tracker/template +++ b/srcpkgs/tracker/template @@ -1,7 +1,7 @@ # Template file for 'tracker' pkgname=tracker version=2.3.6 -revision=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Ddocs=false -Dfts=true -Dfunctional_tests=false From 3bf353f8e29ef9324fe4ab5efb15bf25bcb7763a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:33 +0200 Subject: [PATCH 82/93] tracker-miners: rebuild for icu-69.1 --- srcpkgs/tracker-miners/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template index 600d144218c5..77802c21ea8f 100644 --- a/srcpkgs/tracker-miners/template +++ b/srcpkgs/tracker-miners/template @@ -1,7 +1,7 @@ # Template file for 'tracker-miners' pkgname=tracker-miners version=2.3.5 -revision=1 +revision=2 build_style=meson configure_args="-Dtracker_core=system -Ddocs=false -Dextract=true -Dfunctional_tests=false -Dcue=enabled -Dexif=enabled -Dflac=enabled From a68ddc4e28106dd3bcab218052a13e44aed21e31 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:34 +0200 Subject: [PATCH 83/93] tracker3: rebuild for icu-69.1 --- srcpkgs/tracker3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tracker3/template b/srcpkgs/tracker3/template index b83fe8746262..12ba53374733 100644 --- a/srcpkgs/tracker3/template +++ b/srcpkgs/tracker3/template @@ -1,7 +1,7 @@ # Template file for 'tracker3' pkgname=tracker3 version=3.0.2 -revision=1 +revision=2 wrksrc=tracker-${version} build_style=meson build_helper="gir" From db39392fa00d1582397993a7c3f8360b988833b4 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:34 +0200 Subject: [PATCH 84/93] tracker3-miners: rebuild for icu-69.1 --- srcpkgs/tracker3-miners/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tracker3-miners/template b/srcpkgs/tracker3-miners/template index 6ea8e49a1a51..9d266c66397f 100644 --- a/srcpkgs/tracker3-miners/template +++ b/srcpkgs/tracker3-miners/template @@ -1,7 +1,7 @@ # Template file for 'tracker3-miners' pkgname=tracker3-miners version=3.0.5 -revision=1 +revision=2 wrksrc=tracker-miners-${version} build_style=meson # missing libgrss for miner_rss From 5e27dff35fa92c5788274c30d968b31a9d892ea3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:34 +0200 Subject: [PATCH 85/93] unar: rebuild for icu-69.1 --- srcpkgs/unar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template index 8cad3cf76263..e7a689216655 100644 --- a/srcpkgs/unar/template +++ b/srcpkgs/unar/template @@ -1,7 +1,7 @@ # Template file for 'unar' pkgname=unar version=1.10.7 -revision=6 +revision=7 archs="~*-musl" # regexec incompatible build_wrksrc="XADMaster" build_style=gnu-makefile From 0ae00f5c9291f95a764dd1ece6a39a5d06432566 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:34 +0200 Subject: [PATCH 86/93] vte3: rebuild for icu-69.1 --- srcpkgs/vte3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template index 945678b4a390..434e9f549584 100644 --- a/srcpkgs/vte3/template +++ b/srcpkgs/vte3/template @@ -1,7 +1,7 @@ # Template file for 'vte3' pkgname=vte3 version=0.64.2 -revision=1 +revision=2 wrksrc="vte-${version}" build_style=meson build_helper="gir" From 435f22eec1ea4ff35dc91b202efb00da1236057e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:34 +0200 Subject: [PATCH 87/93] webkit2gtk: rebuild for icu-69.1 --- srcpkgs/webkit2gtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 55087a491946..bbe0d8ddca86 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -2,7 +2,7 @@ # ping q66 before touching this pkgname=webkit2gtk version=2.32.3 -revision=1 +revision=2 wrksrc="webkitgtk-${version}" build_style=cmake build_helper="gir" From 37ec9e10d362d2eb0cde5ff84af20ef64607ff18 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:34 +0200 Subject: [PATCH 88/93] widelands: rebuild for icu-69.1 --- srcpkgs/widelands/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template index d0402050262e..97b2c6254b24 100644 --- a/srcpkgs/widelands/template +++ b/srcpkgs/widelands/template @@ -1,7 +1,7 @@ # Template file for 'widelands' pkgname=widelands version=21 -revision=4 +revision=5 wrksrc="${pkgname}-build${version}" build_style=cmake configure_args="-DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include From e032bf6f6c7801edecf1be4c7cb7946bb472cb32 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:35 +0200 Subject: [PATCH 89/93] xerces-c: rebuild for icu-69.1 --- 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 56f12c4aab08..e29e7798d647 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.3 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="libcurl-devel icu-devel" From 5c437269fad5f28739e34978e5da3df6e7f1d758 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:35 +0200 Subject: [PATCH 90/93] yaz: rebuild for icu-69.1 --- srcpkgs/yaz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template index 50e3929b5862..35492d2f6ec6 100644 --- a/srcpkgs/yaz/template +++ b/srcpkgs/yaz/template @@ -1,7 +1,7 @@ # Template file for 'yaz' pkgname=yaz version=5.30.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt --with-icu --with-gnutls" From 09dfebbe67ce999b6a224eeb6acce3c381b45922 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:12:35 +0200 Subject: [PATCH 91/93] znc: rebuild for icu-69.1 --- srcpkgs/znc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template index f5b01ed0c425..bff3702aa131 100644 --- a/srcpkgs/znc/template +++ b/srcpkgs/znc/template @@ -1,7 +1,7 @@ # Template file for 'znc' pkgname=znc version=1.8.2 -revision=6 +revision=7 build_style=gnu-configure configure_args=" --enable-python From 15a7b7e6868cf8b60c66b5e4198396730fbd17a6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 14:57:08 +0200 Subject: [PATCH 92/93] removed-packages: drop nodejs-lts-10 --- srcpkgs/removed-packages/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 566536002191..51fb04a0fe84 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1,7 +1,7 @@ # Template file for 'removed-packages' pkgname=removed-packages version=0.1 -revision=47 +revision=48 build_style=meta short_desc="Uninstalls packages removed from repository" maintainer="Piotr Wójcik " @@ -319,6 +319,7 @@ replaces=" zou<=0.2.0_7 zuluplay<=1.1_1 zuluplay-devel<=1.1_1 + nodejs-lts-10<=10.24.0_2 " if [ "$XBPS_TARGET_LIBC" = "musl" ]; then From 41e44b3a2298ca33ea47abf34f8c43799d96936f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 10 Aug 2021 15:01:15 +0200 Subject: [PATCH 93/93] rstudio: switch nodejs-lts --- srcpkgs/rstudio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rstudio/template b/srcpkgs/rstudio/template index dcd1f1255317..d1651cfab90f 100644 --- a/srcpkgs/rstudio/template +++ b/srcpkgs/rstudio/template @@ -1,7 +1,7 @@ # Template file for 'rstudio' pkgname=rstudio version=1.4.1106 -revision=1 +revision=2 build_style=cmake configure_args="-DRSTUDIO_TARGET=Desktop -DRSTUDIO_USE_SYSTEM_BOOST=ON @@ -10,7 +10,7 @@ configure_args="-DRSTUDIO_TARGET=Desktop -DQT_QMAKE_EXECUTABLE=/usr/lib/qt5/bin/qmake -DCMAKE_INSTALL_PREFIX=/usr/lib/rstudio" hostmakedepends="unzip pandoc openjdk apache-ant R qt5-qmake - qt5-host-tools which nodejs-lts-10" + qt5-host-tools which nodejs-lts" makedepends="zlib-devel libuuid-devel openssl-devel pam-devel R mathjax boost-devel pango-devel hunspell-devel qt5-devel qt5-webkit-devel qt5-declarative-devel qt5-location-devel qt5-sensors-devel qt5-svg-devel