X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 3A819DC00BB for ; Fri, 28 Jun 2013 07:45:26 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 61222BC2A8A; Fri, 28 Jun 2013 07:45:24 +0000 (UTC) Date: Fri, 28 Jun 2013 09:45:21 +0200 From: Natanael Copa To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 1/4] main/rxvt-unicode: fix makedepends Message-ID: <20130628094521.6bde2a9a@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 27 Jun 2013 02:12:47 -0400 Dubiousjim wrote: > ncurses is needed for its /usr/bin/tic. > > The Changes file says in the entry for v9.10 that fontconfig and xrender are > needed for Xft support; we compile with --enable-xft and required libxft-dev > and libxrender-dev, but omitted fontconfig-dev. > --- > main/rxvt-unicode/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/main/rxvt-unicode/APKBUILD b/main/rxvt-unicode/APKBUILD > index ad307f5..2ceed66 100644 > --- a/main/rxvt-unicode/APKBUILD > +++ b/main/rxvt-unicode/APKBUILD > @@ -8,7 +8,7 @@ arch=all > url='http://software.schmorp.de/pkg/rxvt-unicode.html' > license='GPL' > depends= > -makedepends="libx11-dev libxft-dev gdk-pixbuf-dev libxrender-dev perl-dev" > +makedepends="libx11-dev libxft-dev ncurses fontconfig-dev gdk-pixbuf-dev libxrender-dev perl-dev" > source="http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2 > rxvt-unicode-kerning.patch" > applied. thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---