From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44044) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ie6S7-0000Jk-RK for guix-patches@gnu.org; Sun, 08 Dec 2019 18:59:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ie6S6-0003bv-TZ for guix-patches@gnu.org; Sun, 08 Dec 2019 18:59:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46469) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ie6S6-0003am-Q3 for guix-patches@gnu.org; Sun, 08 Dec 2019 18:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ie6S6-0006lR-L4 for guix-patches@gnu.org; Sun, 08 Dec 2019 18:59:02 -0500 Subject: [bug#38540] [PATCH] gnu: Fix broken icons in Delft. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42925) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ie6RW-0000HE-5w for guix-patches@gnu.org; Sun, 08 Dec 2019 18:58:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ie6RU-0002Gc-8J for guix-patches@gnu.org; Sun, 08 Dec 2019 18:58:25 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:45974) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ie6RT-00026S-KW for guix-patches@gnu.org; Sun, 08 Dec 2019 18:58:24 -0500 Received: from localhost.localdomain (213-240-64-42.hdsl.highway.telekom.at [213.240.64.42]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 47WNZ26Gjlz3wKy for ; Mon, 9 Dec 2019 00:58:18 +0100 (CET) From: Leo Prikler Date: Mon, 9 Dec 2019 00:57:11 +0100 Message-Id: <20191208235710.12998-1-leo.prikler@student.tugraz.at> MIME-Version: 1.0 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: 38540@debbugs.gnu.org * gnu/packages/gnome-xyz (delft-icon-theme): Inherit from Adwaita instead= of using the (non-existing) gnome theme. --- gnu/packages/gnome-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 80870fd25d..85d53653ba 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -101,6 +101,8 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and o= thers.") (begin (use-modules (guix build utils)) (copy-recursively (assoc-ref %build-inputs "source") "icons") + (substitute* "icons/Delft/index.theme" + (("gnome") "Adwaita")) (delete-file "icons/README.md") (delete-file "icons/LICENSE") (delete-file "icons/logo.jpg") --=20 2.24.0