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
65b46cc0
Commit
65b46cc0
authored
3 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/desktop-file-utils: split emacs mode to -emacs subpkg
parent
58ddc008
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/desktop-file-utils/APKBUILD
+9
-2
9 additions, 2 deletions
community/desktop-file-utils/APKBUILD
with
9 additions
and
2 deletions
community/desktop-file-utils/APKBUILD
+
9
−
2
View file @
65b46cc0
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
desktop-file-utils
pkgver
=
0.26
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Command line utilities for working with desktop entries"
url
=
"http://www.freedesktop.org/wiki/Software/desktop-file-utils"
arch
=
"all"
license
=
"GPL-2.0-or-later"
makedepends
=
"glib-dev gettext-dev meson"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-emacs::noarch
"
triggers
=
"
$pkgname
.trigger=/usr/share/applications"
source
=
"https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-
$pkgver
.tar.xz"
...
...
@@ -24,4 +24,11 @@ package() {
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
output
}
emacs
()
{
pkgdesc
=
"Emacs mode for
$pkgname
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
emacs"
amove usr/share/emacs
}
sha512sums
=
"5b4e435f0b635d8f898ac7f5759f74a08ffbe2a56d41fee0e84ff57e73b98d08b57b4416f20b99f696dad8bcb1c20792b39acf836b0814220c0b386ea5f6b831 desktop-file-utils-0.26.tar.xz"
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