gtkspell: mention that this is the legacy version for GTK+2
This commit is contained in:
parent
629a6705a7
commit
c554dd4330
2 changed files with 4 additions and 2 deletions
|
@ -8,3 +8,5 @@ a menu of suggested replacements.
|
||||||
* Kevin Atkinson's pspell library.
|
* Kevin Atkinson's pspell library.
|
||||||
|
|
||||||
GtkSpell is a library and is mostly of interest to GTK programmers.
|
GtkSpell is a library and is mostly of interest to GTK programmers.
|
||||||
|
|
||||||
|
This is the legacy major version 2 of the library for use with GTK+2.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.66 2018/04/16 14:33:56 wiz Exp $
|
# $NetBSD: Makefile,v 1.67 2018/08/25 11:57:44 wiz Exp $
|
||||||
|
|
||||||
DISTNAME= gtkspell-2.0.16
|
DISTNAME= gtkspell-2.0.16
|
||||||
PKGREVISION= 27
|
PKGREVISION= 27
|
||||||
|
@ -7,7 +7,7 @@ MASTER_SITES= http://gtkspell.sourceforge.net/download/
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
HOMEPAGE= http://gtkspell.sourceforge.net/
|
HOMEPAGE= http://gtkspell.sourceforge.net/
|
||||||
COMMENT= Spell checking GtkTextView widget
|
COMMENT= Spell checking GtkTextView widget (v2)
|
||||||
LICENSE= gnu-gpl-v2
|
LICENSE= gnu-gpl-v2
|
||||||
|
|
||||||
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
||||||
|
|
Loading…
Reference in a new issue