[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: yelp-xsl: Make some cosmetic changes.
From: |
guix-commits |
Subject: |
01/16: gnu: yelp-xsl: Make some cosmetic changes. |
Date: |
Tue, 1 Dec 2020 16:06:24 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 2394b76bd223f5903e325f1f0e6d6b6fe69d00ed
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Sep 24 04:02:14 2020 -0400
gnu: yelp-xsl: Make some cosmetic changes.
* gnu/packages/gnome.scm (yelp-xsl): Make some cosmetic changes.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 05499bc..903c741 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6692,24 +6692,25 @@ of running programs and invoke methods on those
interfaces.")
(package
(name "yelp-xsl")
(version "3.34.2")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext-minimal" ,gettext-minimal)
("itstool" ,itstool)
("xmllint" ,libxml2)))
- (home-page "https://wiki.gnome.org/Apps/Yelp")
(synopsis "XSL stylesheets for Yelp")
(description
"Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
to format Docbook and Mallard documents.")
+ (home-page "https://wiki.gnome.org/Apps/Yelp")
(license license:gpl2+)))
(define-public yelp
- branch master updated (af1225a -> 27866b7), guix-commits, 2020/12/01
- 01/16: gnu: yelp-xsl: Make some cosmetic changes.,
guix-commits <=
- 03/16: gnu: yelp-xsl: Enable documentation., guix-commits, 2020/12/01
- 02/16: gnu: yelp-xsl: Update to 3.36.0., guix-commits, 2020/12/01
- 05/16: gnu: yelp-xsl: Update license., guix-commits, 2020/12/01
- 06/16: gnu: yelp-tools: Make some cosmetic changes., guix-commits, 2020/12/01
- 09/16: gnu: gobject-introspection: Update to 1.64.1., guix-commits, 2020/12/01
- 15/16: gnu: openjpeg: Enable tests., guix-commits, 2020/12/01
- 13/16: gnu: pixman: Enable some features., guix-commits, 2020/12/01
- 07/16: gnu: yelp-tools: De-propagate some inputs., guix-commits, 2020/12/01
- 08/16: gnu: gobject-introspection: Make some cosmetic changes., guix-commits, 2020/12/01
- 16/16: gnu: openjpeg: Update synopsis and description., guix-commits, 2020/12/01