all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 38933@debbugs.gnu.org
Subject: [bug#38933] gnu: Add gnome-online-miners
Date: Mon, 06 Jan 2020 00:24:14 -0500	[thread overview]
Message-ID: <2e1c87509c6308e83bf5c2c6b9dad5288d4d7bb7.camel@disroot.org> (raw)
In-Reply-To: <20200105112108.73390ad2@scratchpost.org>


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

Hello Danny!

> Missing synopsis and description.

Please find the revised patch attached with this email.

Regards,
RG.

[-- Attachment #1.2: gnome-online-miners.patch --]
[-- Type: text/x-patch, Size: 2052 bytes --]

From 0371502b059e7e8bc3c9697707476364f5bc44d5 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Mon, 6 Jan 2020 00:21:11 -0500
Subject: [PATCH] gnu: Add gnome-online-miners.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ec06e6d4d2..d53c123729 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,38 @@ 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.30.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" ,libgfbgraph)
+       ("libzapojit" ,libzapojit)
+       ("rest" ,rest)
+       ("tracker" ,tracker)))
+    (synopsis "Web Crawlers for GNOME")
+    (description "GNOME Online Miners provides a set of crawlers that
+go through your online content and index them locally in Tracker.
+It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive.")
+    (home-page "https://wiki.gnome.org/Projects/GnomeOnlineMiners")
+    (license license:gpl2)))
+
 (define-public gnome-menus
   (package
     (name "gnome-menus")
-- 
2.24.1


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

  reply	other threads:[~2020-01-06  5:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-05  1:39 [bug#38933] gnu: Add gnome-online-miners Raghav Gururajan
2020-01-05 10:21 ` Danny Milosavljevic
2020-01-06  5:24   ` Raghav Gururajan [this message]
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

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

  git send-email \
    --in-reply-to=2e1c87509c6308e83bf5c2c6b9dad5288d4d7bb7.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38933@debbugs.gnu.org \
    --cc=dannym@scratchpost.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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.