From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBSYf-0004vg-Or for guix-patches@gnu.org; Thu, 18 May 2017 17:02:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBSYc-0006zW-Kx for guix-patches@gnu.org; Thu, 18 May 2017 17:02:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51257) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBSYc-0006zR-Hw for guix-patches@gnu.org; Thu, 18 May 2017 17:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dBSYc-0006wb-A4 for guix-patches@gnu.org; Thu, 18 May 2017 17:02:02 -0400 Subject: bug#26988: Add desktop-file-utils to all gtk applications Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBSXx-0004tz-Kc for guix-patches@gnu.org; Thu, 18 May 2017 17:01:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBSXu-0006Zh-JQ for guix-patches@gnu.org; Thu, 18 May 2017 17:01:21 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:46146) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dBSXu-0006YP-DD for guix-patches@gnu.org; Thu, 18 May 2017 17:01:18 -0400 Received: from localhost (178.113.140.102.wireless.dyn.drei.com [178.113.140.102]) by dd1012.kasserver.com (Postfix) with ESMTPSA id C5F0C1CA1FEF for ; Thu, 18 May 2017 23:01:15 +0200 (CEST) Date: Thu, 18 May 2017 23:01:11 +0200 From: Danny Milosavljevic Message-ID: <20170518230111.53a91ffe@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 26988@debbugs.gnu.org Hi, these are two patches I propose we add in order to add desktop-file-utils to all gtk applications. This means that the profile hook would pick up the desktop files (as soon as possible). One patch moves desktop-file-utils from (gnu packages gnome) to (gnu packages freedesktop). I suggest we apply this patch to all branches - since they don't change anything in the build. The other patch adds desktop-file-utils as propagated-input to gtk+-2 (and by inheritance to gtk+ 3, too). That would imply entail all gtk applications. Therefore, it should only go to core-updates.