20 Commits

Author SHA1 Message Date
ajacoutot
3c5381c59b The x11/gnome MODULE will soon stop setting USE_GMAKE unconditionally, so
explicitely add it where needed.
2014-07-09 17:43:52 +00:00
ajacoutot
263e87081e These need textproc/intltool in MODULES since they are not GNOME_PROJECT
ports.
2014-07-09 13:55:59 +00:00
ajacoutot
b8e9535887 Update to gtkspell3-3.0.6. 2014-04-25 10:14:59 +00:00
ajacoutot
73f81140b3 Update to gtkspell3-3.0.5. 2014-04-20 10:02:35 +00:00
jasper
012f7978a4 cleanup double spaces and sort MODGNOME_TOOLS 2014-04-02 09:36:09 +00:00
jasper
43b19ca734 merge various MODGNOME_TOOLS lines into a single line (or two if it would
exceed 80 chars); no functional change intended..
2014-04-01 18:06:28 +00:00
jasper
2100c2cdff start to make MODGNOME_TOOLS resemble the name of the tools actually used.
rename 'gi' to 'gobject-introspection'.

discussed with aja@
2014-04-01 15:31:45 +00:00
ajacoutot
e7e78b0f1b Missing build+run dependency on devel/iso-codes. 2014-03-28 07:59:59 +00:00
ajacoutot
d440b5044e Update to gtkspell3-3.0.4. 2013-10-04 07:25:31 +00:00
ajacoutot
d72eb44c20 s/png16/png/ in WANTLIB now that graphics/png got patched.
prodded by naddy@
2013-06-09 15:26:49 +00:00
ajacoutot
812bf502c0 Unbreak with new libpng -- until we find a solution for png vs pngXX. 2013-06-09 13:55:51 +00:00
ajacoutot
0c10d6f378 Update to gtkspell3-3.0.3. 2013-06-09 10:37:33 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
jasper
d261ccb1e8 newer version of gobject-introspection are stricter, and caught an undefined/
unsubstituted variable.

ok aja@ (MAINTAINER)
2013-03-28 08:13:39 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
ajacoutot
b4b29533a8 Update to gtkspell3-3.0.2. 2013-03-14 19:41:42 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
08ffe27692 Update to stable gtkspell3-3.0.0. 2012-11-15 14:49:14 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
91ff243913 gtkspell3-2.99.99.
GtkSpell provides word-processor-style highlighting and replacement of
misspelled words in a GtkTextView widget. Right-clicking a misspelled
word pops up a menu of suggested replacements.

ok jasper@
2012-04-12 18:04:26 +00:00