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
b29f9c0f
Commit
b29f9c0f
authored
2 months ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/krita: enable on riscv64
parent
51c8bcc6
No related branches found
No related tags found
2 merge requests
!79570
community/firefox-esr: upgrade to 128.7.0
,
!78522
community/krita: enable on riscv64
Pipeline
#290963
canceled
2 months ago
Stage: verify
Pipeline: aports
#290965
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/krita/APKBUILD
+5
-8
5 additions, 8 deletions
community/krita/APKBUILD
with
5 additions
and
8 deletions
community/krita/APKBUILD
+
5
−
8
View file @
b29f9c0f
# Contributor: Bart Ribbers <bribbers@disroot.org>
maintainer
=
"Bart Ribbers <bribbers@disroot.org>"
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
krita
pkgname
=
krita
pkgver
=
5.2.6
pkgver
=
5.2.6
pkgrel
=
2
pkgrel
=
2
# armhf blocked by build failures
# armhf blocked by qt5-qtdeclarative -> ki18n
# s390x: nobody is using an art tool there
# s390x blocked by libjxl
# riscv64: fails to build from source
arch
=
"all !armhf !s390x"
arch
=
"all !s390x !armhf !riscv64"
url
=
"https://krita.org/"
url
=
"https://krita.org/"
pkgdesc
=
"Free digital painting application. Digital Painting, Creative Freedom!"
pkgdesc
=
"Free digital painting application. Digital Painting, Creative Freedom!"
license
=
"GPL-2.0-or-later"
license
=
"GPL-2.0-or-later"
...
@@ -79,8 +77,7 @@ build() {
...
@@ -79,8 +77,7 @@ build() {
}
}
check
()
{
check
()
{
cd
build
ctest
--test-dir
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
}
package
()
{
package
()
{
...
...
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