X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from smtp-2.adminflex.de (smtp-2.adminflex.de [84.38.79.76]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A4FEEDC010E for ; Wed, 23 Oct 2013 19:19:01 +0000 (UTC) Received: from 91-66-231-240-dynip.superkabel.de ([91.66.231.240] helo=[192.168.178.35]) by smtp-2.adminflex.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1VZ3xK-0005Bo-ND for alpine-devel@lists.alpinelinux.org; Wed, 23 Oct 2013 19:18:58 +0000 Message-ID: <52682121.4030209@port-zero.com> Date: Wed, 23 Oct 2013 21:18:57 +0200 From: "Leslie P. Polzer | PORT ZERO" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130428 Thunderbird/17.0.5 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] mlocate 0.26 / package group References: <5261248C.8080506@port-zero.com> <20131018153401.46c317be@ncopa-desktop.alpinelinux.org> <526410C0.5040202@port-zero.com> In-Reply-To: <526410C0.5040202@port-zero.com> Content-Type: multipart/mixed; boundary="------------010600060003030208040705" This is a multi-part message in MIME format. --------------010600060003030208040705 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On 10/20/2013 07:20 PM, Leslie P. Polzer | PORT ZERO wrote: > Attached is the new testing/mlocate APKBUILD commit. I'd be grateful for > any feedback. I noticed a small omission in makedepends. Patch for this attached, designed to go on top of the first one. Leslie --=20 Dipl.Ing.(BA) Leslie P. Polzer | CTO - PORT ZERO UG (haftungsbeschr=E4nkt) Softwareentwicklung & IT Engineering Adalbertstra=DFe 7/8 10999 Berlin Tel.: +49 (0)30 - 69 200 907 - 0 Fax: +49 (0)30 - 69 200 907 - 9 http://www.port-zero.com --------------010600060003030208040705 Content-Type: text/x-patch; name="0001-testing-mlocate-add-gettext-dev-to-makedepends.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-testing-mlocate-add-gettext-dev-to-makedepends.patch" >From 10842c27f666463a68192d8e883038fd50715f84 Mon Sep 17 00:00:00 2001 From: "Leslie P. Polzer" Date: Wed, 23 Oct 2013 21:15:35 +0200 Subject: [PATCH] testing/mlocate: add gettext-dev to makedepends. mlocate-lang needs it to build. --- testing/mlocate/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mlocate/APKBUILD b/testing/mlocate/APKBUILD index af7ff0c..aca75ab 100644 --- a/testing/mlocate/APKBUILD +++ b/testing/mlocate/APKBUILD @@ -11,7 +11,7 @@ arch='all' license='GPL' pkggroups='locate' install="$pkgname.pre-install" -makedepends='libc-dev' +makedepends='libc-dev gettext-dev' subpackages="$pkgname-doc $pkgname-lang" source="https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.xz updatedb.conf -- 1.8.4.1 --------------010600060003030208040705-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---