Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
8b4b0fe3
Verified
Commit
8b4b0fe3
authored
4 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/desktop-file-utils: Update to 0.26, switch to Meson
parent
cba5714c
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
user/desktop-file-utils/APKBUILD
+8
-13
8 additions, 13 deletions
user/desktop-file-utils/APKBUILD
with
8 additions
and
13 deletions
user/desktop-file-utils/APKBUILD
+
8
−
13
View file @
8b4b0fe3
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
desktop-file-utils
pkgver
=
0.2
4
pkgver
=
0.2
6
pkgrel
=
0
pkgdesc
=
"Utilities for working with Desktop Entry files"
url
=
"https://www.freedesktop.org/wiki/Software/desktop-file-utils/"
arch
=
"all"
options
=
"!check"
# No test suite.
license
=
"GPL-2.0+"
depends
=
""
makedepends
=
"glib-dev"
makedepends
=
"glib-dev
meson ninja
"
subpackages
=
"
$pkgname
-doc"
source
=
"https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-
$pkgver
.tar.xz"
build
()
{
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
meson
-Dprefix
=
/usr build
ninja
-C
build
}
check
()
{
make
check
ninja
-C
build
check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
ninja
-C
build
install
}
sha512sums
=
"
b19d700d4403c8757c62e49bb7650e0138a85e799f79de07b0d0099a52398a3ead90c8125ccc883df6e2a3f8f5f97696009ebb7452dc7acc25afeef20e06fde0
desktop-file-utils-0.2
4
.tar.xz"
sha512sums
=
"
5b4e435f0b635d8f898ac7f5759f74a08ffbe2a56d41fee0e84ff57e73b98d08b57b4416f20b99f696dad8bcb1c20792b39acf836b0814220c0b386ea5f6b831
desktop-file-utils-0.2
6
.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