unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Raghav Gururajan" <raghavgururajan@disroot.org>
To: 38933@debbugs.gnu.org
Subject: [bug#38933] gnu: Add gnome-online-miners
Date: Sun, 05 Jan 2020 01:39:19 +0000	[thread overview]
Message-ID: <73bcca2b733c9845e4bb7c3d95d95499@disroot.org> (raw)

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

Hello Guix!

Please find the attached patch to add gnome-online-miners.

Thank you!

Regards,
RG.

[-- Attachment #2: gnome-online-miners.patch --]
[-- Type: application/octet-stream, Size: 2138 bytes --]

From 6cb71b4039900fd3eb24a6cf0e18327f944a1f1f Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sat, 4 Jan 2020 20:33:38 -0500
Subject: [PATCH] gnu: Add gnome-online-miners.

* gnu/packages/gnome.scm (gnome-online-miners): New variable.
---
 gnu/packages/gnome.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0c3ea5bf57..0024a3e77b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -97,6 +97,7 @@
   #:use-module (gnu packages game-development)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages ghostscript)
+  #:use-module (gnu packages gimp)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnupg)
@@ -246,6 +247,36 @@ Desktop.  It is designed to be as simple as possible and has some unique
 features to enable users to create their discs easily and quickly.")
     (license license:gpl2+)))  
 
+(define-public gnome-online-miners
+  (package
+    (name "gnome-online-miners")
+    (version "3.34.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1n2jz9i8a42zwxx5h8j2gdy6q1vyydh4vl00r0al7w8jzdh24p44"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin")
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("gettext" ,gettext-minimal)
+       ("gnome-online-accounts" ,gnome-online-accounts)
+       ("grilo" ,grilo)
+       ("libgdata" ,libgdata)
+       ("gfbgraph" ,gfbgraph)
+       ("libzapojit", libzapojit)
+       ("rest" ,rest)
+       ("tracker" ,tracker)))
+    (synopsis "")
+    (description "")
+    (home-page "https://gitlab.gnome.org/GNOME/gnome-online-miners")
+    (license license:gpl2)))
+
 (define-public grilo-plugins
   (package
     (name "grilo-plugins")
-- 
2.24.1


             reply	other threads:[~2020-01-05  1:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-05  1:39 Raghav Gururajan [this message]
2020-01-05 10:21 ` [bug#38933] gnu: Add gnome-online-miners Danny Milosavljevic
2020-01-06  5:24   ` Raghav Gururajan
2020-01-09 13:59     ` Danny Milosavljevic
2020-01-09 14:02       ` Raghav Gururajan
2020-01-09 14:18         ` [bug#38933] gnu: Add gnome-online-miners (v2) Raghav Gururajan
2020-01-09 14:53           ` bug#38933: " Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=73bcca2b733c9845e4bb7c3d95d95499@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38933@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).