all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73227] Remove phase 'skip-gtk-update-icon-cache from Tilix
@ 2024-09-13 13:02 Ashvith Shetty
  2024-09-13 14:01 ` [bug#73227] [PATCH v1] gnu: tilix: Remove phase 'skip-gtk-update-icon-cache Ashvith Shetty
  0 siblings, 1 reply; 2+ messages in thread
From: Ashvith Shetty @ 2024-09-13 13:02 UTC (permalink / raw)
  To: 73227; +Cc: jgart

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

Hello,
I should've made this clearer in the previous issue that I've opened. 
There is no to keep the phase 'skip-gtk-update-icon-cache, as the two 
new native-inputs I've added respectively, `(,glib "bin") and `(,gtk+ 
"bin") fixes the issues with meson's post-install Python script.


[-- Attachment #2: Type: text/html, Size: 340 bytes --]

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

* [bug#73227] [PATCH v1] gnu: tilix: Remove phase 'skip-gtk-update-icon-cache.
  2024-09-13 13:02 [bug#73227] Remove phase 'skip-gtk-update-icon-cache from Tilix Ashvith Shetty
@ 2024-09-13 14:01 ` Ashvith Shetty
  0 siblings, 0 replies; 2+ messages in thread
From: Ashvith Shetty @ 2024-09-13 14:01 UTC (permalink / raw)
  To: 73227; +Cc: Ashvith Shetty, Ashvith Shetty

* gnu/packages/terminals.scm (tilix)[arguments]<#:phases>: Remove
phase 'skip-gtk-update-icon-cache.

Change-Id: I7eb068764f67fd047854e65c9dcdecd45ac18dd3
---
 gnu/packages/terminals.scm | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index eadf58fbf3..30a64acb36 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1451,17 +1451,11 @@ (define-public tilix
     (arguments
      (list
       #:glib-or-gtk? #t
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'set-env-variables
-            (lambda _
-              (setenv "CC"
-                      #$(cc-for-target))))
-          (add-after 'unpack 'skip-gtk-update-icon-cache
-            (lambda _
-              (substitute* "meson_post_install.py"
-                (("gtk-update-icon-cache") (which "true"))
-                (("update-desktop-database") (which "true"))))))))
+      #:phases #~(modify-phases %standard-phases
+                   (add-after 'unpack 'set-env-variables
+                     (lambda _
+                       (setenv "CC"
+                               #$(cc-for-target)))))))
     (inputs (list dbus
                   dconf
                   gettext-minimal
-- 
2.46.0





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

end of thread, other threads:[~2024-09-13 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-13 13:02 [bug#73227] Remove phase 'skip-gtk-update-icon-cache from Tilix Ashvith Shetty
2024-09-13 14:01 ` [bug#73227] [PATCH v1] gnu: tilix: Remove phase 'skip-gtk-update-icon-cache Ashvith Shetty

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.