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
68c76cab
Commit
68c76cab
authored
2 years ago
by
Patrycja Rosa
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/ardour: move appdata to correct location
parent
df20a31d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!43104
testing/ardour: move appdata to correct location
Pipeline
#149865
canceled
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/ardour/APKBUILD
+5
-1
5 additions, 1 deletion
testing/ardour/APKBUILD
with
5 additions
and
1 deletion
testing/ardour/APKBUILD
+
5
−
1
View file @
68c76cab
...
...
@@ -2,7 +2,7 @@
# Maintainer: David Demelier <markand@malikania.fr>
pkgname
=
ardour
pkgver
=
6.9.0
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"professional-grade digital audio workstation"
url
=
"https://ardour.org/"
arch
=
"all !ppc64le"
# Does not build on ppc64le.
...
...
@@ -63,6 +63,10 @@ check() {
package
()
{
python3 waf
install
--destdir
=
"
$pkgdir
"
mkdir
-p
"
$pkgdir
"
/usr/share/metainfo
mv
"
$pkgdir
"
/usr/share/appdata/
*
.xml
"
$pkgdir
"
/usr/share/metainfo
rmdir
"
$pkgdir
"
/usr/share/appdata
}
sha512sums
=
"
...
...
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