aboutsummaryrefslogtreecommitdiffstats
path: root/main/libx11
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-10-21 12:54:33 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-22 06:22:59 +0000
commitef031da0de091db9263596c99f1770e41d655550 (patch)
tree634009a6dfcc454bca9f2d5044e7c65b5fb79c4f /main/libx11
parentd4706824e0e0dff93d2842727bcf265102375556 (diff)
downloadaports-ef031da0de091db9263596c99f1770e41d655550.tar.bz2
aports-ef031da0de091db9263596c99f1770e41d655550.tar.xz
main/libx11: depend on xf86bigfontproto-dev
Diffstat (limited to 'main/libx11')
-rw-r--r--main/libx11/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/libx11/APKBUILD b/main/libx11/APKBUILD
index 43c329c446..9de3d25ff2 100644
--- a/main/libx11/APKBUILD
+++ b/main/libx11/APKBUILD
@@ -1,18 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libx11
pkgver=1.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="X11 client-side library"
url="http://xorg.freedesktop.org/"
arch="all"
license="custom:XFREE86"
depends=
subpackages="$pkgname-dev $pkgname-doc"
-depends_dev="libxcb-dev xextproto xf86bigfontproto xtrans
+depends_dev="libxcb-dev xextproto xf86bigfontproto-dev xtrans
inputproto"
makedepends="$depends_dev util-macros xproto kbproto"
-source="http://xorg.freedesktop.org/releases/individual/lib/libX11-$pkgver.tar.bz2
- "
+source="http://xorg.freedesktop.org/releases/individual/lib/libX11-$pkgver.tar.bz2"
build() {
cd "$srcdir"/libX11-$pkgver