From unknown Sat Jul 12 06:49:32 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58237] [PATCH] gnu: celluloid: Do not install icon cache. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 Oct 2022 22:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58237 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58237@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166466503419198 (code B ref -1); Sat, 01 Oct 2022 22:58:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Oct 2022 22:57:14 +0000 Received: from localhost ([127.0.0.1]:45853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oelQ1-0004za-RT for submit@debbugs.gnu.org; Sat, 01 Oct 2022 18:57:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:52792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oelPz-0004zR-Kx for submit@debbugs.gnu.org; Sat, 01 Oct 2022 18:57:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oelPz-0006Eg-Cx for guix-patches@gnu.org; Sat, 01 Oct 2022 18:57:11 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:34414) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oelPx-0007iP-Lr for guix-patches@gnu.org; Sat, 01 Oct 2022 18:57:11 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1oelPc-0004eX-Os; Sun, 02 Oct 2022 00:56:48 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.95) (envelope-from ) id 1oelPb-000SL9-7A; Sun, 02 Oct 2022 00:56:48 +0200 From: Michael Rohleder Date: Sun, 2 Oct 2022 00:56:44 +0200 Message-Id: <20221001225644.14960-1-mike@rohleder.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1664665029;22838827; X-HE-SMSGID: 1oelPc-0004eX-Os Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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 (---) Fixes . * gnu/packages/video.scm (celluloid)[arguments]: Add phase disable-postinstall-script so postinstall-script does nothing. [native-inputs]: Remove gtk:bin. --- gnu/packages/video.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6a14a85b74..f22c145b8f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -785,12 +785,19 @@ (define-public celluloid (sha256 (base32 "0ns9xh582c8kajw4v2x5ap5jfiba3gxywqc2klc0v6fc3id1gqii")))) (build-system meson-build-system) + (arguments + (list + #:glib-or-gtk? #t + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'disable-postinstall-script + (lambda _ + (setenv "DESTDIR" "/")))))) (native-inputs (list desktop-file-utils ; for update-desktop-database intltool `(,glib "bin") ; for glib-compile-resources - `(,gtk "bin") ; for gtk-update-icon-cache pkg-config python-wrapper)) ; for generate-authors.py (inputs -- 2.37.3 From unknown Sat Jul 12 06:49:32 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: Michael Rohleder Subject: bug#58237: closed (Re: [bug#58237] [PATCH] gnu: celluloid: Do not install icon cache.) Message-ID: References: <20221001225644.14960-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 58237 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58237@debbugs.gnu.org Date: Thu, 06 Oct 2022 14:01:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1665064862-17238-1" This is a multi-part message in MIME format... ------------=_1665064862-17238-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58237: [PATCH] gnu: celluloid: Do not install icon cache. 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 58237@debbugs.gnu.org. --=20 58237: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58237 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665064862-17238-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58237-done) by debbugs.gnu.org; 6 Oct 2022 14:01:00 +0000 Received: from localhost ([127.0.0.1]:32989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogRQq-0004Tc-BJ for submit@debbugs.gnu.org; Thu, 06 Oct 2022 10:01:00 -0400 Received: from mail-ed1-f42.google.com ([209.85.208.42]:47069) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogRQk-0004Sz-Nl for 58237-done@debbugs.gnu.org; Thu, 06 Oct 2022 10:00:58 -0400 Received: by mail-ed1-f42.google.com with SMTP id m15so2915632edb.13 for <58237-done@debbugs.gnu.org>; Thu, 06 Oct 2022 07:00:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=ZlDayAGpHnZ7x9eKHJcRtFzHU0OmYVVmy9g5nx+Vpwc=; b=nK21qW9i3IsJb8pPJuaEZd+Aenm3LVBHMUrkCtho0CF1qPi4klJhKxISAxBIU+Eu1G gbEoQZP9FESbhHbpsyrcBo80VrXstr5qnvO1GeC60SUfsrddC0T2EovNAcMVRrNBd/fk qXXjHQ06YjmWsbBVZLgiWLC5jMmtjdZJSG2XHOJZkuzzHJuBGbuOp9Z9z4QKYdtmC/zn VMKA3l8+3hk0zzH6lrr59BJ74JMJvuOxKLDUMU1REuAsm1+PodOaGXV49tvivifIDjLy 5evNusyQNbulkMCOP3iJhORDTcC9+AE+ScMFe4bkb4cjlJabOlyYKvpPnIKmgL8e72p0 ikzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ZlDayAGpHnZ7x9eKHJcRtFzHU0OmYVVmy9g5nx+Vpwc=; b=Grq3j8XkjYs/3AAM1A95fCZMDrtsy480L2RLdJ/rSKPp25G3AO6Cbb+YFiTOyGZXE1 CoFv1Jle0PdFwXJRf6ZFA01H5/MoHxJL+zn/fJjHUdEiBpe7pHvTZkRWLOZkbZ7oPglL O9bnJ20mmYFdqmVvfOYclsmLU4RHh4zko4L8Wfn8dKg9WcPz9it5JdRmHvc9cN9GtKHJ y/fA7/FwQm2eliaooPbYVsdrFScgQwlnKLx7ub9LilZgGVkU0VIdDZBQQ2Mi/uryJmio +ilBx13jqYeQYGIZZp91CvXQhOElr8cidGts4t2Ws8rYIg5oKnAl3BrzWVFSBuwdKiW8 8hlw== X-Gm-Message-State: ACrzQf2NMlJgRjV5UR2zxFj8CvNwiFzioKFsXdJXrbkAeiJdsd+4WF+Z dmwetK/wneuUa6b3NxUGOmA= X-Google-Smtp-Source: AMsMyM6jsAhxon4DMCZOOem14STmhoPtzvpzXo6cdo+TIPIzW9/EObvgJTLdz/2O0oRBOVW2Itwjww== X-Received: by 2002:aa7:cd4f:0:b0:458:6077:c3ac with SMTP id v15-20020aa7cd4f000000b004586077c3acmr4812309edw.32.1665064849113; Thu, 06 Oct 2022 07:00:49 -0700 (PDT) Received: from localhost ([141.226.13.62]) by smtp.gmail.com with ESMTPSA id kz20-20020a17090777d400b00780982d77d1sm10370961ejc.154.2022.10.06.07.00.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Oct 2022 07:00:48 -0700 (PDT) Date: Thu, 6 Oct 2022 17:00:45 +0300 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#58237] [PATCH] gnu: celluloid: Do not install icon cache. Message-ID: Mail-Followup-To: Efraim Flashner , Michael Rohleder , 58237-done@debbugs.gnu.org References: <20221001225644.14960-1-mike@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yFDPIi3UA7BvFP7y" Content-Disposition: inline In-Reply-To: <20221001225644.14960-1-mike@rohleder.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 58237-done Cc: 58237-done@debbugs.gnu.org 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.5 (/) --yFDPIi3UA7BvFP7y Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! Make sure to check celluloid to see if it does indeed fix bug 58207. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --yFDPIi3UA7BvFP7y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmM+340ACgkQQarn3Mo9 g1Fx6g/9Fyow0PI5ipHyYO5uXoJVUW71KvhFrcbEEhN5GhA5qRwuTUcQYERxu38x 3/z/YWcRne6ydRwgtV8M2o6nmndeSNE/AMrw1rHlikGirWehPz4JCUzsNj39hOrf FnPpOiMtPUyVIaR/T6tmYId+Xmi2MMTSOk7Coc58QIOdbyKiATr43YwpWJijCLEj Sy0CA9c2f5bne9gYmVTpDhG83rggTsyVEpA+bnwE78ERpIqarl/sdtUf3Kcvjv8o N0Uyxd+izwq5idNMTL3iG8O3/fulvz/t3B7wNSerkagw6IrDkVEBeF8/qdDI5hJH 9V7bhikcLCf+HcCWO1Ql+tYo5OR1Srnh4HS1B+Gli0teGyX+D4GrPYwCOKGKFho/ /qzYnCRbsAzCfUNMqhcAsxlr5AR5DmqZOlEiVO5P+L4NDXC0xXo3Ciq+tAUyb11L Enu/iEXe3Wpb4wyRvqHW4pQouOPeTxzuCe4SYRwFmsKzSMKzQaGpgwDyPkvnsZ7c JmClhvnKEB54C0JIL1uPxMRLngdCMahCx+JD+QdiWh+x/8IQ4BUjALLqWHu5rO3J Orp1e7LGASKzw94CfGklPty9VnXJwUvLreGkKjrXtdfGx5a+T/sARowXDSaS4IYd Vu8ed9FM/0z1TR+KGHBRnnk0ON8/1fyqzDKQwnS9cE2De5t6atA= =jy+v -----END PGP SIGNATURE----- --yFDPIi3UA7BvFP7y-- ------------=_1665064862-17238-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Oct 2022 22:57:14 +0000 Received: from localhost ([127.0.0.1]:45853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oelQ1-0004za-RT for submit@debbugs.gnu.org; Sat, 01 Oct 2022 18:57:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:52792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oelPz-0004zR-Kx for submit@debbugs.gnu.org; Sat, 01 Oct 2022 18:57:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oelPz-0006Eg-Cx for guix-patches@gnu.org; Sat, 01 Oct 2022 18:57:11 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:34414) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oelPx-0007iP-Lr for guix-patches@gnu.org; Sat, 01 Oct 2022 18:57:11 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1oelPc-0004eX-Os; Sun, 02 Oct 2022 00:56:48 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.95) (envelope-from ) id 1oelPb-000SL9-7A; Sun, 02 Oct 2022 00:56:48 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: celluloid: Do not install icon cache. Date: Sun, 2 Oct 2022 00:56:44 +0200 Message-Id: <20221001225644.14960-1-mike@rohleder.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1664665029;22838827; X-HE-SMSGID: 1oelPc-0004eX-Os Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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 (---) Fixes . * gnu/packages/video.scm (celluloid)[arguments]: Add phase disable-postinstall-script so postinstall-script does nothing. [native-inputs]: Remove gtk:bin. --- gnu/packages/video.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6a14a85b74..f22c145b8f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -785,12 +785,19 @@ (define-public celluloid (sha256 (base32 "0ns9xh582c8kajw4v2x5ap5jfiba3gxywqc2klc0v6fc3id1gqii")))) (build-system meson-build-system) + (arguments + (list + #:glib-or-gtk? #t + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'disable-postinstall-script + (lambda _ + (setenv "DESTDIR" "/")))))) (native-inputs (list desktop-file-utils ; for update-desktop-database intltool `(,glib "bin") ; for glib-compile-resources - `(,gtk "bin") ; for gtk-update-icon-cache pkg-config python-wrapper)) ; for generate-authors.py (inputs -- 2.37.3 ------------=_1665064862-17238-1--