unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58237] [PATCH] gnu: celluloid: Do not install icon cache.
@ 2022-10-01 22:56 Michael Rohleder
  2022-10-06 14:00 ` bug#58237: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-10-01 22:56 UTC (permalink / raw)
  To: 58237; +Cc: Michael Rohleder

Fixes <https://issues.guix.gnu.org/58207>.

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58237: [PATCH] gnu: celluloid: Do not install icon cache.
  2022-10-01 22:56 [bug#58237] [PATCH] gnu: celluloid: Do not install icon cache Michael Rohleder
@ 2022-10-06 14:00 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-10-06 14:00 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 58237-done

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

Thanks. Patch pushed!

Make sure to check celluloid to see if it does indeed fix bug 58207.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-06 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01 22:56 [bug#58237] [PATCH] gnu: celluloid: Do not install icon cache Michael Rohleder
2022-10-06 14:00 ` bug#58237: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).