summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Wicki <gabriel@erlikon.ch>2024-11-05 23:23:50 +0100
committerVagrant Cascadian <vagrant@debian.org>2024-12-10 22:35:12 -0800
commit6f8c8a86d827627f503a803381bce7fbcf8f39a0 (patch)
treefed23c3f996d074d8f3fc55d98399b906fac51c2
parent1b7c85f24ea6bf455a31cb289dabeadff27687f1 (diff)
gnu: Fix synopsis in miscelaneous packages.
* gnu/packages/astronomy.scm (calcmysky-qt5): Fix synopsis. * gnu/packages/base.scm (hello): Fix synopsis. * gnu/packages/bioinformatics.scm (vembrane): Fix synopsis. * gnu/packages/browser-extensions.scm (passff): Fix synopsis. * gnu/packages/browser-extensions.scm (noscript): Fix synopsis. * gnu/packages/c.scm (orangeduck-mpc): Fix synopsis. * gnu/packages/cran.scm (r-d3r): Fix synopsis. * gnu/packages/docbook.scm (docbook-mathml-1.0): Fix synopsis. * gnu/packages/finance.scm (flowee): Fix synopsis. * gnu/packages/firmware.scm (seabios): Fix synopsis. * gnu/packages/games.scm (pinball): Fix synopsis. (morris): Fix synopsis. * gnu/packages/gawk.scm (cppawk-egawk): Fix synopsis. * gnu/packages/gnome.scm (gssdp): Fix synopsis. * gnu/packages/gstreamer.scm (gst-plugins-espeak): Fix synopsis. * gnu/packages/heads.scm (musl-cross): Fix synopsis. * gnu/packages/irc.scm (epic5): Fix synopsis. * gnu/packages/kde-pim.scm (itinerary): Fix synopsis. * gnu/packages/kde-plasma.scm (mpvqt): Fix synopsis. * gnu/packages/lesstif.scm (motif): Fix synopsis. * gnu/packages/linux.scm (ecryptfs-utils): Fix synopsis. * gnu/packages/linux.scm (falcosecurity-libs): Fix synopsis. * gnu/packages/mail.scm (pan): Fix synopsis. * gnu/packages/messaging.scm (biboumi): Fix synopsis. * gnu/packages/ocaml.scm (ocaml-ppx-import): Fix synopsis. * gnu/packages/pascal.scm (p2c): Fix synopsis. * gnu/packages/pdf.scm (unpaper): Fix synopsis. * gnu/packages/pure.scm (pure): Fix synopsis. * gnu/packages/qt.scm (qxlsx-qt5): Fix synopsis. * gnu/packages/smalltalk.scm (smalltalk): Fix synopsis. * gnu/packages/sugar.scm (sugar): Fix synopsis. * gnu/packages/terminals.scm (roxterm): Fix synopsis. * gnu/packages/virtualization.scm (xen): Fix synopsis. * gnu/packages/vpn.scm (sshoot): Fix synopsis. * gnu/packages/web.scm (buku-run): Fix synopsis. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
-rw-r--r--gnu/packages/astronomy.scm2
-rw-r--r--gnu/packages/base.scm2
-rw-r--r--gnu/packages/bioinformatics.scm2
-rw-r--r--gnu/packages/browser-extensions.scm4
-rw-r--r--gnu/packages/c.scm2
-rw-r--r--gnu/packages/cran.scm2
-rw-r--r--gnu/packages/docbook.scm2
-rw-r--r--gnu/packages/finance.scm2
-rw-r--r--gnu/packages/firmware.scm2
-rw-r--r--gnu/packages/games.scm4
-rw-r--r--gnu/packages/gawk.scm2
-rw-r--r--gnu/packages/gnome.scm3
-rw-r--r--gnu/packages/gstreamer.scm2
-rw-r--r--gnu/packages/heads.scm2
-rw-r--r--gnu/packages/irc.scm2
-rw-r--r--gnu/packages/kde-pim.scm2
-rw-r--r--gnu/packages/kde-plasma.scm2
-rw-r--r--gnu/packages/lesstif.scm2
-rw-r--r--gnu/packages/linux.scm4
-rw-r--r--gnu/packages/mail.scm2
-rw-r--r--gnu/packages/messaging.scm2
-rw-r--r--gnu/packages/ocaml.scm2
-rw-r--r--gnu/packages/pascal.scm2
-rw-r--r--gnu/packages/pdf.scm2
-rw-r--r--gnu/packages/pure.scm2
-rw-r--r--gnu/packages/qt.scm2
-rw-r--r--gnu/packages/smalltalk.scm2
-rw-r--r--gnu/packages/sugar.scm2
-rw-r--r--gnu/packages/terminals.scm2
-rw-r--r--gnu/packages/virtualization.scm2
-rw-r--r--gnu/packages/vpn.scm2
-rw-r--r--gnu/packages/web.scm2
32 files changed, 35 insertions, 36 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index eda949fc344..112004428b8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -349,7 +349,7 @@ rendering of the atmosphere model and examine its properties.
349 (inputs 349 (inputs
350 (modify-inputs (package-inputs calcmysky) 350 (modify-inputs (package-inputs calcmysky)
351 (replace "qtbase" qtbase-5))) 351 (replace "qtbase" qtbase-5)))
352 (synopsis "Qt5 build for the CalcMySky library."))) 352 (synopsis "Qt5 build for the CalcMySky library")))
353 353
354(define-public casacore 354(define-public casacore
355 (package 355 (package
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b3f54798c42..3a46ad2ec5a 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -108,7 +108,7 @@
108 (base32 108 (base32
109 "086vqwk2wl8zfs47sq2xpjc9k066ilmb8z6dn0q6ymwjzlm196cd")))) 109 "086vqwk2wl8zfs47sq2xpjc9k066ilmb8z6dn0q6ymwjzlm196cd"))))
110 (build-system gnu-build-system) 110 (build-system gnu-build-system)
111 (synopsis "Hello, GNU world: An example GNU package") 111 (synopsis "Example GNU package")
112 (description 112 (description
113 "GNU Hello prints the message \"Hello, world!\" and then exits. It 113 "GNU Hello prints the message \"Hello, world!\" and then exits. It
114serves as an example of standard GNU coding practices. As such, it supports 114serves as an example of standard GNU coding practices. As such, it supports
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dc51a15a2dd..b80efd85d71 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20373,7 +20373,7 @@ repeated areas between contigs.")
20373 (native-inputs 20373 (native-inputs
20374 (list poetry python-pytest)) 20374 (list poetry python-pytest))
20375 (home-page "https://github.com/vembrane/vembrane") 20375 (home-page "https://github.com/vembrane/vembrane")
20376 (synopsis "Filter VCF/BCF files with Python expressions.") 20376 (synopsis "Filter VCF/BCF files with Python expressions")
20377 (description "Vembrane simultaneously filters variants based on 20377 (description "Vembrane simultaneously filters variants based on
20378any INFO or FORMAT field, CHROM, POS, ID, REF, ALT, QUAL, FILTER, and the 20378any INFO or FORMAT field, CHROM, POS, ID, REF, ALT, QUAL, FILTER, and the
20379annotation field ANN. When filtering based on ANN, annotation entries are 20379annotation field ANN. When filtering based on ANN, annotation entries are
diff --git a/gnu/packages/browser-extensions.scm b/gnu/packages/browser-extensions.scm
index 50b76742156..47505eb3c8e 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -214,7 +214,7 @@ properly.")
214 (lambda _ 214 (lambda _
215 (substitute* "src/manifest.json" 215 (substitute* "src/manifest.json"
216 (("_VERSIONHOLDER_") ,version))))))) 216 (("_VERSIONHOLDER_") ,version)))))))
217 (synopsis "zx2c4 pass management extension for Mozilla Firefox") 217 (synopsis "Pass management extension for Mozilla Firefox")
218 (description "This extension will allow you to access your zx2c4 pass 218 (description "This extension will allow you to access your zx2c4 pass
219repository directly from your web browser. You can choose to automatically 219repository directly from your web browser. You can choose to automatically
220fill and submit login forms if a matching password entry is found.") 220fill and submit login forms if a matching password entry is found.")
@@ -270,7 +270,7 @@ with the @uref{https://keepassxc.org, KeePassXC} password manager.")
270 (arguments 270 (arguments
271 `(#:install-plan '(("." ,(assq-ref properties 'addon-id))))) 271 `(#:install-plan '(("." ,(assq-ref properties 'addon-id)))))
272 (home-page "https://noscript.net") 272 (home-page "https://noscript.net")
273 (synopsis "Software providing extra protection for various browsers.") 273 (synopsis "Software providing extra protection for various browsers")
274 (description "The NoScript Security Suite is a software providing extra 274 (description "The NoScript Security Suite is a software providing extra
275protection for web browsers.") 275protection for web browsers.")
276 (license license:gpl3+))) 276 (license license:gpl3+)))
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 13fdb99424e..07df24d4e1e 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1376,7 +1376,7 @@ Telemetry Transport (MQTT) publish-subscribe messaging protocol.")
1376 " ")))) 1376 " "))))
1377 (delete 'configure)))) 1377 (delete 'configure))))
1378 (home-page "https://github.com/orangeduck/mpc") 1378 (home-page "https://github.com/orangeduck/mpc")
1379 (synopsis "Parser Combinator library for C ") 1379 (synopsis "Parser Combinator library for C")
1380 (description "@code{mpc} is a lightweight Parser Combinator library for C. 1380 (description "@code{mpc} is a lightweight Parser Combinator library for C.
1381@code{mpc} can help with tasks such as: 1381@code{mpc} can help with tasks such as:
1382@itemize 1382@itemize
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 72e751c4af9..d919bd39e66 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7429,7 +7429,7 @@ Bootstrap themes, which are packaged for use with Shiny applications.")
7429 "1m4i3kqzkz7w06sp9zqcy9f88xpdhi7cqih3phdrf4yjmfk1pfjg")))) 7429 "1m4i3kqzkz7w06sp9zqcy9f88xpdhi7cqih3phdrf4yjmfk1pfjg"))))
7430 ("r-testthat" ,r-testthat))) 7430 ("r-testthat" ,r-testthat)))
7431 (home-page "https://github.com/timelyportfolio/d3r") 7431 (home-page "https://github.com/timelyportfolio/d3r")
7432 (synopsis "d3.js utilities for R") 7432 (synopsis "Data visualization utilities for R")
7433 (description 7433 (description
7434 "This package provides a suite of functions to help ease the use of the 7434 "This package provides a suite of functions to help ease the use of the
7435d3.js visualization library in R. These helpers include 7435d3.js visualization library in R. These helpers include
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 02cea45e974..990e0a38fd5 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -334,7 +334,7 @@ downloading from @var{source}, where @var{version} is a string and
334 (list docbook-xml-4.1.2)) 334 (list docbook-xml-4.1.2))
335 (home-page 335 (home-page
336 "https://www.oasis-open.org/docbook/xml/mathml/1.0/index.1.shtml") 336 "https://www.oasis-open.org/docbook/xml/mathml/1.0/index.1.shtml")
337 (synopsis "MathML support for DocBook XML V4.1.2.") 337 (synopsis "MathML support for DocBook XML V4.1.2")
338 (description "The DocBook MathML Module is an extension to DocBook XML 338 (description "The DocBook MathML Module is an extension to DocBook XML
339V4.1.2 that adds support for MathML in equation markup.") 339V4.1.2 that adds support for MathML in equation markup.")
340 (license (license:non-copyleft "" "See file headers.")))) 340 (license (license:non-copyleft "" "See file headers."))))
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index bc9e7abef84..89df31f838c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1959,7 +1959,7 @@ Supported crypto-currencies:
1959 (native-inputs 1959 (native-inputs
1960 (list pkg-config qttools-5 util-linux)) ; provides the hexdump command for tests 1960 (list pkg-config qttools-5 util-linux)) ; provides the hexdump command for tests
1961 (home-page "https://flowee.org") 1961 (home-page "https://flowee.org")
1962 (synopsis "Flowee infrastructure tools and services") 1962 (synopsis "Infrastructure tools and services")
1963 (description 1963 (description
1964 "Flowee packages all tier-1 applications and services from the Flowee group. 1964 "Flowee packages all tier-1 applications and services from the Flowee group.
1965This includes components like The Hub and Indexer which and various others 1965This includes components like The Hub and Indexer which and various others
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 4b8066c5456..868be8488c8 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -657,7 +657,7 @@ executing in M-mode.")
657 (install-file "out/bios.bin" 657 (install-file "out/bios.bin"
658 (string-append #$output "/share/firmware"))))))) 658 (string-append #$output "/share/firmware")))))))
659 (home-page "https://www.seabios.org/SeaBIOS") 659 (home-page "https://www.seabios.org/SeaBIOS")
660 (synopsis "x86 BIOS implementation") 660 (synopsis "BIOS implementation")
661 (description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS 661 (description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS
662can run in an emulator or it can run natively on X86 hardware with the use of 662can run in an emulator or it can run natively on X86 hardware with the use of
663coreboot.") 663coreboot.")
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9c7316ff2c2..ca829d49c48 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5466,7 +5466,7 @@ logging, so games can be viewed again.")
5466 (symlink "README.md" "README") 5466 (symlink "README.md" "README")
5467 (invoke "autoreconf" "-vif")))))) 5467 (invoke "autoreconf" "-vif"))))))
5468 (home-page "https://pinball.sourceforge.net") 5468 (home-page "https://pinball.sourceforge.net")
5469 (synopsis "Pinball simulator") 5469 (synopsis "Pinball machine simulator")
5470 (description "The Emilia Pinball Project is a pinball simulator. There 5470 (description "The Emilia Pinball Project is a pinball simulator. There
5471are only two levels to play with, but they are very addictive.") 5471are only two levels to play with, but they are very addictive.")
5472 (license license:gpl2))) 5472 (license license:gpl2)))
@@ -11298,7 +11298,7 @@ well as for converting engines between UCI and UGI.")
11298 gnu-gettext libtool glib gtk+-2 boost)) 11298 gnu-gettext libtool glib gtk+-2 boost))
11299 (arguments `(#:tests? #f)) 11299 (arguments `(#:tests? #f))
11300 (home-page "http://nine-mens-morris.net/downloads.html") 11300 (home-page "http://nine-mens-morris.net/downloads.html")
11301 (synopsis "Morris is an implementation of the board game Nine Men's Morris") 11301 (synopsis "Implementation of the board game Nine Men's Morris")
11302 (description "Morris is an implementation of the board game Nine Men's Morris. 11302 (description "Morris is an implementation of the board game Nine Men's Morris.
11303It supports not only the standard game, but also several rule-variants and different 11303It supports not only the standard game, but also several rule-variants and different
11304board layouts. You can play against the computer, or simply use the program to 11304board layouts. You can play against the computer, or simply use the program to
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 6a77a692f5a..730af0761c6 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -261,4 +261,4 @@ programs can be captured and transferred to systems that have Awk but not
261 (modify-inputs (package-inputs cppawk) 261 (modify-inputs (package-inputs cppawk)
262 (delete "gawk-mpfr") 262 (delete "gawk-mpfr")
263 (prepend egawk-next))) 263 (prepend egawk-next)))
264 (synopsis "cppawk that calls Enhanced GNU Awk by default"))) 264 (synopsis "Wrapper script that adds C preprocessing to Enhanced GNU Awk")))
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 73b0b6b895e..b4016a2fbcf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1381,8 +1381,7 @@ It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive.")
1381 (propagated-inputs 1381 (propagated-inputs
1382 ;; The .pc file "Requires" libsoup. 1382 ;; The .pc file "Requires" libsoup.
1383 (list libsoup)) 1383 (list libsoup))
1384 (synopsis "GObject-based API over @acronym{SSDP, Simple Service Discovery 1384 (synopsis "GNOME GObject-based API over @acronym{SSDP, Simple Service Discovery Protocol}")
1385Protocol} for GNOME")
1386 (description "This package provides a library to handle resource discovery 1385 (description "This package provides a library to handle resource discovery
1387and announcement over @acronym{SSDP, Simple Service Discovery Protocol} and 1386and announcement over @acronym{SSDP, Simple Service Discovery Protocol} and
1388a debugging tool, @command{gssdp-device-sniffer}.") 1387a debugging tool, @command{gssdp-device-sniffer}.")
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 13c8734e68a..c4fb8b9b4d0 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1185,7 +1185,7 @@ mp3, you can use gst123 to play all your music files.")
1185 (native-inputs 1185 (native-inputs
1186 (list autoconf automake libtool pkg-config)) 1186 (list autoconf automake libtool pkg-config))
1187 (home-page "http://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak") 1187 (home-page "http://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak")
1188 (synopsis "Use espeak ") 1188 (synopsis "Use espeak")
1189 (description "This is a Gstreamer @code{src} plugin to use the espeak 1189 (description "This is a Gstreamer @code{src} plugin to use the espeak
1190speech synthesizer as a sound source.") 1190speech synthesizer as a sound source.")
1191 (license license:lgpl2.0+)))) 1191 (license license:lgpl2.0+))))
diff --git a/gnu/packages/heads.scm b/gnu/packages/heads.scm
index e03f8014c2a..a176253122d 100644
--- a/gnu/packages/heads.scm
+++ b/gnu/packages/heads.scm
@@ -162,7 +162,7 @@ done
162 (base32 "18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k")))))) 162 (base32 "18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k"))))))
163 (supported-systems (remove target-hurd? %supported-systems)) 163 (supported-systems (remove target-hurd? %supported-systems))
164 (home-page "https://github.com/osresearch/heads") 164 (home-page "https://github.com/osresearch/heads")
165 (synopsis "Musl-cross gcc 5 toolchain") 165 (synopsis "Cross gcc 5 toolchain")
166 (description "Musl-cross toolchain: binutils, gcc 5 and musl.") 166 (description "Musl-cross toolchain: binutils, gcc 5 and musl.")
167 (license license:isc)))) 167 (license license:isc))))
168 168
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index cd21778c60d..38f845ff390 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -796,7 +796,7 @@ other enhancements and bug fixes.")
796 (native-inputs 796 (native-inputs
797 (list pkg-config)) 797 (list pkg-config))
798 (home-page "http://epicsol.org") 798 (home-page "http://epicsol.org")
799 (synopsis "Epic5 IRC Client") 799 (synopsis "IRC Client")
800 (description 800 (description
801 "EPIC is a IRC client that has been under active development for 801 "EPIC is a IRC client that has been under active development for
802over 20 years. It is stable and mature, and offers an excellent ircII 802over 20 years. It is stable and mature, and offers an excellent ircII
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index f34fe090577..5d546b7d4cc 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -435,7 +435,7 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.")
435 sonnet 435 sonnet
436 zlib)) 436 zlib))
437 (home-page "https://invent.kde.org/pim/itinerary") 437 (home-page "https://invent.kde.org/pim/itinerary")
438 (synopsis "Itinerary and boarding pass management") 438 (synopsis "Boarding pass and itinerary management")
439 (description 439 (description
440 "This package provides a tool for managing itinerary and boarding pass 440 "This package provides a tool for managing itinerary and boarding pass
441information.") 441information.")
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e30f6def406..817126f3e1d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1831,7 +1831,7 @@ KF5/Qt5 to KF6/Qt6")
1831 (arguments 1831 (arguments
1832 (list #:qtbase qtbase)) 1832 (list #:qtbase qtbase))
1833 (home-page "https://invent.kde.org/libraries/mpvqt") 1833 (home-page "https://invent.kde.org/libraries/mpvqt")
1834 (synopsis "A libmpv wrapper for QtQuick2 and QML") 1834 (synopsis "libmpv wrapper for QtQuick2 and QML")
1835 (description "This package provides a libmpv wrapper for QtQuick2 and QML.") 1835 (description "This package provides a libmpv wrapper for QtQuick2 and QML.")
1836 (license license:lgpl2.1+))) 1836 (license license:lgpl2.1+)))
1837 1837
diff --git a/gnu/packages/lesstif.scm b/gnu/packages/lesstif.scm
index bcda6b98674..b1b7fbbe820 100644
--- a/gnu/packages/lesstif.scm
+++ b/gnu/packages/lesstif.scm
@@ -79,7 +79,7 @@
79 (native-inputs 79 (native-inputs
80 (list autoconf automake byacc flex libtool pkg-config)) 80 (list autoconf automake byacc flex libtool pkg-config))
81 (home-page "https://motif.ics.com/motif") 81 (home-page "https://motif.ics.com/motif")
82 (synopsis "Motif toolkit for the X window system") 82 (synopsis "Toolkit for the X window system")
83 (description "Motif is a standard graphical user interface, (as defined 83 (description "Motif is a standard graphical user interface, (as defined
84by the IEEE 1295 specification), used on more than 200 hardware and software 84by the IEEE 1295 specification), used on more than 200 hardware and software
85platforms. It provides application developers, end users, and system vendors 85platforms. It provides application developers, end users, and system vendors
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b19ea6220f2..0fc2c4428af 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7545,7 +7545,7 @@ graphically visualizing a @file{perf.data} file.")
7545 util-linux 7545 util-linux
7546 which)) 7546 which))
7547 (home-page "https://ecryptfs.org/") 7547 (home-page "https://ecryptfs.org/")
7548 (synopsis "eCryptfs cryptographic file system utilities") 7548 (synopsis "Cryptographic file system utilities")
7549 (description 7549 (description
7550 "eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux. 7550 "eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux.
7551Each file's cryptographic meta-data is stored inside the file itself, along 7551Each file's cryptographic meta-data is stored inside the file itself, along
@@ -10001,7 +10001,7 @@ set as @code{LD_PRELOAD} to override the C library file system functions.")
10001 re2 10001 re2
10002 tbb)) 10002 tbb))
10003 (home-page "https://github.com/falcosecurity/libs/") 10003 (home-page "https://github.com/falcosecurity/libs/")
10004 (synopsis "libscap and lisbinsp Falco security libraries") 10004 (synopsis "Falco security libraries")
10005 (description "The Falco security libraries include @code{libsinsp} and 10005 (description "The Falco security libraries include @code{libsinsp} and
10006@code{libscap}. @code{libscap} manages the data capture process, while 10006@code{libscap}. @code{libscap} manages the data capture process, while
10007@code{libsinsp} is a system inspection library that enriches events from 10007@code{libsinsp} is a system inspection library that enriches events from
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 636961aae79..86ca8ff501f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4122,7 +4122,7 @@ killed threads.")
4122 (list gettext-minimal itstool pkg-config)) 4122 (list gettext-minimal itstool pkg-config))
4123 (build-system gnu-build-system) 4123 (build-system gnu-build-system)
4124 (home-page "http://pan.rebelbase.com/") 4124 (home-page "http://pan.rebelbase.com/")
4125 (synopsis "Pan newsreader") 4125 (synopsis "Usenet newsreader")
4126 (description "@code{pan} is a Usenet newsreader that's good at both text 4126 (description "@code{pan} is a Usenet newsreader that's good at both text
4127and binaries. It supports offline reading, scoring and killfiles, yEnc, NZB, 4127and binaries. It supports offline reading, scoring and killfiles, yEnc, NZB,
4128PGP handling, multiple servers, and secure connections.") 4128PGP handling, multiple servers, and secure connections.")
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index af7f9926a0b..cc4aeed24e4 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -215,7 +215,7 @@
215 (list util-linux "lib") ;; libuuid 215 (list util-linux "lib") ;; libuuid
216 pkg-config)) 216 pkg-config))
217 (home-page "https://biboumi.louiz.org") 217 (home-page "https://biboumi.louiz.org")
218 (synopsis "Biboumi is a XMPP gateway that connects to IRC") 218 (synopsis "XMPP gateway that connects to IRC")
219 (description "Biboumi is a Free, Libre and Open Source XMPP gateway that connects to IRC 219 (description "Biboumi is a Free, Libre and Open Source XMPP gateway that connects to IRC
220servers and translates between the two protocols. Its goal is to let XMPP 220servers and translates between the two protocols. Its goal is to let XMPP
221users take part in IRC discussions, using their favourite XMPP client.") 221users take part in IRC discussions, using their favourite XMPP client.")
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 948209837d5..73267d32c39 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2849,7 +2849,7 @@ yaml for OCaml types.")
2849 ocaml-ppx-sexp-conv)) 2849 ocaml-ppx-sexp-conv))
2850 (native-inputs (list ocaml-ounit ocaml-sexplib0)) 2850 (native-inputs (list ocaml-ounit ocaml-sexplib0))
2851 (properties `((upstream-name . "ppx_import"))) 2851 (properties `((upstream-name . "ppx_import")))
2852 (synopsis "Extension for importing declarations from interface files.") 2852 (synopsis "Extension for importing declarations from interface files")
2853 (description 2853 (description
2854 "Ppx-import is a syntax extension for importing declarations from 2854 "Ppx-import is a syntax extension for importing declarations from
2855interface files.") 2855interface files.")
diff --git a/gnu/packages/pascal.scm b/gnu/packages/pascal.scm
index 9d012fa28c8..58b627c4149 100644
--- a/gnu/packages/pascal.scm
+++ b/gnu/packages/pascal.scm
@@ -312,7 +312,7 @@ many useful extensions to the Pascal programming language.")
312 (lambda _ (chdir "src")))))) 312 (lambda _ (chdir "src"))))))
313 (native-inputs 313 (native-inputs
314 (list perl unzip which)) 314 (list perl unzip which))
315 (synopsis "p2c converts Pascal programs to C programs") 315 (synopsis "Convert Pascal programs to C programs")
316 (description "This package provides @command{p2c}, a program to convert 316 (description "This package provides @command{p2c}, a program to convert
317Pascal source code to C source code, and @command{p2cc}, a compiler for 317Pascal source code to C source code, and @command{p2cc}, a compiler for
318Pascal programs.") 318Pascal programs.")
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 24afadbe805..96e9e5e9e77 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1001,7 +1001,7 @@ SyncTeX support, and rudimentary support for annotations and forms.")
1001 (list discount ffmpeg)) 1001 (list discount ffmpeg))
1002 (build-system meson-build-system) 1002 (build-system meson-build-system)
1003 (home-page "https://www.flameeyes.com/projects/unpaper") 1003 (home-page "https://www.flameeyes.com/projects/unpaper")
1004 (synopsis "post-processing tool for scanned pages") 1004 (synopsis "Post-processing tool for scanned pages")
1005 (description "@command{unpaper} is a post-processing tool for 1005 (description "@command{unpaper} is a post-processing tool for
1006scanned sheets of paper, especially for book pages that have been 1006scanned sheets of paper, especially for book pages that have been
1007scanned from previously created photocopies. 1007scanned from previously created photocopies.
diff --git a/gnu/packages/pure.scm b/gnu/packages/pure.scm
index cb4cdd4d88a..b23a70bcf40 100644
--- a/gnu/packages/pure.scm
+++ b/gnu/packages/pure.scm
@@ -58,7 +58,7 @@
58 (inputs 58 (inputs
59 (list gmp llvm-3.5 mpfr)) 59 (list gmp llvm-3.5 mpfr))
60 (home-page "https://agraef.github.io/pure-lang/") 60 (home-page "https://agraef.github.io/pure-lang/")
61 (synopsis "Pure programming Language") 61 (synopsis "Programming Language")
62 (description "@code{pure} is a programming language based on term 62 (description "@code{pure} is a programming language based on term
63rewriting. It offers equational definitions with pattern matching, 63rewriting. It offers equational definitions with pattern matching,
64full symbolic rewriting capabilities, dynamic typing, eager and lazy 64full symbolic rewriting capabilities, dynamic typing, eager and lazy
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 722448b4e47..cd0b3d6f9de 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1443,7 +1443,7 @@ XLSX document format.")
1443 (name "qxlsx-qt5") 1443 (name "qxlsx-qt5")
1444 (inputs 1444 (inputs
1445 (list qtbase-5)) 1445 (list qtbase-5))
1446 (synopsis "Qt5 build for the qxlsx library."))) 1446 (synopsis "Qt5 build for the qxlsx library")))
1447 1447
1448(define-public qtxmlpatterns 1448(define-public qtxmlpatterns
1449 (package (inherit qtsvg-5) 1449 (package (inherit qtsvg-5)
diff --git a/gnu/packages/smalltalk.scm b/gnu/packages/smalltalk.scm
index 88a1bbc2c29..5c5b93236aa 100644
--- a/gnu/packages/smalltalk.scm
+++ b/gnu/packages/smalltalk.scm
@@ -115,7 +115,7 @@
115 (("@LIBC_SO_DIR@") (string-append libc "/lib")))) 115 (("@LIBC_SO_DIR@") (string-append libc "/lib"))))
116 #t))))) 116 #t)))))
117 (home-page "https://smalltalk.gnu.org/") 117 (home-page "https://smalltalk.gnu.org/")
118 (synopsis "Smalltalk environment") 118 (synopsis "Programming language environment")
119 (description 119 (description
120 "GNU Smalltalk is a free implementation of the Smalltalk language. It 120 "GNU Smalltalk is a free implementation of the Smalltalk language. It
121implements the ANSI standard for the language and also includes extra classes 121implements the ANSI standard for the language and also includes extra classes
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm
index 77008bc078e..51f80a58d31 100644
--- a/gnu/packages/sugar.scm
+++ b/gnu/packages/sugar.scm
@@ -184,7 +184,7 @@
184 pkg-config 184 pkg-config
185 python-empy)) 185 python-empy))
186 (home-page "https://www.sugarlabs.org/") 186 (home-page "https://www.sugarlabs.org/")
187 (synopsis "Sugar GTK shell") 187 (synopsis "GTK shell")
188 (description "Sugar is the desktop environment component of a worldwide 188 (description "Sugar is the desktop environment component of a worldwide
189effort to provide every child with an equal opportunity for a quality 189effort to provide every child with an equal opportunity for a quality
190education. Available in more than twenty-five languages, Sugar Activities are 190education. Available in more than twenty-five languages, Sugar Activities are
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 3a717114a76..6fb2684326d 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1769,7 +1769,7 @@ and the ability to read and write via stdin and stdout.")
1769 pkg-config)) 1769 pkg-config))
1770 (inputs 1770 (inputs
1771 (list dbus dbus-glib gtk+ pcre vte)) 1771 (list dbus dbus-glib gtk+ pcre vte))
1772 (synopsis "ROXTerm terminal emulator") 1772 (synopsis "Terminal emulator")
1773 (description "This package provides a terminal emulator with hyperlink 1773 (description "This package provides a terminal emulator with hyperlink
1774support. It's based on VTE and aimed at power users.") 1774support. It's based on VTE and aimed at power users.")
1775 (home-page "https://realh.github.io/roxterm/en/index.html") 1775 (home-page "https://realh.github.io/roxterm/en/index.html")
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 8db5d6cbd2f..ac410d099cb 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2769,7 +2769,7 @@ DOS or Microsoft Windows.")
2769 (cross-libc "i686-linux-gnu") ; header files 2769 (cross-libc "i686-linux-gnu") ; header files
2770 `(,(cross-libc "i686-linux-gnu") "static"))) 2770 `(,(cross-libc "i686-linux-gnu") "static")))
2771 (home-page "https://xenproject.org/") 2771 (home-page "https://xenproject.org/")
2772 (synopsis "Xen Virtual Machine Monitor") 2772 (synopsis "Hypervisor")
2773 (description "This package provides the Xen Virtual Machine Monitor 2773 (description "This package provides the Xen Virtual Machine Monitor
2774which is a hypervisor.") 2774which is a hypervisor.")
2775 ;; TODO: Some files are licensed differently. List those. 2775 ;; TODO: Some files are licensed differently. List those.
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 9648c502cc5..0b62e8c7cf6 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -1087,7 +1087,7 @@ DNS domain name queries.")
1087 (native-inputs 1087 (native-inputs
1088 (list python-pytest python-pytest-mock)) 1088 (list python-pytest python-pytest-mock))
1089 (home-page "https://github.com/albertodonato/sshoot") 1089 (home-page "https://github.com/albertodonato/sshoot")
1090 (synopsis "sshuttle VPN session manager") 1090 (synopsis "VPN session manager (sshuttle)")
1091 (description "sshoot provides a command-line interface to manage multiple 1091 (description "sshoot provides a command-line interface to manage multiple
1092@command{sshuttle} virtual private networks. It supports flexible profiles 1092@command{sshuttle} virtual private networks. It supports flexible profiles
1093with configuration options for most of @command{sshuttle}’s features.") 1093with configuration options for most of @command{sshuttle}’s features.")
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ccf64d877bc..358efba5aae 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8890,7 +8890,7 @@ bookmarks directly. It can also present them in a web interface with
8890 (string-append #$output path)))))))) 8890 (string-append #$output path))))))))
8891 (inputs (list buku rofi)) 8891 (inputs (list buku rofi))
8892 (home-page "https://github.com/carnager/buku_run") 8892 (home-page "https://github.com/carnager/buku_run")
8893 (synopsis "rofi frontend for buku bookmarks manager") 8893 (synopsis "@command{rofi} frontend for buku bookmarks manager")
8894 (description 8894 (description
8895 "This package provides a rofi frontend for the buku bookmark manager.") 8895 "This package provides a rofi frontend for the buku bookmark manager.")
8896 (license license:gpl3+))) 8896 (license license:gpl3+)))