[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/15: gnu: textpieces: Reorder dependencies and fix description.
From: |
guix-commits |
Subject: |
01/15: gnu: textpieces: Reorder dependencies and fix description. |
Date: |
Tue, 18 Oct 2022 06:14:54 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 3c7d4fdc30530f35005d2555a50bbe9fa4b12da7
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Mon Oct 17 05:19:44 2022 +0000
gnu: textpieces: Reorder dependencies and fix description.
* gnu/packages/textpieces.scm (textpieces)[description]: Add missing "is a".
[inputs, native-inputs]: Reorder.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/text-editors.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index dacd2ef80d..f278b0902c 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -920,28 +920,28 @@ Octave. TeXmacs is completely extensible via Guile.")
#:glib-or-gtk? #t))
(build-system meson-build-system)
(native-inputs
- (list pkg-config
- vala
+ (list appstream-glib
+ blueprint-compiler
desktop-file-utils
- appstream-glib
gettext-minimal
- blueprint-compiler
`(,glib "bin")
- `(,gtk "bin")))
+ `(,gtk "bin")
+ pkg-config
+ vala))
(inputs
- (list json-glib
+ (list gtk
+ gtksourceview
+ json-glib
libadwaita
libgee
python
python-pygobject
- python-pyyaml
- gtk
- gtksourceview))
+ python-pyyaml))
(home-page "https://github.com/liferooter/textpieces")
(synopsis "Quick text processor")
(description
- "Text Pieces tool for quick text transformations such as checksums,
-encoding, decoding and so on.
+ "Text Pieces is a tool for quick text transformations such as checksums,
+encoding, decoding, etc.
The basic features of Text Pieces are:
@itemize
- branch master updated (054ddcbbc6 -> 0289312bc9), guix-commits, 2022/10/18
- 12/15: gnu: Add perl-ppix-quotelike., guix-commits, 2022/10/18
- 15/15: gnu: guix-build-coordinator: Update to 0-65.26fe4a7., guix-commits, 2022/10/18
- 14/15: gnu: Add perl-critic., guix-commits, 2022/10/18
- 10/15: gnu: Add perl-string-format., guix-commits, 2022/10/18
- 05/15: gnu: Add perl-commonmark., guix-commits, 2022/10/18
- 11/15: gnu: Add perl-ppix-regexp., guix-commits, 2022/10/18
- 04/15: gnu: Add skk-jisyo., guix-commits, 2022/10/18
- 06/15: gnu: Add perl-regexp-grammars., guix-commits, 2022/10/18
- 07/15: gnu: Add perl-config-tiny., guix-commits, 2022/10/18
- 01/15: gnu: textpieces: Reorder dependencies and fix description.,
guix-commits <=
- 02/15: services: nginx: Use nginx-action over inline gexp., guix-commits, 2022/10/18
- 08/15: gnu: Add perl-pod-spell., guix-commits, 2022/10/18
- 13/15: gnu: Add perl-ppix-utilities., guix-commits, 2022/10/18
- 03/15: services: nginx: Improve reload action documentation., guix-commits, 2022/10/18
- 09/15: gnu: Add perl-readonly-xs., guix-commits, 2022/10/18