Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
5e4a02a3
Commit
5e4a02a3
authored
4 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
main/icu: add subpackage -data with .dat file and TODO note
parent
ffc65358
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/icu/APKBUILD
+13
-2
13 additions, 2 deletions
main/icu/APKBUILD
with
13 additions
and
2 deletions
main/icu/APKBUILD
+
13
−
2
View file @
5e4a02a3
# Contributor: Sergey Lukin <sergej.lukin@gmail.com>
# Contributor: Sergey Lukin <sergej.lukin@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
#
# TODO: After 3.13 is released, change data-packaging to "archive" and split
# data into multiple variants (English-only, all, ...).
pkgname
=
icu
pkgname
=
icu
pkgver
=
67.1
pkgver
=
67.1
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"International Components for Unicode library"
pkgdesc
=
"International Components for Unicode library"
url
=
"http://site.icu-project.org/"
url
=
"http://site.icu-project.org/"
arch
=
"all"
arch
=
"all"
license
=
"MIT ICU Unicode-TOU"
license
=
"MIT ICU Unicode-TOU"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc
$pkgname
-libs"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc
$pkgname
-libs
$pkgname
-data::noarch
"
depends_dev
=
"
$pkgname
=
$pkgver
-r
$pkgrel
"
depends_dev
=
"
$pkgname
=
$pkgver
-r
$pkgrel
"
checkdepends
=
"diffutils python3"
checkdepends
=
"diffutils python3"
source
=
"https://github.com/unicode-org/icu/releases/download/release-
${
pkgver
//./-
}
/icu4c-
${
pkgver
//./_
}
-src.tgz"
source
=
"https://github.com/unicode-org/icu/releases/download/release-
${
pkgver
//./-
}
/icu4c-
${
pkgver
//./_
}
-src.tgz"
...
@@ -65,4 +68,12 @@ libs() {
...
@@ -65,4 +68,12 @@ libs() {
replaces
=
"icu"
replaces
=
"icu"
}
}
data
()
{
pkgdesc
=
"ICU data in a .dat package file"
local
majorver
=
${
pkgver
%%.*
}
install
-Dm644
"
$builddir
"
/data/in/icudt
${
majorver
}
l.dat
\
"
$subpkgdir
"
/usr/share/icu/
$pkgver
/icudt
${
majorver
}
l.dat
}
sha512sums
=
"4779f1ce1ca7976f6fad6768853ea8c540da54d11509e3b6cfd864a04b5f2db1c3d4b546387f91ad02fb90804525bc37d2543173f0d705d6ca11dc6f2b7640a8 icu4c-67_1-src.tgz"
sha512sums
=
"4779f1ce1ca7976f6fad6768853ea8c540da54d11509e3b6cfd864a04b5f2db1c3d4b546387f91ad02fb90804525bc37d2543173f0d705d6ca11dc6f2b7640a8 icu4c-67_1-src.tgz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment