[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/100: gnu: enchant-1.6: Update package definition.
From: |
guix-commits |
Subject: |
24/100: gnu: enchant-1.6: Update package definition. |
Date: |
Wed, 8 Jul 2020 03:36:38 -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
- 18/100: gnu: clutter-gst: Update package definition., (continued)
- 18/100: gnu: clutter-gst: Update package definition., guix-commits, 2020/07/08
- 20/100: gnu: dconf: Update to 0.36.0., guix-commits, 2020/07/08
- 23/100: gnu: Add nuspell., guix-commits, 2020/07/08
- 26/100: gnu: Add presage., guix-commits, 2020/07/08
- 27/100: gnu: fcitx: Update package definition., guix-commits, 2020/07/08
- 28/100: gnu: gcab: Update to 1.4., guix-commits, 2020/07/08
- 29/100: gnu: gcr: Update to 3.36.0., guix-commits, 2020/07/08
- 31/100: gnu: gdk-pixbuf+svg: Update package definition., guix-commits, 2020/07/08
- 35/100: gnu: glib-networking: Update to 2.62.4., guix-commits, 2020/07/08
- 19/100: gnu: cogl: Update package definition., guix-commits, 2020/07/08
- 24/100: gnu: enchant-1.6: Update package definition.,
guix-commits <=
- 25/100: gnu: enchant: Update package definition., guix-commits, 2020/07/08
- 33/100: gnu: Add sysprof., guix-commits, 2020/07/08
- 34/100: gnu: gjs: Update to 1.58.8., guix-commits, 2020/07/08
- 41/100: gnu: glib: Update package definition., guix-commits, 2020/07/08
- 43/100: gnu: glib-networking: Update to 2.64.3., guix-commits, 2020/07/08
- 37/100: gnu: graphene: Update package definition., guix-commits, 2020/07/08
- 38/100: gnu: gsettings-desktop-schemas: Update package definition., guix-commits, 2020/07/08
- 46/100: gnu: Add libvisual., guix-commits, 2020/07/08
- 40/100: gnu: faad2: Update to 2.8.8., guix-commits, 2020/07/08
- 45/100: gnu: gstreamer: Update package definition., guix-commits, 2020/07/08