diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-09 18:26:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-09 18:26:06 +0000 |
commit | 7f48b3e2153137f6dc499841c9a04db4ceec04e6 (patch) | |
tree | ed81540465e7c1f089e042df58f46a56d0ef7032 /textproc/gtkspell | |
parent | 75d6159c446793595f4b5ebdbfddb05b0d3c39bd (diff) | |
download | pkgsrc-7f48b3e2153137f6dc499841c9a04db4ceec04e6.tar.gz |
Update gtkspell to 2.0.5. The docs directory was excluded from
buildling because it requirs gtk-doc.
Approved by wiz@.
Changes since 2.0.2:
* Don't check numeric words. Combined with word breaking changes
recently committed to Pango, this will handle all letter-number
combinations nicely.
* "Add to Dictionary" now actually adds to personal dictionary.
* New "Ignore All" menuitem to add a word to the current session.
* Updates of autogen.sh and conifgure.ac to use newer
autoconf/automake/libtool.
* Change behavior on a right click so that cutting/copying with
the mouse works again.
* Add deferred checking: make the misspelled word highlighting
work like other apps and delay checking the current word until
the cursor exits it.
* gtkspell.spec.in: Typo fix.
* Conditionally use Aspell if it's available, otherwise
fall back to Pspell (Ramon Medina).
* docs/ directory and beginning documentation added.
* 2.0.3 released.
* gtkspell.c: Hack around Pango wordbreaking bug (also logged
with their developers at:
http://bugzilla.gnome.org/show_bug.cgi?id=97545 ).
* gtkspell.spec.in: RPM .spec file template.
From Alex <hansolo@rochester.rr.com>.
* configure.ac: Generate gtkspell.spec from gtkspell.spec.in.
* README: Add Ari and Alex to a "Thanks" section.
* configure.ac: Check for libpspell earlier and die if we don't
find it. Prerequire autoconf 2.52.
* gtkspell/Makefile.am, examples/Makefile.am: Set CFLAGS instead
of foo_CFLAGS (why does the old way not work anymore?).
* autogen.sh: Don't automatically run configure.
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 11 | ||||
-rw-r--r-- | textproc/gtkspell/buildlink2.mk | 5 | ||||
-rw-r--r-- | textproc/gtkspell/distinfo | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 415fdae7ef2..3c923b0b230 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:54 reed Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/09 18:26:06 minskim Exp $ # -DISTNAME= gtkspell-2.0.2 -PKGREVISION= 6 +DISTNAME= gtkspell-2.0.5 CATEGORIES= textproc devel MASTER_SITES= http://gtkspell.sourceforge.net/download/ @@ -17,6 +16,12 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/gtkspell-2.0.pc.in +SUBST_CLASSES+= subdir +SUBST_MESSAGE.subdir= "Excluding unnecessary subdirs." +SUBST_STAGE.subdir= post-patch +SUBST_FILES.subdir= Makefile.in +SUBST_SED.subdir= -e 's|SUBDIRS = gtkspell examples docs|SUBDIRS = gtkspell|' + .include "../../textproc/aspell/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" diff --git a/textproc/gtkspell/buildlink2.mk b/textproc/gtkspell/buildlink2.mk index 2765afa7b37..901abd91ccf 100644 --- a/textproc/gtkspell/buildlink2.mk +++ b/textproc/gtkspell/buildlink2.mk @@ -1,9 +1,7 @@ -# $NetBSD: buildlink2.mk,v 1.7 2004/01/03 18:49:54 reed Exp $ +# $NetBSD: buildlink2.mk,v 1.8 2004/02/09 18:26:06 minskim Exp $ # # This Makefile fragment is included by packages that use gtkspell. # -# This file was created automatically using createbuildlink 2.0. -# .if !defined(GTKSPELL_BUILDLINK2_MK) GTKSPELL_BUILDLINK2_MK= # defined @@ -16,7 +14,6 @@ EVAL_PREFIX+= BUILDLINK_PREFIX.gtkspell=gtkspell BUILDLINK_PREFIX.gtkspell_DEFAULT= ${LOCALBASE} BUILDLINK_FILES.gtkspell+= include/gtkspell-2.0/gtkspell/gtkspell.h BUILDLINK_FILES.gtkspell+= lib/libgtkspell.* -BUILDLINK_FILES.gtkspell+= lib/pkgconfig/gtkspell-2.0.pc .include "../../textproc/aspell/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo index b46ae6571a9..0a6cf93b2ce 100644 --- a/textproc/gtkspell/distinfo +++ b/textproc/gtkspell/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/10/30 03:09:37 rh Exp $ +$NetBSD: distinfo,v 1.3 2004/02/09 18:26:06 minskim Exp $ -SHA1 (gtkspell-2.0.2.tar.gz) = d7a2117d49c35c8d47d7bc9e5c581c9d469dec7e -Size (gtkspell-2.0.2.tar.gz) = 189818 bytes +SHA1 (gtkspell-2.0.5.tar.gz) = 53d32686d8dd7e7271e5547314ced316824b162c +Size (gtkspell-2.0.5.tar.gz) = 308943 bytes |