From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51420) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSrhn-0000FS-Fu for guix-patches@gnu.org; Sun, 26 Apr 2020 20:33:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSrhm-0008LD-Qs for guix-patches@gnu.org; Sun, 26 Apr 2020 20:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51912) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSrhm-0008L7-FM for guix-patches@gnu.org; Sun, 26 Apr 2020 20:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSrhm-0005PS-CK for guix-patches@gnu.org; Sun, 26 Apr 2020 20:33:02 -0400 Subject: [bug#40659] gnu: transmission: Fix icons for GUI. (v2) Resent-Message-ID: Date: Sun, 26 Apr 2020 20:32:24 -0400 From: Leo Famulari Message-ID: <20200427003224.GA1614@jasmine.lan> References: <20200416090023.33a422bd.raghavgururajan@disroot.org> <20200416162105.GA17065@jasmine.lan> <20200416123523.09b46bbe.raghavgururajan@disroot.org> <20200416173631.GA16843@jasmine.lan> <20200416142419.21a0d521.raghavgururajan@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200416142419.21a0d521.raghavgururajan@disroot.org> 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: Raghav Gururajan Cc: 40659@debbugs.gnu.org On Thu, Apr 16, 2020 at 02:24:19PM -0400, Raghav Gururajan wrote: > I understand. I think icons should be added as dependencies, when the program > is looking for a 'specific' icon theme. If the situation is like, the program > accepts any user-chosen/user-installed icon theme, then I think icons should > not be added as dependency. But here, transmission is hard-coded to use adwaita > icons. So it is a required dependecy and not optional dependency. :-) I don't think that non-functional data (such as icons and fonts) should be made dependencies of other packages unless necessary. Instead, they should be installed alongside packages by users or system-level services as on Guix System.