all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40019] gnu: Add phodav.
@ 2020-03-10 21:57 Raghav Gururajan
  2020-03-11 15:14 ` bug#40019: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2020-03-10 21:57 UTC (permalink / raw)
  To: 40019; +Cc: dannym

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

Hello Guix!

Please find the attached patch to add 'phodav' package to guix.

Regards,
Raghav "RG" Gururajan.

[-- Attachment #2: phodav.patch --]
[-- Type: application/octet-stream, Size: 1887 bytes --]

From 588d550327fd7f4b73252bfcaaaa156a07ea612c Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 10 Mar 2020 17:51:17 -0400
Subject: [PATCH] gnu: Add phodav.

* gnu/packages/gnome.scm (phodav): 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 336d10c923..6434c96dcc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,37 @@ 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 phodav
+  (package
+   (name "phodav")
+   (version "2.4")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "1hxq8c5qfah3w7mxcyy3yhzdgswplll31a69p5mqdl04bsvw5pbx"))))
+   (build-system meson-build-system)
+   (arguments
+    `(#:glib-or-gtk? #t))
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("gtk-doc" ,gtk-doc)
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("avahi" ,avahi)
+      ("libgudev" ,libgudev)
+      ("libsoup" ,libsoup)))
+   (synopsis "WebDav server implementation using libsoup")
+   (description "PhoDav was initially developed as a file-sharing mechanism for Spice,
+but it is generic enough to be reused in other projects,
+in particular in the GNOME desktop.")
+   (home-page "https://wiki.gnome.org/phodav")
+   (license license:lgpl2.1+)))
+
 (define-public gnome-color-manager
   (package
    (name "gnome-color-manager")
-- 
2.25.1


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

* bug#40019: gnu: Add phodav.
  2020-03-10 21:57 [bug#40019] gnu: Add phodav Raghav Gururajan
@ 2020-03-11 15:14 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2020-03-11 15:14 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 40019-done

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

Hi RG,

On Tue, 10 Mar 2020 21:57:35 +0000
"Raghav Gururajan" <raghavgururajan@disroot.org> wrote:

> Please find the attached patch to add 'phodav' package to guix.

I've tried it both with #:glib-or-gtk? #t and #:glib-or-gtk? #f and then compared
the result using diffoscope there's no functional difference.

Therefore, I left the #:glib-or-gtk? off.

Pushed to guix master as commit e05ce17dbc96f5cc9edecccf4587867a16b1489a.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-03-11 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 21:57 [bug#40019] gnu: Add phodav Raghav Gururajan
2020-03-11 15:14 ` bug#40019: " 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.