From: Efraim Flashner <efraim@flashner.co.il>
To: Kei Yamashita <kei@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add gtkspell3.
Date: Thu, 12 May 2016 16:14:19 +0300 [thread overview]
Message-ID: <20160512131419.GA3240@debian-netbook> (raw)
In-Reply-To: <20160510182202.4b5edb29@openmailbox.org>
[-- Attachment #1: Type: text/plain, Size: 3187 bytes --]
On Tue, May 10, 2016 at 06:22:02PM -0400, Kei Yamashita wrote:
> I'll be submitting a few patches in order to eventually package
> Evolution for the GNOME desktop. If someone could verify that this
> package definition is okay for submission, that would be excellent!
> From 68a9f9f5a90e5cecbfa999938aac72530688b025 Mon Sep 17 00:00:00 2001
> From: Kei Yamashita <kei@openmailbox.org>
> Date: Tue, 10 May 2016 18:15:54 -0400
> Subject: [PATCH] gnu: Add gtkspell3.
>
> * gnu/packages/gtk.scm (gtkspell3): New variable.
> ---
> gnu/packages/gtk.scm | 29 +++++++++++++++++++++++++++++
> 1 file changed, 29 insertions(+)
>
> diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
> index 255d885..21657fa 100644
> --- a/gnu/packages/gtk.scm
> +++ b/gnu/packages/gtk.scm
> @@ -10,6 +10,7 @@
> ;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
> ;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
> +;;; Copyright © 2016 Kei Yamashita <kei@openmailbox.org>
> ;;;
> ;;; 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)
> @@ -1239,3 +1241,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+)))
> --
> 2.7.4
>
This built with no problems for me and looks good. I'm not such a fan of
the description, but the one in Debian just copies the description from
the website; more verbose, but doesn't really add anything.
I'll push it in a bit.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-05-14 21:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-10 22:22 [PATCH] gnu: Add gtkspell3 Kei Yamashita
2016-05-12 13:14 ` Efraim Flashner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160512131419.GA3240@debian-netbook \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
--cc=kei@openmailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.