[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/295: gnu: enchant-1.6: Update package definition.
From: |
guix-commits |
Subject: |
128/295: gnu: enchant-1.6: Update package definition. |
Date: |
Mon, 27 Jul 2020 06:25:48 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit f11df0f3f63677aa886c2e1336221bc18b6ca197
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat May 30 15:51:17 2020 -0400
gnu: enchant-1.6: Update package definition.
* gnu/packages/enchant.scm (enchant-1.6): Remove inheritance from
enchant.
[build-system]: Change from gnu to glib-or-gtk.
[inputs]: Add hunspell and nuspell.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/enchant.scm | 39 +++++++++++++++++++++++++++++----------
1 file changed, 29 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 4f582f1..375df98 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -35,6 +35,7 @@
#:use-module (guix git-download)
#:use-module (guix download)
#:use-module (guix build-system cmake)
+ #:use-module (guix build-system glib-or-gtk)
#:use-module (guix build-system gnu)
#:use-module (guix build-system python)
#:use-module (guix licenses)
@@ -120,18 +121,36 @@ working\".")
;; conflict with 1.x, so it's OK if both end up in the same profile.
(define-public enchant-1.6
(package
- (inherit enchant)
+ (name "enchant")
(version "1.6.0")
(arguments '(#:configure-flags '("--disable-static")))
- (native-inputs (alist-delete "unittest-cpp"
- (package-native-inputs enchant)))
- (source (origin
- (method url-fetch)
- (uri (string-append "http://www.abisource.com/downloads/enchant/"
- version "/enchant-" version ".tar.gz"))
- (sha256
- (base32
- "0zq9yw1xzk8k9s6x83n1f9srzcwdavzazn3haln4nhp9wxxrxb1g"))))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "http://www.abisource.com/downloads/enchant/"
+ version "/enchant-" version ".tar.gz"))
+ (sha256
+ (base32 "0zq9yw1xzk8k9s6x83n1f9srzcwdavzazn3haln4nhp9wxxrxb1g"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("glib:bin" ,glib "bin")
+ ("pkg-config" ,pkg-config)
+ ("unittest-cpp" ,unittest-cpp)))
+ (inputs
+ `(("aspell" ,aspell)
+ ("hunspell" ,hunspell)
+ ("nuspell" ,nuspell)))
+ (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+)))
(define-public python-pyenchant
(package
- 120/295: gnu: clutter: Update to 1.26.4., (continued)
- 120/295: gnu: clutter: Update to 1.26.4., guix-commits, 2020/07/27
- 129/295: gnu: enchant: Update package definition., guix-commits, 2020/07/27
- 133/295: gnu: gcr: Update to 3.36.0., guix-commits, 2020/07/27
- 138/295: gnu: gjs: Update to 1.58.8., guix-commits, 2020/07/27
- 140/295: gnu: Add mutest., guix-commits, 2020/07/27
- 141/295: gnu: graphene: Update package definition., guix-commits, 2020/07/27
- 146/295: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/07/27
- 149/295: gnu: gstreamer: Update package definition., guix-commits, 2020/07/27
- 150/295: gnu: Add libvisual., guix-commits, 2020/07/27
- 151/295: gnu: Add libvisual-plugins., guix-commits, 2020/07/27
- 128/295: gnu: enchant-1.6: Update package definition.,
guix-commits <=
- 132/295: gnu: gcab: Update to 1.4., guix-commits, 2020/07/27
- 137/295: gnu: Add sysprof., guix-commits, 2020/07/27
- 154/295: gnu: Add nanomsg., guix-commits, 2020/07/27
- 143/295: gnu: Add esound., guix-commits, 2020/07/27
- 136/295: gnu: geoclue: Update to 2.5.6., guix-commits, 2020/07/27
- 155/295: gnu: Add nng., guix-commits, 2020/07/27
- 52/295: gnu: emacs-idris-mode: Update to 1.0., guix-commits, 2020/07/27
- 50/295: gnu: r-openssl: Update to 1.4.2., guix-commits, 2020/07/27
- 55/295: gnu: Add rust-hmac-0.7., guix-commits, 2020/07/27
- 49/295: gnu: r-roxygen2: Update to 7.1.1., guix-commits, 2020/07/27