unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: Julien Lepiller <julien@lepiller.eu>
Cc: 38906@debbugs.gnu.org
Subject: [bug#38906] gnu: Add gnome-user-share. (v2)
Date: Thu, 09 Jan 2020 11:21:33 -0500	[thread overview]
Message-ID: <be84b81a1c9841b8349a22dc3e47e8d39b5a572a.camel@disroot.org> (raw)
In-Reply-To: <20200108003415.64eb9734@tachikoma.lepiller.eu>


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

Hello Julien!

> Again, I don't really get what nautilus and gtk+ or yelp-tools are
> doing for the build. Are they used in the build? Aren't they runtime
> dependencies? Does the package work as expected?

I revised the patch with comments. They are needed for nautilus
extension.

> The description
> doesn't really make it clear: does this package provide a library or
> an executable? I think you can skip "free software" in the
> description,
> we wouldn't bind together non free software anyway :)

I will revising all gnome packages one-by-one soon. I am planning to do
the clean-up at that time. So I am willing to leave things as it is for
now. :-)

Please find the revised patch (v2) attached with this email.

Regards,
RG.


[-- Attachment #1.2: gnome-user-share.patch --]
[-- Type: text/x-patch, Size: 2324 bytes --]

From 3266b34db3b2fdc8d4c50f6585253130f5cead87 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Thu, 9 Jan 2020 11:13:33 -0500
Subject: [PATCH] gnu: Add gnome-user-share.

* gnu/packages/gnome.scm (gnome-user-share): New variable.
---
 gnu/packages/gnome.scm | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e71cc2fee2..2496cb8767 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,47 @@ 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-user-share
+  (package
+   (name "gnome-user-share")
+   (version "3.33.1")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "0lf790pyamdyj7180ils8vizjl8brxcg7jsm1iavfp9ay4wa8mz7"))))
+   (build-system meson-build-system)
+   (arguments
+    `(#:glib-or-gtk? #t
+      #:configure-flags
+       `("-Dsystemd=false"
+         "-Dsystemduserunitdir=no"
+         ;; Enable nautilus extension for file sharing.
+         "-Dnautilus_extension=true")))
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("gtk+:bin" ,gtk+ "bin")
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("glib" ,glib)
+      ("gnome-bluetooth" ,gnome-bluetooth)
+      ("gobject-introspection" ,gobject-introspection)
+      ("gtk+" ,gtk+)
+      ("libcanberra" ,libcanberra)
+      ("libnotify" ,libnotify)
+      ("nautilus" ,nautilus)      ; For nautilus extension.
+      ("yelp-tools" ,yelp-tools)))
+   (synopsis "File sharing for GNOME desktop")
+   (description "GNOME User Share is a small package that binds together
+various free software projects to bring easy to use user-level file
+sharing to the masses.")
+   (home-page "https://gitlab.gnome.org/GNOME/gnome-user-share")
+   (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-09 16:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 21:08 [bug#38906] gnu: Add gnome-user-share Raghav Gururajan
2020-01-07 23:34 ` Julien Lepiller
2020-01-09 16:21   ` Raghav Gururajan [this message]
2020-01-12 21:51     ` [bug#38906] gnu: Add gnome-user-share. (v2) Danny Milosavljevic
2020-01-12 21:58     ` Raghav Gururajan
2020-01-12 22:10       ` bug#38906: " Danny Milosavljevic
2020-01-12 22:13       ` [bug#38906] " Raghav Gururajan

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=be84b81a1c9841b8349a22dc3e47e8d39b5a572a.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38906@debbugs.gnu.org \
    --cc=julien@lepiller.eu \
    /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).