aboutsummaryrefslogtreecommitdiffstats
path: root/main/libice
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-02-28 14:35:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-02-28 14:35:54 +0000
commitbb5010a1a3c7b40d14e8371a49dbbbcf13d5f114 (patch)
tree567c1690c8c642249987bcda627afc9d3f89f795 /main/libice
parent851d851a876cd63702196ff4087b278af3b765ff (diff)
downloadaports-bb5010a1a3c7b40d14e8371a49dbbbcf13d5f114.tar.bz2
aports-bb5010a1a3c7b40d14e8371a49dbbbcf13d5f114.tar.xz
main/libice: split out docs
ref #6930
Diffstat (limited to 'main/libice')
-rw-r--r--main/libice/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libice/APKBUILD b/main/libice/APKBUILD
index dd7b4353e9..f8736effe3 100644
--- a/main/libice/APKBUILD
+++ b/main/libice/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libice
pkgver=1.0.9
-pkgrel=0
+pkgrel=1
pkgdesc="X11 Inter-Client Exchange library"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -9,7 +9,7 @@ license="custom"
depends=
depends_dev="xproto"
makedepends="xproto xtrans"
-subpackages="$pkgname-dev"
+subpackages="$pkgname-dev $pkgname-doc"
source="http://xorg.freedesktop.org/releases/individual/lib/libICE-$pkgver.tar.bz2"
_builddir="$srcdir/libICE-$pkgver"