[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: yelp-tools: Update package definition.
From: |
guix-commits |
Subject: |
10/12: gnu: yelp-tools: Update package definition. |
Date: |
Fri, 17 Jul 2020 08:36:26 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 5cf8cd45393082a7590215801594efe8eb314b9f
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Jul 15 17:36:28 2020 -0400
gnu: yelp-tools: Update package definition.
* gnu/packages/gnome.scm (yelp-tools): Update package definition.
[propagated-inputs]: Move itstool, libxml2 and libxslt to ...
[native-inputs]: ... here.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 30 +++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7cd480e..0b93438 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6544,31 +6544,27 @@ freedesktop.org help system specification.")
(package
(name "yelp-tools")
(version "3.32.2")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
(build-system gnu-build-system)
(native-inputs
- `(("pkg-config" ,pkg-config)))
- (propagated-inputs
- ;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'.
`(("itstool" ,itstool)
+ ("pkg-config" ,pkg-config)
("xmllint" ,libxml2)
("xsltproc" ,libxslt)))
(inputs
`(("yelp-xsl" ,yelp-xsl)))
+ (synopsis "Tools for Yelp")
+ (description "Yelp-Tools contains small programs that help you create,
edit,
+manage, and publish your Mallard or DocBook documentation.")
(home-page "https://wiki.gnome.org/Apps/Yelp/Tools")
- (synopsis "Yelp documentation tools")
- (description
- "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
-lifting is done by packages like yelp-xsl and itstool. This package just
-wraps things up in a developer-friendly way.")
(license license:gpl2+)))
(define-public libgee
- branch wip-desktop updated (58624e4 -> 1a2ba80), guix-commits, 2020/07/17
- 01/12: gnu: libwpe: Update package definition., guix-commits, 2020/07/17
- 05/12: gnu: Add libcamera., guix-commits, 2020/07/17
- 10/12: gnu: yelp-tools: Update package definition.,
guix-commits <=
- 11/12: gnu: yelp: Update package definition., guix-commits, 2020/07/17
- 09/12: gnu: yelp-xsl: Update package definition., guix-commits, 2020/07/17
- 02/12: gnu: wpebackend-fdo: Update package definition., guix-commits, 2020/07/17
- 03/12: gnu: woff2: Update package definition., guix-commits, 2020/07/17
- 04/12: gnu: Add wpewebkit., guix-commits, 2020/07/17
- 12/12: gnu: zenity: Update package definition., guix-commits, 2020/07/17
- 06/12: gnu: Add xmltoman., guix-commits, 2020/07/17
- 08/12: gnu: webkitgtk: Update package definition., guix-commits, 2020/07/17
- 07/12: gnu: pipewire: Update package definition., guix-commits, 2020/07/17