diff options
author | adam <adam> | 2004-12-03 12:39:05 +0000 |
---|---|---|
committer | adam <adam> | 2004-12-03 12:39:05 +0000 |
commit | 3609430105b708987f64871f77bdea7275aa9dad (patch) | |
tree | c8d0e55d0ec40c539c30659e06b1a498e41d47f6 /textproc | |
parent | 1fcbe1f54cd9671a932b4b9d50939dbba82b9710 (diff) | |
download | pkgsrc-3609430105b708987f64871f77bdea7275aa9dad.tar.gz |
Changes 2.0.8:
* Fix how the GtkTextTag is created to work with shared tag tables.
* Additional translation (see po/ChangeLog).
Changes 2.0.7:
* Activating the menu through a keybinding now properly checks the
word currently under the cursor.
* Prevent the trampling on an application's textdomain (Stu Tomlinson).
* Additional translations (see po/ChangeLog).
Changes 2.0.6:
* Use new PANGO_UNDERLINE_ERROR style when available to highlight
misspelled words with squiggly red underline.
* Internationalize with GNU Gettext. All five strings now translatable.
Thanks to Adriano Del Vigna de Almeida <katmandu@fs.inf.br>
* New po/ChangeLog to track translation additions/updates.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtkspell/Makefile | 28 | ||||
-rw-r--r-- | textproc/gtkspell/PLIST | 15 | ||||
-rw-r--r-- | textproc/gtkspell/distinfo | 6 |
3 files changed, 31 insertions, 18 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 22f1a3a8652..93a23dc0c06 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:18:19 tv Exp $ -# +# $NetBSD: Makefile,v 1.17 2004/12/03 12:39:05 adam Exp $ -DISTNAME= gtkspell-2.0.5 -PKGREVISION= 1 -CATEGORIES= textproc devel -MASTER_SITES= http://gtkspell.sourceforge.net/download/ +DISTNAME= gtkspell-2.0.8 +CATEGORIES= textproc devel +MASTER_SITES= http://gtkspell.sourceforge.net/download/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://gtkspell.sourceforge.net/ -COMMENT= Spell checking GtkTextView widget +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://gtkspell.sourceforge.net/ +COMMENT= Spell checking GtkTextView widget -GNU_CONFIGURE= YES -USE_BUILDLINK3= YES -USE_X11= YES -USE_LIBTOOL= YES +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_X11= yes +GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in SUBST_CLASSES+= subdir @@ -22,7 +21,8 @@ SUBST_STAGE.subdir= post-patch SUBST_FILES.subdir= Makefile.in SUBST_SED.subdir= -e 's|SUBDIRS = gtkspell examples docs|SUBDIRS = gtkspell|' -.include "../../textproc/aspell/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/aspell/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" diff --git a/textproc/gtkspell/PLIST b/textproc/gtkspell/PLIST index 603bd0e5fe4..8c7a2a1f320 100644 --- a/textproc/gtkspell/PLIST +++ b/textproc/gtkspell/PLIST @@ -1,6 +1,19 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:55 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/12/03 12:39:05 adam Exp $ include/gtkspell-2.0/gtkspell/gtkspell.h lib/libgtkspell.la lib/pkgconfig/gtkspell-2.0.pc +${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gtkspell.mo +${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/gtkspell.mo @dirrm include/gtkspell-2.0/gtkspell @dirrm include/gtkspell-2.0 diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo index 0a6cf93b2ce..ff01b09f5e2 100644 --- a/textproc/gtkspell/distinfo +++ b/textproc/gtkspell/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/02/09 18:26:06 minskim Exp $ +$NetBSD: distinfo,v 1.4 2004/12/03 12:39:05 adam Exp $ -SHA1 (gtkspell-2.0.5.tar.gz) = 53d32686d8dd7e7271e5547314ced316824b162c -Size (gtkspell-2.0.5.tar.gz) = 308943 bytes +SHA1 (gtkspell-2.0.8.tar.gz) = 49d6c20e1ceb118c782dacfa879687f6c3257ebf +Size (gtkspell-2.0.8.tar.gz) = 342638 bytes |