Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
abuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Matthias Ahouansou
abuild
Commits
bf66ab63
Commit
bf66ab63
authored
9 months ago
by
Sertonix
Committed by
Natanael Copa
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
abuild: drop special linguas variable
parent
18340ddd
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
abuild.in
+1
-33
1 addition, 33 deletions
abuild.in
with
1 addition
and
33 deletions
abuild.in
+
1
−
33
View file @
bf66ab63
...
@@ -596,7 +596,7 @@ subpkg_set() {
...
@@ -596,7 +596,7 @@ subpkg_set() {
subpkgarch
=
${
_splitarch
#*
:
}
subpkgarch
=
${
_splitarch
#*
:
}
if
[
"
$subpkgarch
"
=
"
$_splitarch
"
-o
-z
"
$subpkgarch
"
]
;
then
if
[
"
$subpkgarch
"
=
"
$_splitarch
"
-o
-z
"
$subpkgarch
"
]
;
then
case
"
$subpkgname
"
in
case
"
$subpkgname
"
in
*
-doc
|
*
-openrc
|
*
-lang
|
*
-lang-
*
|
*
sh-completion
|
*
-pyc
)
subpkgarch
=
"noarch"
;;
*
-doc
|
*
-openrc
|
*
-lang
|
*
sh-completion
|
*
-pyc
)
subpkgarch
=
"noarch"
;;
*
)
subpkgarch
=
"
$pkgarch
"
;;
*
)
subpkgarch
=
"
$pkgarch
"
;;
esac
esac
fi
fi
...
@@ -965,34 +965,6 @@ lang() {
...
@@ -965,34 +965,6 @@ lang() {
default_lang
default_lang
}
}
default_lang_subpkg
()
{
if
[
-z
"
$lang
"
]
;
then
error
"lang is not set"
return
1
fi
pkgdesc
=
"
$pkgname
language pack for
$lang
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
lang-
$lang
"
local dir
for
dir
in
${
langdir
:-
/usr/share/locale
}
;
do
amove
"
$dir
/
$lang
*"
done
}
lang_subpkg
()
{
default_lang_subpkg
}
prepare_language_packs
()
{
local
lang
for
lang
in
$linguas
;
do
lang
=
"
$lang
"
\
subpkgname
=
"
$pkgname
-lang-
$lang
"
\
subpkgdir
=
"
$pkgbasedir
"
/
$subpkgname
\
"
$abuild_path
"
$forceroot
lang_subpkg prepare_package
||
return
1
done
}
# echo '-dirty' if git is not clean
# echo '-dirty' if git is not clean
git_dirty
()
{
git_dirty
()
{
[
$(
$git
status
-s
--
"
$startdir
"
|
wc
-l
)
-ne
0
]
&&
echo
"-dirty"
[
$(
$git
status
-s
--
"
$startdir
"
|
wc
-l
)
-ne
0
]
&&
echo
"-dirty"
...
@@ -2223,7 +2195,6 @@ rootpkg() {
...
@@ -2223,7 +2195,6 @@ rootpkg() {
set_source_date
\
set_source_date
\
package
\
package
\
prepare_subpackages
\
prepare_subpackages
\
prepare_language_packs
\
prepare_package
\
prepare_package
\
create_apks
create_apks
}
}
...
@@ -2954,9 +2925,6 @@ if [ -n "$subpkgname" ]; then
...
@@ -2954,9 +2925,6 @@ if [ -n "$subpkgname" ]; then
subpackages
=
subpackages
=
else
else
allpackages
=
"
$pkgname
$subpackages
"
allpackages
=
"
$pkgname
$subpackages
"
for
i
in
$linguas
;
do
allpackages
=
"
$allpackages
$pkgname
-lang-
$i
::noarch"
done
fi
fi
apkbuild_arch
=
"
$arch
"
apkbuild_arch
=
"
$arch
"
pkgdir
=
"
$pkgbasedir
/
$pkgname
"
pkgdir
=
"
$pkgbasedir
/
$pkgname
"
...
...
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