From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwTn3-0002YR-Py for guix-patches@gnu.org; Wed, 20 Feb 2019 10:28:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwTn2-0000WE-EX for guix-patches@gnu.org; Wed, 20 Feb 2019 10:28:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57550) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwTn2-0000PP-6x for guix-patches@gnu.org; Wed, 20 Feb 2019 10:28:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gwSp0-0000kz-7a for guix-patches@gnu.org; Wed, 20 Feb 2019 09:26:02 -0500 Subject: [bug#34576] Calibre: Add icon and desktop file to Calibre Resent-Message-ID: From: Tobias Geerinckx-Rice References: <875ztfv59w.fsf@elephly.net> In-reply-to: Date: Wed, 20 Feb 2019 15:25:21 +0100 Message-ID: <87lg2awn8u.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: pkill9@runbox.com Cc: 34576 <34576@debbugs.gnu.org> [I sent my previous message to this bug from the wrong address.=20 Oops! And sorry.] Pkill -9, pkill9 wrote: > - (add-after 'install 'install-font-liberation > + (add-after 'install 'install-icon > + (add-after 'install-icon 'install-desktop-file > + (add-after 'install-desktop-file=20 > 'install-font-liberation This is utterly correct and right and good, but=E2=80=A6 In practice, one tends to just (ADD-AFTER 'INSTALL =E2=80=A6) everywhere=20 instead of building up such nice (but brittle) orderings =E2=80=94 unless=20 the phases actually depend on each other. It makes removing them=20 later slightly quicker. (If you're thinking =E2=80=98Wait, doesn't that run them in the reverse=20 order?=E2=80=99 you're 1. paying attention and b. right. It hardly ever=20 matters.) Kind regards, T G-R