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
2603fa10
Commit
2603fa10
authored
4 years ago
by
Bart Ribbers
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/anthy: move from testing and modernize
parent
40e2044c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!14567
community/maliit-keyboard: move from testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/anthy/APKBUILD
+10
-11
10 additions, 11 deletions
community/anthy/APKBUILD
with
10 additions
and
11 deletions
testing
/anthy/APKBUILD
→
community
/anthy/APKBUILD
+
10
−
11
View file @
2603fa10
...
@@ -8,16 +8,15 @@ url="http://sourceforge.jp/projects/anthy/"
...
@@ -8,16 +8,15 @@ url="http://sourceforge.jp/projects/anthy/"
arch
=
"all"
arch
=
"all"
license
=
"LGPL-2.1-or-later"
license
=
"LGPL-2.1-or-later"
subpackages
=
"
$pkgname
-dev
$pkgname
-emacs::noarch"
subpackages
=
"
$pkgname
-dev
$pkgname
-emacs::noarch"
source
=
"http://dl.sourceforge.jp/anthy/
${
_filecode
}
/
${
pkgname
}
-
${
pkgver
}
.tar.gz"
source
=
"http://dl.sourceforge.jp/anthy/
$_filecode
/anthy-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
prepare
()
{
default_prepare
default_prepare
update_config_sub
update_config_sub
}
}
build
()
{
build
()
{
cd
"
$builddir
"
./configure
\
./configure
\
--host
=
$CHOST
\
--host
=
$CHOST
\
--build
=
$CBUILD
\
--build
=
$CBUILD
\
...
@@ -30,12 +29,10 @@ build() {
...
@@ -30,12 +29,10 @@ build() {
}
}
check
()
{
check
()
{
cd
"
$builddir
"
./src-util/anthy-agent
--version
./src-util/anthy-agent
--version
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
EMACS
=
emacs
DESTDIR
=
"
$pkgdir
"
install
make
EMACS
=
emacs
DESTDIR
=
"
$pkgdir
"
install
rm
-rf
"
$pkgdir
"
/usr/share/emacs
rm
-rf
"
$pkgdir
"
/usr/share/emacs
}
}
...
@@ -43,13 +40,15 @@ package() {
...
@@ -43,13 +40,15 @@ package() {
emacs
()
{
emacs
()
{
depends
=
"
$pkgname
"
depends
=
"
$pkgname
"
pkgdesc
=
"emacs support for Anthy"
pkgdesc
=
"emacs support for Anthy"
cd
"
$builddir
"
cd
"
$builddir
"
make
EMACS
=
emacs
DESTDIR
=
"
$subpkgdir
"
install
make
EMACS
=
emacs
DESTDIR
=
"
${
subpkgdir
:?
}
"
install
rm
-rf
"
$subpkgdir
"
/etc
rm
-rf
\
rm
-rf
"
$subpkgdir
"
/usr/bin
"
${
subpkgdir
:?
}
"
/etc
\
rm
-rf
"
$subpkgdir
"
/usr/include
"
${
subpkgdir
:?
}
"
/usr/bin
\
rm
-rf
"
$subpkgdir
"
/usr/lib
"
${
subpkgdir
:?
}
"
/usr/include
\
rm
-rf
"
$subpkgdir
"
/usr/share/anthy
"
${
subpkgdir
:?
}
"
/usr/lib
\
"
${
subpkgdir
:?
}
"
/usr/share/anthy
}
}
sha512sums
=
"315ebd9e1af208f3ecaeaa13620213b35f004e47edb54e60c3e02c2997444cd2326cc58b725dd2d0bd6a723130884d946ea193ea3d92418082256b59ecc8d88b anthy-9100h.tar.gz"
sha512sums
=
"315ebd9e1af208f3ecaeaa13620213b35f004e47edb54e60c3e02c2997444cd2326cc58b725dd2d0bd6a723130884d946ea193ea3d92418082256b59ecc8d88b anthy-9100h.tar.gz"
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