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
d6822954
Commit
d6822954
authored
2 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
main/icu: move libicutest.so.* to -dev, libicutu.so.* to base pkg
parent
6f1fcfae
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
+17
-3
17 additions, 3 deletions
main/icu/APKBUILD
with
17 additions
and
3 deletions
main/icu/APKBUILD
+
17
−
3
View file @
d6822954
...
...
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
icu
pkgver
=
71.1
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"International Components for Unicode library"
url
=
"https://icu.unicode.org/"
arch
=
"all"
...
...
@@ -93,6 +93,7 @@ dev() {
default_dev
amove usr/lib/icu
amove usr/lib/libicutest.so.
*
amove usr/share/icu/
*
/LICENSE
amove usr/share/icu/
*
/config
amove usr/share/icu/
*
/install-sh
...
...
@@ -100,9 +101,22 @@ dev() {
}
libs
()
{
default_libs
replaces
=
"icu"
pkgdesc
=
"
$pkgdesc
(libraries)"
depends
=
"
$pkgname
-data=
$pkgver
-r
$pkgrel
"
replaces
=
"icu"
# Data stub required by the Common and I18n libraries.
amove usr/lib/libicudata.so.[0-9]
*
# A library that contains many locale based internationalization (i18n) functions.
amove usr/lib/libicui18n.so.[0-9]
*
# An optional library that provides a stdio like API with Unicode support.
amove usr/lib/libicuio.so.[0-9]
*
# Base library required by all other ICU libraries.
amove usr/lib/libicuuc.so.[0-9]
*
# An internal library that contains internal APIs that are only used by ICU’s tools.
# Keep in the base package.
#amove usr/lib/libicutu.so.[0-9]*
}
_data_en
()
{
...
...
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