X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 45354DC8485 for ; Wed, 21 Oct 2015 10:54:48 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 82E03DC6AA0; Wed, 21 Oct 2015 10:54:47 +0000 (UTC) Received: from localhost (ip5f5ac97f.dynamic.kabel-deutschland.de [95.90.201.127]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id c3b9153a; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 21 Oct 2015 12:54:43 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/2] main/libx11: depend on xf86bigfontproto-dev Date: Wed, 21 Oct 2015 12:54:33 +0200 Message-Id: <1445424873-11213-2-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1445424873-11213-1-git-send-email-soeren+git@soeren-tempel.net> References: <1445424873-11213-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/libx11/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/main/libx11/APKBUILD b/main/libx11/APKBUILD index 43c329c..9de3d25 100644 --- a/main/libx11/APKBUILD +++ b/main/libx11/APKBUILD @@ -1,18 +1,17 @@ # Maintainer: Natanael Copa 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 -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---