unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60179] [PATCH] gnu: Add d-spy.
@ 2022-12-18 15:29 Liliana Marie Prikler
  2023-01-17 14:56 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Liliana Marie Prikler @ 2022-12-18 15:29 UTC (permalink / raw)
  To: 60179

* gnu/packages/gnome.scm (d-spy): New variable.
---
 gnu/packages/gnome.scm | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b6ff8d4fe7..d584d42829 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7429,6 +7429,47 @@ (define-public d-feet
 of running programs and invoke methods on those interfaces.")
     (license license:gpl2+)))
 
+(define-public d-spy
+  (package
+    (name "d-spy")
+    (version "1.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0wk7i3vyq4a98g29ms7vz3wy8xkk3pgw48g0fm65qk32xa679s7a"))))
+    (build-system meson-build-system)
+    (arguments
+     (list
+      #:glib-or-gtk? #t
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'skip-gtk-update-icon-cache
+            ;; Don't create 'icon-theme.cache'.
+            (lambda _
+              (substitute* "meson.build"
+                (("gtk_update_icon_cache: true")
+                 "gtk_update_icon_cache: false")))))))
+    (native-inputs
+     (list desktop-file-utils           ; for update-desktop-database
+           `(,glib "bin")
+           gettext-minimal
+           pkg-config))
+    (inputs
+     (list gobject-introspection
+           gtk
+           libadwaita))
+    (home-page "https://gitlab.gnome.org/GNOME/d-spy")
+    (synopsis "D-Bus debugger")
+    (description
+     "D-Spy is a tool to explore and test end-points and interfaces of running
+programs via D-Bus.  It also ships a library for integration into development
+environments.")
+    (license license:gpl2+)))
+
 (define-public yelp-xsl
   (package
     (name "yelp-xsl")
-- 
2.38.1





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

* [bug#60179] [PATCH] gnu: Add d-spy.
  2022-12-18 15:29 [bug#60179] [PATCH] gnu: Add d-spy Liliana Marie Prikler
@ 2023-01-17 14:56 ` Ludovic Courtès
  2023-02-05  6:18   ` bug#60179: " Liliana Marie Prikler
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2023-01-17 14:56 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 60179

Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:

> * gnu/packages/gnome.scm (d-spy): New variable.

LGTM, thanks!




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

* bug#60179: [PATCH] gnu: Add d-spy.
  2023-01-17 14:56 ` Ludovic Courtès
@ 2023-02-05  6:18   ` Liliana Marie Prikler
  0 siblings, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-02-05  6:18 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 60179-done

Am Dienstag, dem 17.01.2023 um 15:56 +0100 schrieb Ludovic Courtès:
> Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
> 
> > * gnu/packages/gnome.scm (d-spy): New variable.
> 
> LGTM, thanks!
Forgot to mark as done.

Thanks




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

end of thread, other threads:[~2023-02-05  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-18 15:29 [bug#60179] [PATCH] gnu: Add d-spy Liliana Marie Prikler
2023-01-17 14:56 ` Ludovic Courtès
2023-02-05  6:18   ` bug#60179: " Liliana Marie Prikler

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).