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
49e50575
Commit
49e50575
authored
2 years ago
by
knuxify
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/eartag: add fix for typo in .desktop file
parent
803cdb79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38853
testing/eartag: add fix for typo in .desktop file
Pipeline
#135946
passed
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/eartag/APKBUILD
+4
-2
4 additions, 2 deletions
testing/eartag/APKBUILD
with
4 additions
and
2 deletions
testing/eartag/APKBUILD
+
4
−
2
View file @
49e50575
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: knuxify <knuxify@gmail.com>
# Maintainer: knuxify <knuxify@gmail.com>
pkgname
=
eartag
pkgname
=
eartag
pkgver
=
0.2.0
pkgver
=
0.2.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Small and simple music tag editor that doesn't try to manage your entire library"
pkgdesc
=
"Small and simple music tag editor that doesn't try to manage your entire library"
url
=
"https://github.com/knuxify/eartag"
url
=
"https://github.com/knuxify/eartag"
arch
=
"noarch"
arch
=
"noarch"
...
@@ -19,7 +19,8 @@ depends="python3
...
@@ -19,7 +19,8 @@ depends="python3
"
"
makedepends
=
"meson glib-dev desktop-file-utils"
makedepends
=
"meson glib-dev desktop-file-utils"
subpackages
=
"
$pkgname
-lang"
subpackages
=
"
$pkgname
-lang"
source
=
"https://github.com/knuxify/eartag/archive/refs/tags/
$pkgver
/eartag-
$pkgver
.tar.gz"
source
=
"https://github.com/knuxify/eartag/archive/refs/tags/
$pkgver
/eartag-
$pkgver
.tar.gz
$pkgname
-fix-desktop-file-typo.patch::https://github.com/knuxify/eartag/commit/6b50567fa2a69a71125242ea30259ec3db52ca59.patch"
options
=
"!check"
# no test suite
options
=
"!check"
# no test suite
build
()
{
build
()
{
...
@@ -38,4 +39,5 @@ package() {
...
@@ -38,4 +39,5 @@ package() {
sha512sums
=
"
sha512sums
=
"
cdd9cd65aa4e39b65a6cfaed1d755706957adcb36af2dbccae23a0565c6908fc294e08f662348649b1ecfdf294a41ef97d571192ab7eaa9bbe906767ee6ef95a eartag-0.2.0.tar.gz
cdd9cd65aa4e39b65a6cfaed1d755706957adcb36af2dbccae23a0565c6908fc294e08f662348649b1ecfdf294a41ef97d571192ab7eaa9bbe906767ee6ef95a eartag-0.2.0.tar.gz
4e49357100c2239d19bf868deae02a391d089db4b3f87013ddc0b00060864888aaa57f3528ab4867447ae7f869437dc6a59344d9be4dc71cdd54a10686342665 eartag-fix-desktop-file-typo.patch
"
"
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