diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-20 14:40:45 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-21 00:44:01 -0400 |
| commit | 579e8fd00302f72350b7f7d43cce63012a315f39 (patch) | |
| tree | 46a695f03099a3eb9c4a269ee0ccd278582345f2 | |
| parent | f1d62ca272a719e32f1e8d39e40420c107780101 (diff) | |
gnu: docbook-xml-5: Make it the default docbook-xml.
* gnu/packages/docbook.scm (docbook-xml-5): Rename to...
(docbook-xml): ... this, renaming the previous one to...
(docbook-xml-4.5): ... this.
(docbook2x) [inputs]: Replace docbook-xml with docbook-xml-4.5.
* gnu/packages/freedesktop.scm (wayland) [native-inputs]: Likewise.
* gnu/packages/freedesktop.scm (elogind): Likewise.
* gnu/packages/databases.scm (postgresql-15): Likewise.
* gnu/packages/documentation.scm (asciidoc): Likewise.
* gnu/packages/networking.scm (iputils)
[native-inputs]: Replace docbook-xml-5 with docbook-xml.
| -rw-r--r-- | gnu/packages/databases.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/docbook.scm | 9 | ||||
| -rw-r--r-- | gnu/packages/documentation.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/freedesktop.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/networking.scm | 2 |
5 files changed, 9 insertions, 10 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 5a1f17aa7a6..4cd0d61da8f 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -1223,7 +1223,7 @@ and high-availability (HA).") | |||
| 1223 | (invoke "make" "postgres.info") | 1223 | (invoke "make" "postgres.info") |
| 1224 | (install-file "postgres.info" | 1224 | (install-file "postgres.info" |
| 1225 | (string-append #$output "/share/info")))))))) | 1225 | (string-append #$output "/share/info")))))))) |
| 1226 | (native-inputs (list docbook-xml docbook2x libxml2 perl texinfo)) | 1226 | (native-inputs (list docbook-xml-4.5 docbook2x libxml2 perl texinfo)) |
| 1227 | (inputs (list readline `(,util-linux "lib") openssl zlib)) | 1227 | (inputs (list readline `(,util-linux "lib") openssl zlib)) |
| 1228 | (home-page "https://www.postgresql.org/") | 1228 | (home-page "https://www.postgresql.org/") |
| 1229 | (synopsis "Powerful object-relational database system") | 1229 | (synopsis "Powerful object-relational database system") |
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 8778ff17180..f8a9edd7690 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | #:use-module (guix build-system trivial) | 50 | #:use-module (guix build-system trivial) |
| 51 | #:use-module (guix build-system python)) | 51 | #:use-module (guix build-system python)) |
| 52 | 52 | ||
| 53 | (define-public docbook-xml-5 | 53 | (define-public docbook-xml |
| 54 | (package | 54 | (package |
| 55 | (name "docbook-xml") | 55 | (name "docbook-xml") |
| 56 | (version "5.1") | 56 | (version "5.1") |
| @@ -97,10 +97,9 @@ suited to books and papers about computer hardware and software (though it is | |||
| 97 | by no means limited to these applications.) This package provides XML DTDs.") | 97 | by no means limited to these applications.) This package provides XML DTDs.") |
| 98 | (license (license:x11-style "" "See file headers.")))) | 98 | (license (license:x11-style "" "See file headers.")))) |
| 99 | 99 | ||
| 100 | (define-public docbook-xml | 100 | (define-public docbook-xml-4.5 |
| 101 | (package | 101 | (package |
| 102 | (inherit docbook-xml-5) | 102 | (inherit docbook-xml) |
| 103 | (name "docbook-xml") | ||
| 104 | (version "4.5") | 103 | (version "4.5") |
| 105 | (source (origin | 104 | (source (origin |
| 106 | (method url-fetch/zipbomb) | 105 | (method url-fetch/zipbomb) |
| @@ -709,7 +708,7 @@ Detect the differences in markup between two SGML files. | |||
| 709 | (build-system gnu-build-system) | 708 | (build-system gnu-build-system) |
| 710 | (inputs | 709 | (inputs |
| 711 | `(("bash-minimal" ,bash-minimal) | 710 | `(("bash-minimal" ,bash-minimal) |
| 712 | ("docbook-xml" ,docbook-xml) | 711 | ("docbook-xml" ,docbook-xml-4.5) |
| 713 | ("perl" ,perl) | 712 | ("perl" ,perl) |
| 714 | ("perl-xml-namespacesupport" ,perl-xml-namespacesupport) | 713 | ("perl-xml-namespacesupport" ,perl-xml-namespacesupport) |
| 715 | ("perl-xml-parser" ,perl-xml-parser) | 714 | ("perl-xml-parser" ,perl-xml-parser) |
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 4cf3a2ca4c0..27903a1ffeb 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm | |||
| @@ -166,7 +166,7 @@ release/xsl/current") | |||
| 166 | (native-inputs | 166 | (native-inputs |
| 167 | (list autoconf)) | 167 | (list autoconf)) |
| 168 | (inputs | 168 | (inputs |
| 169 | (list python docbook-xml docbook-xsl libxml2 libxslt)) | 169 | (list python docbook-xml-4.5 docbook-xsl libxml2 libxslt)) |
| 170 | (home-page "https://asciidoc.org/") | 170 | (home-page "https://asciidoc.org/") |
| 171 | (synopsis "Text-based document generation system") | 171 | (synopsis "Text-based document generation system") |
| 172 | (description | 172 | (description |
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 72d29c7b14d..29121ca7117 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm | |||
| @@ -760,7 +760,7 @@ the freedesktop.org XDG Base Directory specification.") | |||
| 760 | (substitute* "src/login/elogind.c" | 760 | (substitute* "src/login/elogind.c" |
| 761 | (("\"/run/elogind.pid\"") "\"/run/systemd/elogind.pid\""))))))) | 761 | (("\"/run/elogind.pid\"") "\"/run/systemd/elogind.pid\""))))))) |
| 762 | (native-inputs | 762 | (native-inputs |
| 763 | `(("docbook-xml" ,docbook-xml) | 763 | `(("docbook-xml" ,docbook-xml-4.5) |
| 764 | ("docbook-xml-4.2" ,docbook-xml-4.2) | 764 | ("docbook-xml-4.2" ,docbook-xml-4.2) |
| 765 | ("docbook-xsl" ,docbook-xsl) | 765 | ("docbook-xsl" ,docbook-xsl) |
| 766 | ("gettext" ,gettext-minimal) | 766 | ("gettext" ,gettext-minimal) |
| @@ -1188,7 +1188,7 @@ Python.") | |||
| 1188 | (native-inputs | 1188 | (native-inputs |
| 1189 | (append | 1189 | (append |
| 1190 | (list docbook-xml-4.2 | 1190 | (list docbook-xml-4.2 |
| 1191 | docbook-xml | 1191 | docbook-xml-4.5 |
| 1192 | docbook-xsl | 1192 | docbook-xsl |
| 1193 | graphviz | 1193 | graphviz |
| 1194 | doxygen | 1194 | doxygen |
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 9fbdba57a3a..df3a5129cb3 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -1609,7 +1609,7 @@ intended as a substitute for the PPPStatus and EthStatus projects.") | |||
| 1609 | `(("gettext" ,gettext-minimal) | 1609 | `(("gettext" ,gettext-minimal) |
| 1610 | ("pkg-config" ,pkg-config) | 1610 | ("pkg-config" ,pkg-config) |
| 1611 | ("docbook-xsl" ,docbook-xsl) | 1611 | ("docbook-xsl" ,docbook-xsl) |
| 1612 | ("docbook-xml" ,docbook-xml-5) | 1612 | ("docbook-xml" ,docbook-xml) |
| 1613 | ("libxml2" ,libxml2) ;for XML_CATALOG_FILES | 1613 | ("libxml2" ,libxml2) ;for XML_CATALOG_FILES |
| 1614 | ("xsltproc" ,libxslt))) | 1614 | ("xsltproc" ,libxslt))) |
| 1615 | (inputs | 1615 | (inputs |
