pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/gtkspell Update gtkspell to 2.0.5. The docs ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a270eca796e3
branches: trunk
changeset: 468024:a270eca796e3
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Feb 09 18:26:06 2004 +0000
description:
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@localhost>.
* 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:
textproc/gtkspell/Makefile | 11 ++++++++---
textproc/gtkspell/buildlink2.mk | 5 +----
textproc/gtkspell/distinfo | 6 +++---
3 files changed, 12 insertions(+), 10 deletions(-)
diffs (60 lines):
diff -r 2d946abf1768 -r a270eca796e3 textproc/gtkspell/Makefile
--- a/textproc/gtkspell/Makefile Mon Feb 09 18:15:15 2004 +0000
+++ b/textproc/gtkspell/Makefile Mon Feb 09 18:26:06 2004 +0000
@@ -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 @@
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 -r 2d946abf1768 -r a270eca796e3 textproc/gtkspell/buildlink2.mk
--- a/textproc/gtkspell/buildlink2.mk Mon Feb 09 18:15:15 2004 +0000
+++ b/textproc/gtkspell/buildlink2.mk Mon Feb 09 18:26:06 2004 +0000
@@ -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 @@
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 -r 2d946abf1768 -r a270eca796e3 textproc/gtkspell/distinfo
--- a/textproc/gtkspell/distinfo Mon Feb 09 18:15:15 2004 +0000
+++ b/textproc/gtkspell/distinfo Mon Feb 09 18:26:06 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index