Github messages for voidlinux
 help / color / mirror / Atom feed
From: rmccask <rmccask@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] icu: update to 66.1; Claim maintainer
Date: Sat, 09 May 2020 19:31:15 +0200	[thread overview]
Message-ID: <20200509173115.UaWHev2DMhUbir3_HV-iIXXM2eBZh320YlmDF-xwgIQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21481@inbox.vuxu.org>

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

There is an updated pull request by rmccask against master on the void-packages repository

https://github.com/rmccask/void-packages icu-67.1
https://github.com/void-linux/void-packages/pull/21481

[WIP] icu: update to 66.1; Claim maintainer
There are 99 packages that will need to get a revbump because of this.  I have the list of packages in a file.  How do you want me to include all of those?

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

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

From 34c66eeac7db427f22dab66c455858ec1027df21 Mon Sep 17 00:00:00 2001
From: Randy McCaskill <randy@mccaskill.us>
Date: Wed, 29 Apr 2020 23:10:19 -0400
Subject: [PATCH] icu: update to 66.1; Claim maintainer

[ci skip]
---
 common/shlibs        | 12 ++++++------
 srcpkgs/icu/template | 13 ++++++-------
 srcpkgs/icu/update   |  4 ++--
 3 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e18431a89ff..9b6b7755cb0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -550,12 +550,12 @@ libkColorPicker.so.0.1.1 kColorPicker-0.1.1_1
 libkImageAnnotator.so.0.2.1 kImageAnnotator-0.2.1_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.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
+libicuio.so.66 icu-libs-66.1_1
+libicui18n.so.66 icu-libs-66.1_1
+libicudata.so.66 icu-libs-66.1_1
+libicutu.so.66 icu-libs-66.1_1
+libicuuc.so.66 icu-libs-66.1_1
+libicutest.so.66 icu-libs-66.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/template b/srcpkgs/icu/template
index cc72b96d921..a607cf334f6 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -2,8 +2,8 @@
 # NOTE: Please convert this package to support progressive updates with the
 #       next soname bump.
 pkgname=icu
-version=64.2
-revision=2
+version=66.1
+revision=1
 wrksrc=icu
 build_wrksrc=source
 build_style=gnu-configure
@@ -11,12 +11,11 @@ build_style=gnu-configure
 configure_args="--with-data-packaging=archive"
 hostmakedepends="pkg-config"
 short_desc="Robust and fully-featured Unicode libraries"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="ICU"
-homepage="http://www.icu-project.org/"
-#distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-${version//./_}-src.tgz"
-distfiles="https://osdn.net/frs/g_redir.php?m=kent&f=icu%2FICU4C%2F64.2%2Ficu4c-${version//./_}-src.tgz>icu4c-${version//./_}-src.tgz"
-checksum=627d5d8478e6d96fc8c90fed4851239079a561a6a8b9e48b0892f24e82d31d6c
+homepage="https://home.unicode.org/"
+distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
+checksum=52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --with-cross-build=${XBPS_BUILDDIR}/${wrksrc}/host-icu"
diff --git a/srcpkgs/icu/update b/srcpkgs/icu/update
index cbba24ead95..e33ef297284 100644
--- a/srcpkgs/icu/update
+++ b/srcpkgs/icu/update
@@ -1,2 +1,2 @@
-site='http://site.icu-project.org/download'
-pattern='ICU4C-Download">\K[\d.]+'
+site=https://github.com/unicode-org/icu/releases
+pattern="release-\K[\d\-]*(?=\.tar\.gz)"

  parent reply	other threads:[~2020-05-09 17:31 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30  3:29 [PR PATCH] icu: update to 67.1; " rmccask
2020-04-30  7:30 ` ericonr
2020-04-30  9:04 ` pullmoll
2020-04-30  9:05 ` pullmoll
2020-04-30 16:51 ` [WIP] " rmccask
2020-04-30 16:59 ` q66
2020-04-30 17:09 ` q66
2020-04-30 17:10 ` q66
2020-05-02  4:58 ` [PR PATCH] [Updated] " rmccask
2020-05-06  2:29 ` rmccask
2020-05-07  4:13 ` rmccask
2020-05-09 17:29 ` [WIP] icu: update to 66.1; " rmccask
2020-05-09 17:31 ` rmccask [this message]
2020-05-09 20:25 ` q66
2020-05-09 20:51 ` Johnnynator
2020-05-10 17:04 ` [PR PATCH] [Updated] " rmccask
2020-05-14  0:33 ` [PR PATCH] [Updated] [WIP] icu: update to 67.1; " rmccask
2020-05-14 21:07 ` rmccask
2020-05-18 22:53 ` ericonr
2020-05-18 23:04 ` ericonr
2020-05-18 23:08 ` ericonr
2020-05-18 23:37 ` ericonr
2020-05-26 20:28 ` q66
2020-05-26 20:28 ` [PR PATCH] [Closed]: " q66

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200509173115.UaWHev2DMhUbir3_HV-iIXXM2eBZh320YlmDF-xwgIQ@z \
    --to=rmccask@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).