[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: Add gtkspell3.
From: |
Efraim Flashner |
Subject: |
05/16: gnu: Add gtkspell3. |
Date: |
Mon, 16 May 2016 03:10:51 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 9c0c77f833b64e5ce46d1b53a4fbbd0b0cb1d0c2
Author: Kei Yamashita <address@hidden>
Date: Tue May 10 18:15:54 2016 -0400
gnu: Add gtkspell3.
* gnu/packages/gtk.scm (gtkspell3): New variable.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/gtk.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7e81a81..8abf16e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2015 David Hashe <address@hidden>
;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;; Copyright © 2016 Fabian Harfert <address@hidden>
+;;; Copyright © 2016 Kei Yamashita <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -41,6 +42,7 @@
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages docbook)
+ #:use-module (gnu packages enchant)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages gettext)
#:use-module (gnu packages ghostscript)
@@ -1244,3 +1246,30 @@ Redmond95 and ThinIce.")
"Murrine is a cairo-based GTK+ theming engine. It is named after the
glass artworks done by Venicians glass blowers.")
(license license:gpl2+)))
+
+(define-public gtkspell3
+ (package
+ (name "gtkspell3")
+ (version "3.0.8")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/gtkspell/"
+ version "/" name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1zrz5pz4ryvcssk898liynmy2wyxgj95ak7mp2jv7x62yzihq6h1"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("enchant" ,enchant)
+ ("gobject-introspection" ,gobject-introspection)
+ ("gtk+" ,gtk+)
+ ("pango" ,pango)))
+ (home-page "http://gtkspell.sourceforge.net")
+ (synopsis "Spell-checking addon for GTK's TextView widget")
+ (description
+ "GtkSpell provides word-processor-style highlighting and replacement of
+misspelled words in a GtkTextView widget.")
+ (license license:gpl2+)))
- branch master updated (b7ab191 -> 3fef0a2), Efraim Flashner, 2016/05/15
- 07/16: gnu: libqmi: Update to 1.14.2., Efraim Flashner, 2016/05/15
- 01/16: gnu: libidn: Update license., Efraim Flashner, 2016/05/15
- 03/16: gnu: libinput: Update to 1.3.0., Efraim Flashner, 2016/05/15
- 08/16: gnu: qemu: Update to 2.6.0., Efraim Flashner, 2016/05/15
- 13/16: gnu: wireless-regdb: Update to 2016.05.02., Efraim Flashner, 2016/05/15
- 09/16: gnu: libical: Update to 2.0.0., Efraim Flashner, 2016/05/15
- 05/16: gnu: Add gtkspell3.,
Efraim Flashner <=
- 15/16: gnu: tdb: Update to 1.3.9., Efraim Flashner, 2016/05/15
- 06/16: gnu: libmbim: Update to 1.12.4., Efraim Flashner, 2016/05/15
- 04/16: gnu: exempi: Update to 2.3.0., Efraim Flashner, 2016/05/15
- 10/16: gnu: bluez: Update to 5.39., Efraim Flashner, 2016/05/15
- 12/16: gnu: iw: Update to 4.3., Efraim Flashner, 2016/05/15
- 16/16: gnu: unixodbc: Update to 2.3.4., Efraim Flashner, 2016/05/15
- 14/16: gnu: postgresql: Update to 9.5.3., Efraim Flashner, 2016/05/15
- 02/16: gnu: owncloud-client: Update to 2.2.0., Efraim Flashner, 2016/05/15
- 11/16: gnu: mdadm: Update to 3.4., Efraim Flashner, 2016/05/15