Archived
1
0
Fork 0

gnu: yelp-tools: Make some cosmetic changes.

* gnu/packages/gnome.scm (yelp-tools): Make some cosmetic changes.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-09-24 04:14:35 -04:00 committed by Danny Milosavljevic
parent 695cdc8798
commit 416b1b9f56
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -6768,31 +6768,31 @@ freedesktop.org help system specification.")
(package (package
(name "yelp-tools") (name "yelp-tools")
(version "3.32.2") (version "3.32.2")
(source (origin (source
(origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri
(string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
"1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs
`(("yelp-xsl" ,yelp-xsl)))
(propagated-inputs (propagated-inputs
;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'.
`(("itstool" ,itstool) `(("itstool" ,itstool)
("xmllint" ,libxml2) ("xmllint" ,libxml2)
("xsltproc" ,libxslt))) ("xsltproc" ,libxslt)))
(inputs
`(("yelp-xsl" ,yelp-xsl)))
(home-page "https://wiki.gnome.org/Apps/Yelp/Tools")
(synopsis "Yelp documentation tools") (synopsis "Yelp documentation tools")
(description (description
"Yelp-tools is a collection of scripts and build utilities to help create, "Yelp-tools is a collection of scripts and build utilities to help create,
manage, and publish documentation for Yelp and the web. Most of the heavy manage, and publish documentation for Yelp and the web. Most of the heavy
lifting is done by packages like yelp-xsl and itstool. This package just lifting is done by packages like yelp-xsl and itstool. This package just
wraps things up in a developer-friendly way.") wraps things up in a developer-friendly way.")
(home-page "https://wiki.gnome.org/Apps/Yelp/Tools")
(license license:gpl2+))) (license license:gpl2+)))
(define-public libgee (define-public libgee