me
/
guix
Archived
1
0
Fork 0

gnu: Shorten package synopsis.

* gnu/packages/crates-io.scm (rust-inflections-1): Shorten
  synopsis.
  (rust-clap-conf-0.1): Likewise.
* gnu/packages/gtk.scm (volctl): Likewise.
* gnu/packages/haskell-xyz.scm (ghc-unliftio): Likewise.
* gnu/packages/kde-pim.scm (korganizer): Likewise.
* gnu/packages/kde.scm (kuserfeedback): Likewise.
* gnu/packages/pascal.scm (p2c): Likewise.
* gnu/packages/python-xyz.scm (python-ttystatus): Likewise.
* gnu/packages/qt.scm (qtwebplugin): Likewise.
Vagrant Cascadian 2022-11-01 16:55:41 -07:00
parent 2fde8cf399
commit faa03d1ace
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
8 changed files with 9 additions and 10 deletions

View File

@ -68211,7 +68211,7 @@ Rust.")
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page #f) (home-page #f)
(synopsis (synopsis
"High performance inflection transformation library for changing properties of words like the case") "Inflection transformation library for changing properties of words")
(description (description
"High performance inflection transformation library for changing properties of words like the case.") "High performance inflection transformation library for changing properties of words like the case.")
(license license:expat))) (license license:expat)))
@ -68382,7 +68382,7 @@ Rust.")
(home-page (home-page
"https://github.com/storyfeet/clap_conf") "https://github.com/storyfeet/clap_conf")
(synopsis (synopsis
"Library to unify commandline arguments with config files and environment variables. And make it easier for users to tell your program how to behave across the three main input sources") "Library to unify commandline arguments, config files and environment variables")
(description (description
"This package provides a library to unify commandline arguments with config files and environment variables. And make it easier for users to tell your program how to behave across the three main input sources") "This package provides a library to unify commandline arguments with config files and environment variables. And make it easier for users to tell your program how to behave across the three main input sources")
(license license:expat))) (license license:expat)))

View File

@ -2926,7 +2926,7 @@ user interaction (e.g. measuring distances).")
(propagated-inputs (propagated-inputs
(list python-click python-pycairo python-pygobject python-pyyaml)) (list python-click python-pycairo python-pygobject python-pyyaml))
(home-page "https://buzz.github.io/volctl/") (home-page "https://buzz.github.io/volctl/")
(synopsis "Per-application volume control and on-screen display (OSD) for graphical desktops") (synopsis "Per-application volume control and on-screen display for graphical desktops")
(description "Volctl is a PulseAudio-enabled tray icon volume control and (description "Volctl is a PulseAudio-enabled tray icon volume control and
OSD applet for graphical desktops. It's not meant to be an replacement for a OSD applet for graphical desktops. It's not meant to be an replacement for a
full-featured mixer application. If you're looking for that check out the full-featured mixer application. If you're looking for that check out the

View File

@ -13854,7 +13854,7 @@ for Unix time in Haskell.")
(native-inputs (list ghc-hspec)) (native-inputs (list ghc-hspec))
(home-page "https://github.com/fpco/unliftio") (home-page "https://github.com/fpco/unliftio")
(synopsis "Provides MonadUnliftIO typecplass for unlifting monads to (synopsis "Provides MonadUnliftIO typecplass for unlifting monads to
IO (batteries included)") IO")
(description "This Haskell package provides the core @code{MonadUnliftIO} (description "This Haskell package provides the core @code{MonadUnliftIO}
typeclass, a number of common instances, and a collection of common functions typeclass, a number of common instances, and a collection of common functions
working with it.") working with it.")

View File

@ -1506,7 +1506,7 @@ application \"Parts\" to be embedded as a Kontact component (or plugin).")
(invoke "dbus-launch" "ctest"))))))) (invoke "dbus-launch" "ctest")))))))
(home-page "https://apps.kde.org/korganizer/") (home-page "https://apps.kde.org/korganizer/")
(synopsis "Organizational assistant, providing calendars and other similar (synopsis "Organizational assistant, providing calendars and other similar
functionality to help you organize your life") functionality")
(description "KOrganizer is the calendar and scheduling component of (description "KOrganizer is the calendar and scheduling component of
Kontact. It provides management of events and tasks, alarm notification, web Kontact. It provides management of events and tasks, alarm notification, web
export, network transparent handling of data, group scheduling, import and export, network transparent handling of data, group scheduling, import and

View File

@ -1256,7 +1256,7 @@ or Bonjour by other projects).")
(arguments (arguments
`(#:tests? #f)) ;; 4/17 fail `(#:tests? #f)) ;; 4/17 fail
(home-page "https://api.kde.org/frameworks/kuserfeedback/html/") (home-page "https://api.kde.org/frameworks/kuserfeedback/html/")
(synopsis "Framework for collecting feedback from application users via (synopsis "Framework for collecting application feedback via
telemetry and targeted surveys") telemetry and targeted surveys")
(description "This framework consists of the following components: (description "This framework consists of the following components:
@itemize @itemize

View File

@ -267,8 +267,7 @@ many useful extensions to the Pascal programming language.")
#t))))) #t)))))
(native-inputs (native-inputs
(list perl which)) (list perl which))
(synopsis "p2c converts Pascal programs to C programs--which you can then (synopsis "p2c converts Pascal programs to C programs")
compile using gcc")
(description "This package provides @command{p2c}, a program to convert (description "This package provides @command{p2c}, a program to convert
Pascal source code to C source code, and @command{p2cc}, a compiler for Pascal source code to C source code, and @command{p2cc}, a compiler for
Pascal programs.") Pascal programs.")

View File

@ -19667,7 +19667,7 @@ from the header, as well as section details and data available.")
(add-before 'build 'check (add-before 'build 'check
(lambda _ (invoke "make" "check")))))) (lambda _ (invoke "make" "check"))))))
(home-page "https://liw.fi/ttystatus/") (home-page "https://liw.fi/ttystatus/")
(synopsis "Python library for showing progress reporting and (synopsis "Python library for progress reporting and
status updates on terminals") status updates on terminals")
(description "@code{ttystatus} is a Python library for showing progress (description "@code{ttystatus} is a Python library for showing progress
reporting and status updates on terminals, for command line programs. reporting and status updates on terminals, for command line programs.

View File

@ -1680,7 +1680,7 @@ application).")
(native-inputs '()) (native-inputs '())
(inputs (inputs
(list mesa qtbase-5 qtdeclarative-5 qtwebsockets-5 zlib)) (list mesa qtbase-5 qtdeclarative-5 qtwebsockets-5 zlib))
(synopsis "QPA plugin for running an application via a browser using (synopsis "QPA plugin for running applications via a browser using
streamed WebGL commands") streamed WebGL commands")
(description "Qt back end that uses WebGL for rendering. It allows Qt (description "Qt back end that uses WebGL for rendering. It allows Qt
applications (with some limitations) to run in a web browser that supports applications (with some limitations) to run in a web browser that supports