diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-06-03 10:57:21 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-24 11:30:56 +0200 |
| commit | 4533d9674ba686b19243d8dcea21641cc5b3a0cd (patch) | |
| tree | 8fea7237269dfe6c311a0dc9362a85640e8b258d /gnu/packages/documentation.scm | |
| parent | b693df9e2deba1ef61e4950616c24340fd53d8bd (diff) | |
gnu: Remove scrollkeeper.
* gnu/packages/documentation.scm (scrollkeeper): Delete variable.
Diffstat (limited to 'gnu/packages/documentation.scm')
| -rw-r--r-- | gnu/packages/documentation.scm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 1de6e3e6897..d45c4dc0a9f 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm | |||
| @@ -399,39 +399,6 @@ can generate rich and plain representations of docstrings, alongside | |||
| 399 | additional metadata about the object to which the docstring belongs.") | 399 | additional metadata about the object to which the docstring belongs.") |
| 400 | (license license:bsd-3))) | 400 | (license license:bsd-3))) |
| 401 | 401 | ||
| 402 | (define-public scrollkeeper | ||
| 403 | (package | ||
| 404 | (name "scrollkeeper") | ||
| 405 | (version "0.3.14") | ||
| 406 | (source | ||
| 407 | (origin | ||
| 408 | (method url-fetch) | ||
| 409 | (uri (string-append "mirror://sourceforge/scrollkeeper/scrollkeeper/" | ||
| 410 | version "/scrollkeeper-" version ".tar.gz")) | ||
| 411 | (sha256 | ||
| 412 | (base32 "1bfxwxc1ngh11v36z899sz9qam366r050fhkyb5adv65lb1x62sa")))) | ||
| 413 | (build-system gnu-build-system) | ||
| 414 | (arguments | ||
| 415 | `(#:configure-flags | ||
| 416 | (list (string-append "--with-xml-catalog=" | ||
| 417 | (assoc-ref %build-inputs "docbook-xml") | ||
| 418 | "/xml/dtd/docbook/catalog.xml")))) | ||
| 419 | (inputs | ||
| 420 | (list perl libxml2 libxslt | ||
| 421 | ;; The configure script checks for either version 4.2 or 4.1.2. | ||
| 422 | docbook-xml-4.2)) | ||
| 423 | (native-inputs | ||
| 424 | (list intltool)) | ||
| 425 | (home-page "https://scrollkeeper.sourceforge.net/") | ||
| 426 | (synopsis "Open Documentation Cataloging Project") | ||
| 427 | (description | ||
| 428 | "ScrollKeeper is a cataloging system for documentation. It manages | ||
| 429 | documentation metadata as specified by the Open Source Metadata Framework and | ||
| 430 | provides a simple API to allow help browsers to find, sort, and search the | ||
| 431 | document catalog. It will also be able to communicate with catalog servers on | ||
| 432 | the Net to search for documents which are not on the local system.") | ||
| 433 | (license license:lgpl2.1+))) | ||
| 434 | |||
| 435 | (define-public zeal | 402 | (define-public zeal |
| 436 | (package | 403 | (package |
| 437 | (name "zeal") | 404 | (name "zeal") |
