mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: phodav: Update to 3.0.
* gnu/packages/gnome.scm (phodav): Update to 3.0. [native-inputs]: Remove labels. [inputs]: Replace libsoup-minimal-2 with libsoup.
This commit is contained in:
parent
c0e51f87d8
commit
776b59df4e
1 changed files with 40 additions and 38 deletions
|
@ -1184,7 +1184,7 @@ (define-public mm-common
|
|||
(define-public phodav
|
||||
(package
|
||||
(name "phodav")
|
||||
(version "2.5")
|
||||
(version "3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1192,7 +1192,7 @@ (define-public phodav
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"045rdzf8isqmzix12lkz6z073b5qvcqq6ad028advm5gf36skw3i"))))
|
||||
"1l9qs70yvwi9r8ph081mrsdy412kk0m9l9pgy77hsc2hdp8c4bir"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -1209,14 +1209,16 @@ (define-public phodav
|
|||
(lambda _
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
`(("docbook-xml" ,docbook-xml-4.3)
|
||||
("gettext" ,gettext-minimal)
|
||||
("glib:bin" ,glib "bin")
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(list docbook-xml-4.3
|
||||
gettext-minimal
|
||||
`(,glib "bin")
|
||||
gsettings-desktop-schemas
|
||||
gtk-doc/stable
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list avahi libgudev libsoup-minimal-2))
|
||||
(list avahi
|
||||
libgudev
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue