diff options
author | Christian Kampka <christian@kampka.net> | 2015-11-06 00:13:23 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-09 07:30:14 +0000 |
commit | ba407cc999d438e74605e2260289c9d6a9700576 (patch) | |
tree | 3adba3dcc5a4ed6a73c389cb22581b58340c65b2 /main/desktop-file-utils | |
parent | ac58cf57c53c6010af786da14ebe90b01584d4a1 (diff) | |
download | aports-ba407cc999d438e74605e2260289c9d6a9700576.tar.bz2 aports-ba407cc999d438e74605e2260289c9d6a9700576.tar.xz |
main/desktop-file-utils: add doc subpackage
Diffstat (limited to 'main/desktop-file-utils')
-rw-r--r-- | main/desktop-file-utils/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/desktop-file-utils/APKBUILD b/main/desktop-file-utils/APKBUILD index 5c1f506d94..7caeeddc7e 100644 --- a/main/desktop-file-utils/APKBUILD +++ b/main/desktop-file-utils/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=desktop-file-utils pkgver=0.22 -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" depends= makedepends="glib-dev gettext-dev" +subpackages="$pkgname-doc" triggers="$pkgname.trigger=/usr/share/applications" source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz" |