X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.infogroup.kiev.ua (tera.infogroup.kiev.ua [195.144.25.26]) by lists.alpinelinux.org (Postfix) with ESMTP id 551B75C419A for ; Thu, 19 Jan 2017 09:03:22 +0000 (GMT) Received: from ost.org.ua ([195.144.25.230] helo=alpine.ost.org.ua) by mail.infogroup.kiev.ua with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1cU8cr-00058M-Lw for alpine-aports@lists.alpinelinux.org; Thu, 19 Jan 2017 11:03:21 +0200 From: Valery Kartel To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/perl-unicode-collate: fix -doc installation Date: Thu, 19 Jan 2017 11:03:21 +0200 Message-Id: <20170119090321.5934-1-valery.kartel@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: droid@infogroup.kiev.ua X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: unicode-collate manuals are the same as in perl-doc, so it needs allow to replace perl-doc. --- community/perl-unicode-collate/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/community/perl-unicode-collate/APKBUILD b/community/perl-unicode-collate/APKBUILD index 1400ca361f..03378b477c 100644 --- a/community/perl-unicode-collate/APKBUILD +++ b/community/perl-unicode-collate/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-unicode-collate _pkgreal=Unicode-Collate pkgver=1.19 -pkgrel=0 +pkgrel=1 pkgdesc="Unicode Collation Algorithm" url="http://search.cpan.org/dist/Unicode-Collate/" arch="all" @@ -37,6 +37,11 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } +doc() { + default_doc + replaces="perl-doc" +} + md5sums="6f9dcc7801fa2516993dcb59f8b61f6d Unicode-Collate-1.19.tar.gz" sha256sums="c3ff558c28d4fecb6fb77fbc1936518536e115c3b1eed9b990755e00bb479570 Unicode-Collate-1.19.tar.gz" sha512sums="580bca6e96dd474b223ec9f971d6b8a4fc96d1bbffdc278dfa679d511455940e088f19069647715c2ae7c8e52972a59107cbc6d1bf3537de1c314feab2f4c21b Unicode-Collate-1.19.tar.gz" -- 2.11.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---