From unknown Sat Jun 21 05:16:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77455] Updates for papirus-icon-theme Resent-From: "Timo Wilken" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 11:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77455 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 77455@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.17435924696995 (code B ref -1); Wed, 02 Apr 2025 11:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Apr 2025 11:14:29 +0000 Received: from localhost ([127.0.0.1]:55407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzw3A-0001oj-UK for submit@debbugs.gnu.org; Wed, 02 Apr 2025 07:14:29 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47934) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzw38-0001nQ-Re for submit@debbugs.gnu.org; Wed, 02 Apr 2025 07:14:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tzw2z-0001xG-FA for guix-patches@gnu.org; Wed, 02 Apr 2025 07:14:17 -0400 Received: from mx1.mythic-beasts.com ([2a00:1098:0:86:1000:0:2:1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tzw2x-0002VJ-Ds for guix-patches@gnu.org; Wed, 02 Apr 2025 07:14:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twilken.net ; s=mythic-beasts-k1; h=From:To:Subject:Date; bh=B9njx4bDRW8Jzl0kN1WzcY+UFVBh+viicDp46ElBMu4=; b=Co96zUGOi3wREZqbcknOpMS72p 6gmNZoDdhv7rEl7K/Q/cbaukw2WxuSi80RlukFfNGhlRG0D6PuBnKqQEUBtQDJILEZBXTcyc08trH WHCd5b+7TL+KaIJvWucPgNailUaeE2156bH2n14T3+BgpWTZk3uRxP6ZoqGTB3Ej1Bg8a/mHXVe8n HEWdVvfwKGP38EyaZ48rL2RbW5j7OYmHfyTruuzvh0Zi/7YaTJHvMSRn828F/n/mIlj0Zl0udzbEb O0T2JIaqzGBscIUg5WdonQECyQ29tOkQkuXFoxmKwUm3pnaazRAv7WCXapM6V0edrIDgW9Dq0L7II UiKxS88A==; Received: by mailhub-cam-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tzw2v-000I3s-Kj for guix-patches@gnu.org; Wed, 02 Apr 2025 12:14:13 +0100 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 02 Apr 2025 13:13:57 +0200 Message-Id: From: "Timo Wilken" X-Mailer: aerc 0.20.1 X-BlackCat-Spam-Score: 7 X-Spam-Status: No, score=0.7 Received-SPF: pass client-ip=2a00:1098:0:86:1000:0:2:1; envelope-from=timo@twilken.net; helo=mx1.mythic-beasts.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hi, I'd like to update papirus-icon-theme to the latest version. In the course of that, I discovered that the workaround to reduce the numbe= r of inodes the package uses doesn't seem to work very well, so I added a `cp= ' flag that fixes it for me. The package also contains a bunch of icon files that are marked "executable= ", so I'm also fixing that. Patches for the above incoming. Finally, the upstream developers recommend splitting the package into a mai= n `papirus-icon-theme' and an `epapirus-icon-theme' (for the pantheon desktop= ), the latter of which depends on the former: I've not done this yet because I wasn't sure what the best way to do this i= n Guix is -- separate outputs of the same package? Two separate packages? Wha= t do you think? Cheers, Timo From unknown Sat Jun 21 05:16:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77455] [PATCH 1/4] gnu: papirus-icon-theme: Update to 20250201. References: In-Reply-To: Resent-From: Timo Wilken Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, vivien@planete-kraus.eu, guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 11:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77455 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 77455@debbugs.gnu.org Cc: Timo Wilken , Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus X-Debbugs-Original-Xcc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Received: via spool by 77455-submit@debbugs.gnu.org id=B77455.174359262420021 (code B ref 77455); Wed, 02 Apr 2025 11:18:02 +0000 Received: (at 77455) by debbugs.gnu.org; 2 Apr 2025 11:17:04 +0000 Received: from localhost ([127.0.0.1]:55432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzw5f-0005Ca-Kc for submit@debbugs.gnu.org; Wed, 02 Apr 2025 07:17:04 -0400 Received: from mx1.mythic-beasts.com ([2a00:1098:0:86:1000:0:2:1]:53727) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzw5c-0005BE-TI for 77455@debbugs.gnu.org; Wed, 02 Apr 2025 07:17:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twilken.net ; s=mythic-beasts-k1; h=Date:Subject:To:From; bh=mP8WIAUntTtZpxX0mc1HAFv4sNLHsrZs4s1K2VVdRkQ=; b=SWD5JKfNa3lXFAf0yIdpq3oJB9 BEV1uzsK8jDqQFv9Cp/W+lwDglp4uwSaRU+lb7QsBY5nLH7BlxgWdv+PigjkQQcrzJfJx8hQ9NhnQ KKNstth9X4aAJOM2NvYLgBulU2FwA++AA9A44GAXGMwa5xjdgOihRTq2tcN6vOHvFdyuge0+rehJh B7ECEfw+6klellNqJPofXhn8x5y9FIbSx+WB1ozmUcYHzDuJCIpSoMlW8QHNMtLDkBjonIHgyPUqU nMAYloNIz0ykrvEETX/DgoftwSQc+tnc2Jn4w92D/VFKVhoTsFMLxMcHxhJJ3ZqP73kn07ayNBleV 3XhCKJgQ==; Received: by mailhub-cam-d.mythic-beasts.com with esmtpa (Exim 4.94.2) (envelope-from ) id 1tzw5W-000KMR-LI; Wed, 02 Apr 2025 12:16:55 +0100 From: Timo Wilken Date: Wed, 2 Apr 2025 13:16:19 +0200 Message-ID: <20250402111623.22287-1-guix@twilken.net> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BlackCat-Spam-Score: 49 X-Spam-Status: No, score=4.9 X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20250201. Change-Id: I963c1452d442b16b52795bfd022bc967839451e4 --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 4e75bc0e46..92867d1177 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -204,7 +204,7 @@ (define-public moka-icon-theme (define-public papirus-icon-theme (package (name "papirus-icon-theme") - (version "20230104") + (version "20250201") (source (origin (method git-fetch) @@ -212,7 +212,7 @@ (define-public papirus-icon-theme (url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme") (commit version))) (sha256 - (base32 "1x40gdqyw0gj389by6904g5a64r72by544k3nlyiamjhg2zmpx97")) + (base32 "1sbzmfcmbsa57grq0jy17mmagdsg95qr2v75zpqlp53jpjq74v53")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments -- 2.49.0 From unknown Sat Jun 21 05:16:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77455] [PATCH 2/4] gnu: papirus-icon-theme: Use g-exps for arguments. Resent-From: Timo Wilken Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, vivien@planete-kraus.eu, guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 11:18:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77455 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 77455@debbugs.gnu.org Cc: Timo Wilken , Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus X-Debbugs-Original-Xcc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Received: via spool by 77455-submit@debbugs.gnu.org id=B77455.174359262720046 (code B ref 77455); Wed, 02 Apr 2025 11:18:03 +0000 Received: (at 77455) by debbugs.gnu.org; 2 Apr 2025 11:17:07 +0000 Received: from localhost ([127.0.0.1]:55434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzw5i-0005D9-Dg for submit@debbugs.gnu.org; Wed, 02 Apr 2025 07:17:07 -0400 Received: from mx1.mythic-beasts.com ([2a00:1098:0:86:1000:0:2:1]:37403) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzw5d-0005BI-NA for 77455@debbugs.gnu.org; Wed, 02 Apr 2025 07:17:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twilken.net ; s=mythic-beasts-k1; h=Date:Subject:To:From; bh=/bYK5IffNbx8u/mmhRTsr8jHH7eeI9FZc4pYsLtFLJA=; b=1t5zsBuCkpTAu7JgmjIaCAiu1M IzMOC27GVx0OfICefvFg8hZQKzWu9RqZfQ3ql/QUSIn4fIwSQ6e2zW/hA6ww/PfXVlkiPULJdCt+Q hg1H5Ot8wBKwUXeaLvQUom840G0+oJpd8rzrgM3VMLYBNQE+6sT6XB5BPy4CUaatItPIWm9Vq/Fah SlKWlYmm27GEEn8KvKWUvUTvHezqLecx0Z8/3N2xuo2x2MIgQjA1KnDeAhpWU+OUfyHncZt8tyi2h SOdEjj4R+nXDcKxzQUxxyXxdG8eve9IEiJPCG9a40FmS1LTK0hpiZSIazoGAwL0fw5FXFg37t+q4U 93EOmBnQ==; Received: by mailhub-cam-d.mythic-beasts.com with esmtpa (Exim 4.94.2) (envelope-from ) id 1tzw5X-000KMR-G5; Wed, 02 Apr 2025 12:16:55 +0100 From: Timo Wilken Date: Wed, 2 Apr 2025 13:16:20 +0200 Message-ID: <20250402111623.22287-2-guix@twilken.net> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250402111623.22287-1-guix@twilken.net> References: <20250402111623.22287-1-guix@twilken.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BlackCat-Spam-Score: 49 X-Spam-Status: No, score=4.9 X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/gnome-xyz.scm (papirus-icon-theme) [arguments]: Use g-expressions instead of plain quoted lists. Change-Id: I8578fd392d10be3f249c304ffd7e9dbc23952fa1 --- gnu/packages/gnome-xyz.scm | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 92867d1177..2a9b50d9b4 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -216,27 +216,27 @@ (define-public papirus-icon-theme (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - '(#:tests? #f ; no test suite - #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) + `(#:tests? #f ; no test suite + #:make-flags ,#~(list (string-append "PREFIX=" (assoc-ref %outputs "out"))) #:phases - (modify-phases %standard-phases - (delete 'bootstrap) - (delete 'configure) - (delete 'build) - (add-before 'install 'halve-inode-consumption - ;; This package uses over 100K inodes, which is a lot. We can easily - ;; halve that number by using (hard) links, to no ill effect. - ;; See . - ;; However, the source checkout will still use the full amount! - (lambda _ - (let ((symlink? (lambda (_ stat) - (eq? 'symlink (stat:type stat))))) - (for-each (lambda (file) - (let ((target (canonicalize-path file))) - (when (eq? 'regular (stat:type (stat target))) - (delete-file file) - (link target file)))) - (find-files "." symlink?)))))))) + ,#~(modify-phases %standard-phases + (delete 'bootstrap) + (delete 'configure) + (delete 'build) + (add-before 'install 'halve-inode-consumption + ;; This package uses over 100K inodes, which is a lot. We can easily + ;; halve that number by using (hard) links, to no ill effect. + ;; See . + ;; However, the source checkout will still use the full amount! + (lambda _ + (let ((symlink? (lambda (_ stat) + (eq? 'symlink (stat:type stat))))) + (for-each (lambda (file) + (let ((target (canonicalize-path file))) + (when (eq? 'regular (stat:type (stat target))) + (delete-file file) + (link target file)))) + (find-files "." symlink?)))))))) (native-inputs (list `(,gtk+ "bin"))) (home-page "https://git.io/papirus-icon-theme") -- 2.49.0 From unknown Sat Jun 21 05:16:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77455] [PATCH 3/4] gnu: papirus-icon-theme: Preserve hardlinks to save inodes. Resent-From: Timo Wilken Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, vivien@planete-kraus.eu, guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 11:18:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77455 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 77455@debbugs.gnu.org Cc: Timo Wilken , Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus X-Debbugs-Original-Xcc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Received: via spool by 77455-submit@debbugs.gnu.org id=B77455.174359262820060 (code B ref 77455); Wed, 02 Apr 2025 11:18:03 +0000 Received: (at 77455) by debbugs.gnu.org; 2 Apr 2025 11:17:08 +0000 Received: from localhost ([127.0.0.1]:55436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzw5j-0005DN-FI for submit@debbugs.gnu.org; Wed, 02 Apr 2025 07:17:07 -0400 Received: from mx1.mythic-beasts.com ([2a00:1098:0:86:1000:0:2:1]:39407) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzw5e-0005BO-9u for 77455@debbugs.gnu.org; Wed, 02 Apr 2025 07:17:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twilken.net ; s=mythic-beasts-k1; h=Date:Subject:To:From; bh=RgCmOeMZZxk+cziBho7e8lbiXF5B49XOfxzfrZljDmU=; b=j5LoMV/V9f+FBzcOUr+rwU2B6X EZDzTztF+x0TUnqqvLj1w0BqXovHZ/clxs6yeaGV+dNupbGzPLzlNW6T7at8AwmIP3wjL5vic7Wur g7T4ode+aHBTtwzsHm7tfrUpmBxxJP8RgIjLqBpVA1no6bpIK+8ZVuzN0G9BE71mUtuhjKaiBOTuH FkuEaaIo9xSf2/e3iFFEGwdL33O+0jqZNNtKkkk0RG3KxBIZ+0WSANoHMhCJ2FAFk2I/gy4wDy+wz AbxgIsOuiwRSpeZtLBqafCjJg0SgG2EToUWw3DK34WxljBmBWRwv42zVR4L2yOxpbTI0DnX6knzvo 81Ju/ciA==; Received: by mailhub-cam-d.mythic-beasts.com with esmtpa (Exim 4.94.2) (envelope-from ) id 1tzw5Y-000KMR-6Z; Wed, 02 Apr 2025 12:16:56 +0100 From: Timo Wilken Date: Wed, 2 Apr 2025 13:16:21 +0200 Message-ID: <20250402111623.22287-3-guix@twilken.net> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250402111623.22287-1-guix@twilken.net> References: <20250402111623.22287-1-guix@twilken.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BlackCat-Spam-Score: 49 X-Spam-Status: No, score=4.9 X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Even though the package has a 'halve-inode-consumption phase, this only works if the subsequent `cp' doesn't break the created hardlinks again. Tell `cp' to preserve them. For me, this commit reduces the number of hardlinks under /share/icons inside this package from 113886 to 58697 (compared to 116011 without the 'halve-inode-consumption phase). * gnu/packages/gnome-xyz.scm (papirus-icon-theme) [arguments]: Preserve hardlinks during installation. Change-Id: I594fb47ecd09754f6b3e13b74215826521db5cfa --- gnu/packages/gnome-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 2a9b50d9b4..2054cd9762 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -217,7 +217,8 @@ (define-public papirus-icon-theme (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite - #:make-flags ,#~(list (string-append "PREFIX=" (assoc-ref %outputs "out"))) + #:make-flags ,#~(list "CP_OPTS=--preserve=links" + (string-append "PREFIX=" (assoc-ref %outputs "out"))) #:phases ,#~(modify-phases %standard-phases (delete 'bootstrap) -- 2.49.0 From unknown Sat Jun 21 05:16:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77455] [PATCH 4/4] gnu: papirus-icon-theme: Avoid creating executable icons. Resent-From: Timo Wilken Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, vivien@planete-kraus.eu, guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 11:18:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77455 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 77455@debbugs.gnu.org Cc: Timo Wilken , Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus X-Debbugs-Original-Xcc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Received: via spool by 77455-submit@debbugs.gnu.org id=B77455.174359262920075 (code B ref 77455); Wed, 02 Apr 2025 11:18:04 +0000 Received: (at 77455) by debbugs.gnu.org; 2 Apr 2025 11:17:09 +0000 Received: from localhost ([127.0.0.1]:55438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzw5k-0005Da-5l for submit@debbugs.gnu.org; Wed, 02 Apr 2025 07:17:08 -0400 Received: from mx1.mythic-beasts.com ([2a00:1098:0:86:1000:0:2:1]:50587) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzw5e-0005BS-NN for 77455@debbugs.gnu.org; Wed, 02 Apr 2025 07:17:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twilken.net ; s=mythic-beasts-k1; h=Date:Subject:To:From; bh=B2hZ7IVUGOzi4+tEJhRn7NcNkI2eOl3/ok8BRmjBOn0=; b=iimhUJyOivRhHOryMaG8FU45ft FKrpkA4B9KnCfJah1OHJdis/BOohTnWaLPXZTNGP6fqcmS+SBqXtS81B88Tfslj+yL10pE5MNnGrZ rkNHr4FzVpuzgPw9yVJqLQXYN/y9qGn1dLZeXpkBEVoA1j2XUnYminT/b3T97UOxV9eRPnbDIF8y2 vLDVnnkyr41ipHbRL5+BGKyzowJjPEv2BNhoMkFU2aoDdm4egzBXwwgG+HSNTT2d0E5azvtxFj1d3 POZTE5uqzWHW+4PA+rVjqbZa4mWXXg3z3vWXbAxywjK7KGbRARpNTMO+vwJBbEBx5W0bfvHW89r8W kHNHZ79w==; Received: by mailhub-cam-d.mythic-beasts.com with esmtpa (Exim 4.94.2) (envelope-from ) id 1tzw5Y-000KMR-NO; Wed, 02 Apr 2025 12:16:56 +0100 From: Timo Wilken Date: Wed, 2 Apr 2025 13:16:22 +0200 Message-ID: <20250402111623.22287-4-guix@twilken.net> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250402111623.22287-1-guix@twilken.net> References: <20250402111623.22287-1-guix@twilken.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BlackCat-Spam-Score: 49 X-Spam-Status: No, score=4.9 X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/gnome-xyz.scm (papirus-icon-theme) [arguments]: Add 'remove-executable-bit phase. Change-Id: Ic4d4f41b348d728913a90b0ef9cdf50f9901070a --- gnu/packages/gnome-xyz.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 2054cd9762..432833a649 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -237,7 +237,13 @@ (define-public papirus-icon-theme (when (eq? 'regular (stat:type (stat target))) (delete-file file) (link target file)))) - (find-files "." symlink?)))))))) + (find-files "." symlink?))))) + (add-before 'install 'remove-executable-bit + (lambda _ + (let ((file? (lambda (_ stat) + (eq? 'regular (stat:type stat))))) + (for-each (lambda (file) (chmod file #o644)) + (find-files "." file?)))))))) (native-inputs (list `(,gtk+ "bin"))) (home-page "https://git.io/papirus-icon-theme") -- 2.49.0 From unknown Sat Jun 21 05:16:45 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "Timo Wilken" Subject: bug#77455: closed (Re: [bug#77455] [PATCH 4/4] gnu: papirus-icon-theme: Avoid creating executable icons.) Message-ID: References: X-Gnu-PR-Message: they-closed 77455 X-Gnu-PR-Package: guix-patches Reply-To: 77455@debbugs.gnu.org Date: Wed, 02 Apr 2025 20:07:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1743624422-1913-1" This is a multi-part message in MIME format... ------------=_1743624422-1913-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77455: Updates for papirus-icon-theme which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77455@debbugs.gnu.org. --=20 77455: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77455 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1743624422-1913-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77455-done) by debbugs.gnu.org; 2 Apr 2025 20:06:27 +0000 Received: from localhost ([127.0.0.1]:59645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u04Lz-0000Te-Fo for submit@debbugs.gnu.org; Wed, 02 Apr 2025 16:06:27 -0400 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]:55394) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1u04Lx-0000TP-0Y for 77455-done@debbugs.gnu.org; Wed, 02 Apr 2025 16:06:25 -0400 Received: by mail-wm1-x342.google.com with SMTP id 5b1f17b1804b1-43cf257158fso796875e9.2 for <77455-done@debbugs.gnu.org>; Wed, 02 Apr 2025 13:06:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1743624378; x=1744229178; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=FphV9VhNfDWjortZdAj0CyLA5BjeuesIZZko/Ng3vd0=; b=UOS8FP/SEFUrQ9JT+bz80cWwcL+ijIvSbZMrYD5Z4+wasit9Ah5P2zxzMOLRFIR4tC xdiU1jhJHwltZr5MG/gHlR1wjtssl6MupEoNVtB4DiP88jkzh44p5/h1x2oYja6dD0Bt aG9B7a4E2x8GvDnFA/6K9z1FlxiDRgsHsJNuBSxqhTL/q2HYigM+uhN/LA2MuD7Z66La 0+E3AdO0ixUyaGQqf45Mu669Jp4ADLSitH/yL5Ykj+NMHS6f8AAEanqmHO6VyV33RGTr eg4FH1MQ+q5d5Hy3gf5SVQpCnumSTId23SQiUNc4FLWxTLjR90g4CNHAVednbQzDgLen OkEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743624378; x=1744229178; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=FphV9VhNfDWjortZdAj0CyLA5BjeuesIZZko/Ng3vd0=; b=pc6tXIXFJiNg43AtNjVmwQ9M5J1C9DL4Lszv2Ga6BZRbs+cuBEvc1yTLrqdT8FDBuF fRDLCggrEHJaw9NCEpml2WkV+cAQ79YJwbyh8ltPQKgP+y8bfac9hDIKrKQtio5JWCPS vZ80aNW2knMbmIaHIWdny+buXMaW/9NwIePUk/pz3OiyyQ1kIEUhfgMv9XDJZFu4BdM8 9Guof2eIk0rJ2U3eY3L5G/3T8acNdP1F05HHWZQlMtjx+5doMmpsF8+qZhEvs8xFs3kf V2fkrYVMnGMbTuKVaEmJ3tbNAk8wHquALjhMu3av6Zw3DqcdOt6TrQrXt9yjfXSWyIBr /oHg== X-Forwarded-Encrypted: i=1; AJvYcCWMs/vzn+ZghTlrW2wEBoSpK+l+0lKTceo6js2pai5t2McYDfIlwaHwWIXOgOsTJraGb79WqZH+ExO/@debbugs.gnu.org X-Gm-Message-State: AOJu0YyyGlgqRd1w8OzZS5hcDzmJryg0tM9wVO+zqrvLU5k0ZdWEkk/U XU390ZsJ8XKg0FqYWi3a5qkmJ92JJTRsuWnm0PuSlOyMQ+UoMlnl X-Gm-Gg: ASbGncu2prDYP5OHy+V3r8hXvLsOPdMQD7P4YBKx1sFcECcNfMRaviZsWXHfx6k4195 1I8pVzf/itXHPk9eOI+5QHgqI8xBfWXTZwCKS79h2PvWp0kM3u+9dAk/fSQ5LaoYalt+v4Yh2a4 DBz9+vDvLTbKAgTLq0JXj+vQkynYgBbwyyLryhAajapTkg+R8B0ejWZwLViqq6VKwUa8pOPdenP 2MQnEkrlBXrLkk9fW4eVtTROn81bZFL8d5nH2TwjNwenIdAdz2pvn9RyZ9WyQCl3MHsE4Fn2GXt SBLVUeiNj9CauD56Pfd/DmYkLXffs1mLRTRK+f3UUVA3Xja3sH3MfVVVAva5muwbgipKEuqpXq5 6cZKFSw2aJx7NebEWj7dK X-Google-Smtp-Source: AGHT+IGGVa/Vo+KbqrZHPeX57/dLV7cNQzt9DTtHrfsGNk8snOP3rP8bcgXao8nKp9WrIO7lF4KAmg== X-Received: by 2002:a05:6000:1acf:b0:391:3b11:d604 with SMTP id ffacd0b85a97d-39c1211d70fmr15085917f8f.54.1743624378356; Wed, 02 Apr 2025 13:06:18 -0700 (PDT) Received: from lumine.fritz.box (85-127-114-32.dsl.dynamic.surfer.at. [85.127.114.32]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-39c0b66a8c9sm17627099f8f.47.2025.04.02.13.06.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Apr 2025 13:06:17 -0700 (PDT) Message-ID: Subject: Re: [bug#77455] [PATCH 4/4] gnu: papirus-icon-theme: Avoid creating executable icons. From: Liliana Marie Prikler To: Timo Wilken , 77455-done@debbugs.gnu.org Date: Wed, 02 Apr 2025 22:06:14 +0200 In-Reply-To: <20250402111623.22287-4-guix@twilken.net> References: <20250402111623.22287-1-guix@twilken.net> <20250402111623.22287-4-guix@twilken.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77455-done Cc: Vivien Kraus , Maxim Cournoyer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Mittwoch, dem 02.04.2025 um 13:16 +0200 schrieb Timo Wilken: > * gnu/packages/gnome-xyz.scm (papirus-icon-theme) [arguments]: > =C2=A0 Add 'remove-executable-bit phase. >=20 > Change-Id: Ic4d4f41b348d728913a90b0ef9cdf50f9901070a > --- Pushed with slight style changes and minor rewordings. Cheers ------------=_1743624422-1913-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Apr 2025 11:14:29 +0000 Received: from localhost ([127.0.0.1]:55407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzw3A-0001oj-UK for submit@debbugs.gnu.org; Wed, 02 Apr 2025 07:14:29 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47934) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzw38-0001nQ-Re for submit@debbugs.gnu.org; Wed, 02 Apr 2025 07:14:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tzw2z-0001xG-FA for guix-patches@gnu.org; Wed, 02 Apr 2025 07:14:17 -0400 Received: from mx1.mythic-beasts.com ([2a00:1098:0:86:1000:0:2:1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tzw2x-0002VJ-Ds for guix-patches@gnu.org; Wed, 02 Apr 2025 07:14:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twilken.net ; s=mythic-beasts-k1; h=From:To:Subject:Date; bh=B9njx4bDRW8Jzl0kN1WzcY+UFVBh+viicDp46ElBMu4=; b=Co96zUGOi3wREZqbcknOpMS72p 6gmNZoDdhv7rEl7K/Q/cbaukw2WxuSi80RlukFfNGhlRG0D6PuBnKqQEUBtQDJILEZBXTcyc08trH WHCd5b+7TL+KaIJvWucPgNailUaeE2156bH2n14T3+BgpWTZk3uRxP6ZoqGTB3Ej1Bg8a/mHXVe8n HEWdVvfwKGP38EyaZ48rL2RbW5j7OYmHfyTruuzvh0Zi/7YaTJHvMSRn828F/n/mIlj0Zl0udzbEb O0T2JIaqzGBscIUg5WdonQECyQ29tOkQkuXFoxmKwUm3pnaazRAv7WCXapM6V0edrIDgW9Dq0L7II UiKxS88A==; Received: by mailhub-cam-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tzw2v-000I3s-Kj for guix-patches@gnu.org; Wed, 02 Apr 2025 12:14:13 +0100 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 02 Apr 2025 13:13:57 +0200 Message-Id: Subject: Updates for papirus-icon-theme To: From: "Timo Wilken" X-Mailer: aerc 0.20.1 X-BlackCat-Spam-Score: 7 X-Spam-Status: No, score=0.7 Received-SPF: pass client-ip=2a00:1098:0:86:1000:0:2:1; envelope-from=timo@twilken.net; helo=mx1.mythic-beasts.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hi, I'd like to update papirus-icon-theme to the latest version. In the course of that, I discovered that the workaround to reduce the numbe= r of inodes the package uses doesn't seem to work very well, so I added a `cp= ' flag that fixes it for me. The package also contains a bunch of icon files that are marked "executable= ", so I'm also fixing that. Patches for the above incoming. Finally, the upstream developers recommend splitting the package into a mai= n `papirus-icon-theme' and an `epapirus-icon-theme' (for the pantheon desktop= ), the latter of which depends on the former: I've not done this yet because I wasn't sure what the best way to do this i= n Guix is -- separate outputs of the same package? Two separate packages? Wha= t do you think? Cheers, Timo ------------=_1743624422-1913-1-- From unknown Sat Jun 21 05:16:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77455] [PATCH 4/4] gnu: papirus-icon-theme: Avoid creating executable icons. Resent-From: "Timo Wilken" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 03 Apr 2025 11:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77455 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: "Liliana Marie Prikler" Cc: 77455-done@debbugs.gnu.org Received: via spool by 77455-done@debbugs.gnu.org id=D77455.17436800997138 (code D ref 77455); Thu, 03 Apr 2025 11:35:03 +0000 Received: (at 77455-done) by debbugs.gnu.org; 3 Apr 2025 11:34:59 +0000 Received: from localhost ([127.0.0.1]:33057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0IqY-0001qy-B8 for submit@debbugs.gnu.org; Thu, 03 Apr 2025 07:34:59 -0400 Received: from mx2.mythic-beasts.com ([2a00:1098:0:82:1000:0:2:1]:34977) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0I77-0005Bc-IP for 77455-done@debbugs.gnu.org; Thu, 03 Apr 2025 06:48:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=twilken.net ; s=mythic-beasts-k1; h=To:From:Subject:Date; bh=3EGCDdKR1Xa+RbXjK30/YvbihgUSnq0TYQobnQuT130=; b=BNtsYJen7LpOObAATYQhIrls/R WhEa/SloGYcv2Vy+cl364KbPozDdYAVPqZztbqz+1Ou6cUfq6nOp7Cb3mRsOUQaDXhf3j3EJPGllx 6HaBmpJkibgQfeV1FoehZVcWM6X8P/QSQ4YxeMTJNVDAXNRqSQsshSrFgHZ9/4URlbfht3O+FZmAF 4UbA4uACkjywC6Yb4tJc5uRTyzzhlDJOGW4jej2HgyEXEYN2o1nKSAupHsgliaD7JM1Pyo5plbxUA WvigPtCbZk72Y2BsJpY1850FqSO6bg6qYVYhpfNHXhbvpLaaJoPspjle2ysjC9+AMfIXMn4TtFrEB hnckFKdA==; Received: by mailhub-hex-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u0I70-004kqk-SH; Thu, 03 Apr 2025 11:47:55 +0100 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 03 Apr 2025 12:47:44 +0200 Message-Id: From: "Timo Wilken" X-Mailer: aerc 0.20.1 References: <20250402111623.22287-1-guix@twilken.net> <20250402111623.22287-4-guix@twilken.net> In-Reply-To: X-BlackCat-Spam-Score: 4 X-Spam-Status: No, score=0.4 X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Thu, 03 Apr 2025 07:34:55 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) On Wed 2 Apr 2025 at 10:06 pm CEST, Liliana Marie Prikler wrote: > Pushed with slight style changes and minor rewordings. Thank you very much Liliana!