unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38347] gnome-contacts
@ 2019-11-23 16:32 Raghav Gururajan
  2019-11-23 18:51 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 8+ messages in thread
From: Raghav Gururajan @ 2019-11-23 16:32 UTC (permalink / raw)
  To: 38347


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

Hello Guix!

Please find the attached file containing patch to add gnome-contacts.

Thank you!

Regards,
RG.

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

From 1ea14a09d76e7be1eda9282dafb6ea57b18eae74 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sat, 23 Nov 2019 11:11:29 -0500
Subject: [PATCH] Add gnome-contacts.

---
 gnu/packages/gnome.scm | 51 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cd881b5b87..bbec7eabca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2019 Martin Becze <mjbecze@riseup.net>
 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
+;;; Copyright © 2019 Raghav Gururajan <raghavgururajan@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -468,6 +469,56 @@ can be used to configure a source directory checked out from Git and some
 commonly used macros.")
     (license license:gpl2+)))
 
+(define-public gnome-contacts
+  (package
+    (name "gnome-contacts")
+    (version "3.30.2")
+    (source (origin
+	      (method url-fetch)
+	      (uri (string-append "mirror://gnome/sources/" name "/"
+				  (version-major+minor version) "/"
+				  name "-" version ".tar.xz"))
+	      (sha256
+	       (base32 
+		"1b0pkdwz9yqcv82zzdf76rs2w3wa5zli8pka09wnahikx1ykk43h"))))
+    (build-system meson-build-system)
+    (arguments
+      `(#:phases
+        (modify-phases %standard-phases
+          (add-after 'unpack 'generate-vapis
+            (lambda* (#:key inputs #:allow-other-keys)
+              (invoke "vapigen" "--directory=vapi" "--pkg=gio-2.0"
+                      "--library=goa-1.0"
+                      (string-append (assoc-ref inputs "gnome-online-accounts:lib")
+                                     "/share/gir-1.0/Goa-1.0.gir"))
+              #t)))))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("vala" ,vala)
+       ("glib:bin" ,glib "bin")
+       ("gobject-introspection" ,gobject-introspection)
+       ("libgee" ,libgee)
+       ("evolution-data-server" ,evolution-data-server)
+       ("gnome-desktop" ,gnome-desktop)
+       ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
+       ("cheese" ,cheese)
+       ("gst-plugins-base" ,gst-plugins-base)
+       ("telepathy-glib" ,telepathy-glib)
+       ("gettext" ,gettext-minimal)
+       ("libxslt" ,libxslt)
+       ("docbook-xml" ,docbook-xml)
+       ("dockbook-xsl" ,docbook-xsl)
+       ("gtk+" ,gtk+)
+       ("gtk+:bin" ,gtk+ "bin")))
+    (propagated-inputs
+     `(("folks", folks)
+       ("telepathy-mission-control" ,telepathy-mission-control)))
+    (synopsis "Contacts is GNOME's integrated address book.")
+    (description "It is written in Vala and uses 
+		 libfolks (also written in Vala) and Evolution Data Server.")
+    (home-page "https://wiki.gnome.org/Apps/Contacts")
+    (license gpl2))
+
 (define-public gnome-desktop
   (package
     (name "gnome-desktop")
-- 
2.24.0


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

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

end of thread, other threads:[~2019-12-21  4:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-23 16:32 [bug#38347] gnome-contacts Raghav Gururajan
2019-11-23 18:51 ` Tobias Geerinckx-Rice via Guix-patches via
2019-11-23 20:56   ` [bug#38347] gnome-contacts v2 Raghav Gururajan
2019-12-08 21:36     ` Jonathan Brielmaier
2019-12-09 12:39       ` Raghav Gururajan
2019-12-08 22:16     ` bug#38347: " Ludovic Courtès
2019-12-09 12:44       ` [bug#38347] " Raghav Gururajan
2019-12-21  4:28         ` 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).