unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37379] [PATCH] [core-updates] gnu: glib: Reference dbus-launch by its absolute path.
@ 2019-09-11 12:32 Maxim Cournoyer
  2019-10-01 23:41 ` Danny Milosavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2019-09-11 12:32 UTC (permalink / raw)
  To: 37379


[-- Attachment #1.1: Type: text/plain, Size: 267 bytes --]

Hello,

This allows programs or libraries compiled with glib to connect to dbus
without having the 'dbus-launch' binary present (propagated) into their
profile.

dbus triggers lots of rebuilds, so this should be merged to the
core-updates branch.

Thank you,

Maxim


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-glib-Reference-dbus-launch-by-its-absolute-path.patch --]
[-- Type: text/x-patch, Size: 1267 bytes --]

From 1881ad1305f55f3bf7ac7a48ea1c76123f2864b2 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Tue, 10 Sep 2019 11:02:16 +0900
Subject: [PATCH] gnu: glib: Reference dbus-launch by its absolute path.

* gnu/packages/glib.scm (glib)[phases]{patch-dbus-launch-path}: New phase.
---
 gnu/packages/glib.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3a50347f86..fb148eec19 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -199,6 +199,14 @@ shared NFS home directories.")
    (arguments
     `(#:phases
       (modify-phases %standard-phases
+        (add-after 'unpack 'patch-dbus-launch-path
+          (lambda* (#:key inputs #:allow-other-keys)
+            (let ((dbus (assoc-ref inputs "dbus")))
+              (substitute* "gio/gdbusaddress.c"
+                (("command_line = g_strdup_printf \\(\"dbus-launch")
+                 (string-append "command_line = g_strdup_printf (\""
+                                dbus "/bin/dbus-launch")))
+              #t)))
         (add-before 'build 'pre-build
           (lambda* (#:key inputs outputs #:allow-other-keys)
             ;; For tests/gdatetime.c.
-- 
2.23.0


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

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

* [bug#37379] [PATCH] [core-updates] gnu: glib: Reference dbus-launch by its absolute path.
  2019-09-11 12:32 [bug#37379] [PATCH] [core-updates] gnu: glib: Reference dbus-launch by its absolute path Maxim Cournoyer
@ 2019-10-01 23:41 ` Danny Milosavljevic
  2019-10-02 14:46   ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2019-10-01 23:41 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 37379

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

LGTM!

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* [bug#37379] [PATCH] [core-updates] gnu: glib: Reference dbus-launch by its absolute path.
  2019-10-01 23:41 ` Danny Milosavljevic
@ 2019-10-02 14:46   ` Maxim Cournoyer
  2019-10-21  3:04     ` bug#37379: " Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2019-10-02 14:46 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 37379

Hello Danny!

Danny Milosavljevic <dannym@scratchpost.org> writes:

> LGTM!

Thank you for the review.  I'll delay merging this into core-updates
until it has been merged to master (which should be imminent).

Maxim

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

* bug#37379: [PATCH] [core-updates] gnu: glib: Reference dbus-launch by its absolute path.
  2019-10-02 14:46   ` Maxim Cournoyer
@ 2019-10-21  3:04     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2019-10-21  3:04 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 37379-done

Hello,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hello Danny!
>
> Danny Milosavljevic <dannym@scratchpost.org> writes:
>
>> LGTM!
>
> Thank you for the review.  I'll delay merging this into core-updates
> until it has been merged to master (which should be imminent).
>
> Maxim

Pushed to core-updates as 7da3e81aa1.

Closing,

Maxim

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

end of thread, other threads:[~2019-10-21  3:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11 12:32 [bug#37379] [PATCH] [core-updates] gnu: glib: Reference dbus-launch by its absolute path Maxim Cournoyer
2019-10-01 23:41 ` Danny Milosavljevic
2019-10-02 14:46   ` Maxim Cournoyer
2019-10-21  3:04     ` bug#37379: " Maxim Cournoyer

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