* [bug#38933] gnu: Add gnome-online-miners
@ 2020-01-05 1:39 Raghav Gururajan
2020-01-05 10:21 ` Danny Milosavljevic
0 siblings, 1 reply; 7+ messages in thread
From: Raghav Gururajan @ 2020-01-05 1:39 UTC (permalink / raw)
To: 38933
[-- 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#38933] gnu: Add gnome-online-miners
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
0 siblings, 1 reply; 7+ messages in thread
From: Danny Milosavljevic @ 2020-01-05 10:21 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: 38933
[-- Attachment #1: Type: text/plain, Size: 35 bytes --]
Missing synopsis and description.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#38933] gnu: Add gnome-online-miners
2020-01-05 10:21 ` Danny Milosavljevic
@ 2020-01-06 5:24 ` Raghav Gururajan
2020-01-09 13:59 ` Danny Milosavljevic
0 siblings, 1 reply; 7+ messages in thread
From: Raghav Gururajan @ 2020-01-06 5:24 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: 38933
[-- 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 --]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#38933] gnu: Add gnome-online-miners
2020-01-06 5:24 ` Raghav Gururajan
@ 2020-01-09 13:59 ` Danny Milosavljevic
2020-01-09 14:02 ` Raghav Gururajan
0 siblings, 1 reply; 7+ messages in thread
From: Danny Milosavljevic @ 2020-01-09 13:59 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: 38933
[-- Attachment #1: Type: text/plain, Size: 127 bytes --]
Hi Raghav,
libgfbgraph is missing.
Please try to build the packages before sending them for inclusion.
BR,
Danny
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#38933] gnu: Add gnome-online-miners
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
0 siblings, 1 reply; 7+ messages in thread
From: Raghav Gururajan @ 2020-01-09 14:02 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: 38933
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
> libgfbgraph is missing.
It was supposed to be ("libgfbgraph" ,gfbgraph). I accidentally
mistyped when I was revising the package definition.
> Please try to build the packages before sending them for inclusion.
I did. It is a typo. I will send the corrected patch now. :-)
Regards,
RG.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#38933] gnu: Add gnome-online-miners (v2)
2020-01-09 14:02 ` Raghav Gururajan
@ 2020-01-09 14:18 ` Raghav Gururajan
2020-01-09 14:53 ` bug#38933: " Danny Milosavljevic
0 siblings, 1 reply; 7+ messages in thread
From: Raghav Gururajan @ 2020-01-09 14:18 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: 38933
[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]
Hi Danny!
> > libgfbgraph is missing.
>
> It was supposed to be ("libgfbgraph" ,gfbgraph). I accidentally
> mistyped when I was revising the package definition.
>
> > Please try to build the packages before sending them for inclusion.
>
> I did. It is a typo. I will send the corrected patch now. :-)
Please find the revised patch (v2) attached with this email.
Regards,
RG.
[-- Attachment #1.2: gnome-online-miners.patch --]
[-- Type: text/x-patch, Size: 2220 bytes --]
From ce54535cb720bb5fca713787309ef2a070eac5a6 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Thu, 9 Jan 2020 09:14:31 -0500
Subject: [PATCH] gnu: Add gnome-online-miners.
* gnu/packages/gnome.scm (gnome-online-miners): New variable.
---
gnu/packages/gnome.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e71cc2fee2..02e988b62e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,41 @@ 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
+ "0pjamwwzn5wqgihyss357dyl2q70r0bngnqmwsqawchx5f9aja9c"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")
+ ("gtk+:bin" ,gtk+ "bin")
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("gnome-online-accounts" ,gnome-online-accounts)
+ ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
+ ("gobject-introspection" ,gobject-introspection)
+ ("grilo" ,grilo)
+ ("libgdata" ,libgdata)
+ ("libgfbgraph" ,gfbgraph)
+ ("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 --]
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-01-09 14:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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
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.