unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39068] gnome-contacts
@ 2020-01-10 13:40 Raghav Gururajan
  0 siblings, 0 replies; only message in thread
From: Raghav Gururajan @ 2020-01-10 13:40 UTC (permalink / raw)
  To: 39068


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

Hello Guix!

Please find the attached patch to fix gnome-contacts.

Regards,
RG.

[-- Attachment #1.2: gnome-contacts.patch --]
[-- Type: text/x-patch, Size: 2259 bytes --]

From f2f36ea0df19e7ea97ca6f1d880677704fda10e1 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 10 Jan 2020 08:33:45 -0500
Subject: [PATCH] gnu: gnome-contacts: Propagate evolution-data-server and
 recategorize some inputs.

* gnu/packages/gnome.scm (gnome-contacts): Propagate evolution-data-server and recategorize some inputs.
---
 gnu/packages/gnome.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e71cc2fee2..eeec0626dd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -614,7 +614,8 @@ commonly used macros.")
                 "17g1gh8yj58cfpdx69h2szivlbjgvv982kmhnkkh0i5bwj0zs2yy"))))
     (build-system meson-build-system)
     (arguments
-     `(#:phases
+     `(#:glib-or-gtk? #t
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'generate-vapis
            (lambda* (#:key inputs #:allow-other-keys)
@@ -627,26 +628,26 @@ commonly used macros.")
                      (string-append goa "/share/gir-1.0/Goa-1.0.gir"))
              #t)))))
     (native-inputs
-     `(("glib:bin" ,glib "bin")
+     `(("gettext" ,gettext-minimal)
+       ("glib:bin" ,glib "bin")
+       ("gobject-introspection" ,gobject-introspection)
        ("gtk+:bin" ,gtk+ "bin")
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("cheese" ,cheese)
        ("docbook-xml" ,docbook-xml)
        ("dockbook-xsl" ,docbook-xsl)
-       ("evolution-data-server" ,evolution-data-server)
-       ("gettext" ,gettext-minimal)
        ("gnome-desktop" ,gnome-desktop)
        ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
-       ("gobject-introspection" ,gobject-introspection)
        ("gst-plugins-base" ,gst-plugins-base)
-       ("gtk+" ,gtk+)
+       ;;("gtk+" ,gtk+)
        ("libgee" ,libgee)
        ("libxslt" ,libxslt)
        ("telepathy-glib" ,telepathy-glib)
        ("vala" ,vala)))
     (propagated-inputs
-     `(("folks", folks)
+     `(("evolution-data-server" ,evolution-data-server)
+       ("folks", folks)
        ("telepathy-mission-control" ,telepathy-mission-control)))
     (synopsis "GNOME's integrated address book")
     (description
-- 
2.24.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-10 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 13:40 [bug#39068] gnome-contacts Raghav Gururajan

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