aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2015-11-06 00:13:23 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-09 07:30:14 +0000
commitba407cc999d438e74605e2260289c9d6a9700576 (patch)
tree3adba3dcc5a4ed6a73c389cb22581b58340c65b2
parentac58cf57c53c6010af786da14ebe90b01584d4a1 (diff)
main/desktop-file-utils: add doc subpackage
-rw-r--r--main/desktop-file-utils/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/desktop-file-utils/APKBUILD b/main/desktop-file-utils/APKBUILD
index 5c1f506d945..7caeeddc7ec 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"