From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69088 invoked by alias); 20 May 2016 19:47:07 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 68993 invoked by uid 89); 20 May 2016 19:47:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:downloa, Gratz, gratz, HContent-Transfer-Encoding:8bit X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 20 May 2016 19:46:56 +0000 Received: by mail-wm0-f66.google.com with SMTP id n129so31849921wmn.1 for ; Fri, 20 May 2016 12:46:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=JJ38Ij6/wXjp+xjz2XaQP0cNHF9xiZTRTrwZoq1L+jU=; b=ALvnS8WZTjGikUocOk7ag3kBLqAVgFEQQSqvs3wSO5eSdPVE/ovNp2ADUiQo4iAwIn UVyhsrxck2x2r3B/B54QquGLMunncH6ScMcD8rNG/vUGakIoCxm7Gwec01vRrEUm+j1m nm0wPNfANRhVmSTvvJcHWH1wpYuJE0LsCRLBdfibjfo7CsHRZMWpEDgy4EcIq/DtOd4V 3BV03oJVeS4j/69FREKYPWC1r/iGoo5EVaxGo4mA1PSiT5qL69bH8hivLEWRs+hZevwo URR1J3JznmbZ33+sjazFodYws0xi3coqpVI0jKMpMep4opg1D1bnBPbGmOEO1gnt7xgA lGkw== X-Gm-Message-State: AOPr4FWDLjavFCFOhO62JS7dydimKgpg99OGO0OtHNylFzmS2CW7dfcQwI+9E/zYCM8uZw== X-Received: by 10.28.127.81 with SMTP id a78mr5478220wmd.34.1463773613818; Fri, 20 May 2016 12:46:53 -0700 (PDT) Received: from [192.168.2.109] (p5B298D33.dip0.t-ipconnect.de. [91.41.141.51]) by smtp.googlemail.com with ESMTPSA id c4sm21328369wjm.24.2016.05.20.12.46.52 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 May 2016 12:46:52 -0700 (PDT) Subject: Re: [RFC] splitting documentation To: cygwin-apps@cygwin.com References: <87k2io7fqu.fsf@Rainer.invalid> From: Marco Atzeri Message-ID: <0f3ae3fe-604a-53ec-e344-3eb2d96f53d7@gmail.com> Date: Fri, 20 May 2016 19:47:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <87k2io7fqu.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00093.txt.bz2 On 20/05/2016 20:20, Achim Gratz wrote: > Marco Atzeri writes: >> To move the documentation in a noarch package >> I split lilypond in two source packages. > > I'm not too enamored with this idea… we will eventually end up with the > possibility of having parts of packages noarch and other parts arch-ful. > Trying to preempt that goal by going berserk on package definitions that > are not noarch only seems wrong to me. > > > Regards, > Achim. In this case is not documentation built from the source, it is separately downloaded already now, just packaged together for convenience. Putting in noarch reduce the duplication. SRC_URI="http://download.linuxaudio.org/${PN}/sources/v${MAJOR_VERSION}.${MINOR_VERSION}/${P}.tar.gz http://www.lilypond.org/doc/v2.19/Documentation/learning.pdf" src_install() { ... insinto /usr/share/doc/lilypond/pdf doins ${S}/learning.pdf } currently there are 4 copies of learning.pdf (source + binary) for each arch. Marco