[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/401: gnu: enchant: Update package definition.
From: |
guix-commits |
Subject: |
24/401: gnu: enchant: Update package definition. |
Date: |
Tue, 18 Aug 2020 16:20:31 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 3ad1fa0f3ad27fc115c4ec39c0dfb020e3e79db5
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat May 30 16:28:25 2020 -0400
gnu: enchant: Update package definition.
* gnu/packages/enchant.scm (enchant): Update package definition.
[build-system]: Change from gnu to glib-or-gtk.
[inputs]: Add hunspell.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/enchant.scm | 53 ++++++++++++++++++++++++------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 375df98..4cd76a2 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -81,38 +81,37 @@ dictionaries.")
(package
(name "enchant")
(version "2.2.8")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/AbiWord/enchant/releases"
- "/download/v" version "/enchant-"
- version ".tar.gz"))
- (sha256
- (base32
- "0m9m564qqwbssvvf7y3dlz1yxzqsjiqy1yd2zsmb3l0d7y2y5df7"))))
- (build-system gnu-build-system)
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://github.com/AbiWord/enchant/releases"
+ "/download/v" version "/enchant-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "0m9m564qqwbssvvf7y3dlz1yxzqsjiqy1yd2zsmb3l0d7y2y5df7"))))
+ (build-system glib-or-gtk-build-system)
(arguments
- '(#:configure-flags '("--disable-static"
- ;; Tests require a relocatable build.
- "--enable-relocatable")))
- (inputs
- `(("aspell" ,aspell))) ;; Currently, the only supported backend in Guix
- (propagated-inputs ;; is aspell. (This information might be old)
- ;; Required by enchant.pc.
- `(("glib" ,glib)))
+ '(#:configure-flags
+ (list
+ "--disable-static"
+ ;; Tests require a relocatable build.
+ "--enable-relocatable")))
(native-inputs
`(("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config)
("unittest-cpp" ,unittest-cpp)))
- (synopsis "Multi-backend spell-checking library wrapper")
- (description
- "On the surface, Enchant appears to be a generic spell checking library.
-Looking closer, you'll see the Enchant is more-or-less a fancy wrapper around
-the dlopen() system call.
-
-Enchant steps in to provide uniformity and conformity on top of these
libraries,
-and implement certain features that may be lacking in any individual provider
-library. Everything should \"just work\" for any and every definition of
\"just
-working\".")
+ (inputs
+ `(("aspell" ,aspell)
+ ("hunspell" ,hunspell)))
+ (propagated-inputs
+ `(("glib" ,glib)))
+ (synopsis "Generic spell checking library and program")
+ (description "Enchant is a library and command-line program, that wraps a
+number of different spelling libraries and programs with a consistent
+interface. By using Enchant, you can use a wide range of spelling libraries,
+including some specialised for particular languages, without needing to program
+to each library's interface.")
(home-page "https://abiword.github.io/enchant/")
(license lgpl2.1+)))
- 09/401: gnu: adwaita-icon-theme: Update to 3.36.1., (continued)
- 09/401: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/08/18
- 10/401: gnu: appstream-glib: Update package definition., guix-commits, 2020/08/18
- 11/401: gnu: at-spi2-core: Update package definition., guix-commits, 2020/08/18
- 13/401: gnu: atk: Update to 2.36.0., guix-commits, 2020/08/18
- 17/401: gnu: clutter-gtk: Update package definition., guix-commits, 2020/08/18
- 18/401: gnu: clutter-gst: Update package definition., guix-commits, 2020/08/18
- 19/401: gnu: cogl: Update package definition., guix-commits, 2020/08/18
- 20/401: gnu: dconf: Update to 0.36.0., guix-commits, 2020/08/18
- 21/401: gnu: Add ronn., guix-commits, 2020/08/18
- 25/401: gnu: Add presage., guix-commits, 2020/08/18
- 24/401: gnu: enchant: Update package definition.,
guix-commits <=
- 30/401: gnu: gdk-pixbuf+svg: Update package definition., guix-commits, 2020/08/18
- 29/401: gnu: gdk-pixbuf: Update package definition., guix-commits, 2020/08/18
- 41/401: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/08/18
- 46/401: gnu: Add libvisual-plugins., guix-commits, 2020/08/18
- 12/401: gnu: at-spi2-atk: Update to 2.34.2., guix-commits, 2020/08/18
- 14/401: gnu: google-brotli: Update package definition., guix-commits, 2020/08/18
- 15/401: gnu: font-cantarell: Update package definition., guix-commits, 2020/08/18
- 16/401: gnu: clutter: Update to 1.26.4., guix-commits, 2020/08/18
- 23/401: gnu: enchant-1.6: Update package definition., guix-commits, 2020/08/18
- 22/401: gnu: Add nuspell., guix-commits, 2020/08/18