./textproc/gspell, Spell checking API for GTK+ applications

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 1.14.4, Package name: gspell-1.14.4, Maintainer: prlw1

gspell provides a flexible API to add spell checking to a GTK+ application.


Required to run:
[textproc/iso-codes] [devel/glib2] [devel/gobject-introspection] [x11/gtk3] [textproc/enchant2]

Required to build:
[pkgtools/x11-links] [lang/vala] [x11/xcb-proto] [x11/xorgproto]

Master sites:

Filesize: 116.594 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-05 12:12:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
gspell: updated to 1.14.4

1.14.4
* Translation updates.
   2026-06-25 00:12:34 by Thomas Klausner | Files touched by this commit (12)
Log message:
*: recursive bump for gspell 1.14
   2026-06-25 00:12:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
gspell: forward icu dependency in bl3.mk

Seems it's needed:
meson.build:66:13: ERROR: Dependency lookup for gspell-1 with method \ 
'pkg-config' failed: Could not generate cflags for gspell-1:
   2026-06-24 23:40:50 by Thomas Klausner | Files touched by this commit (1)
Log message:
gspell: needs msgfmt
   2026-06-23 12:15:09 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
gspell: update to 1.14.3.

News in 1.14.3, 2026-03-17 (stable version)
-------------------------------------------
* Translation updates.

News in 1.14.2, 2025-11-28 (stable version)
-------------------------------------------
* Publish tarballs from CI.

News in 1.14.1, 2025-10-01 (stable version)
-------------------------------------------
* Documentation: update some URLs.
* Translation updates.

News in 1.14.0, 2024-09-13 (stable version)
-------------------------------------------
* Build: re-add support for macOS.

News in 1.13.2, 2024-08-29 (rc version)
---------------------------------------
This is a development snapshot (release candidate version). The stable versions
will be the 1.14.x.

* Re-add support for installed unit tests.

Modernize a bit the codebase:
* License headers: follow the REUSE way of applying licenses, with SPDX tags.
* Convert #include guards to #pragma once

Small improvements:
* Rename config.h to gspell-config.h
* Update gconstructor.h
* Re-organize files within the repository: have tests/interactive-tests/ and
  tests/unit-tests/

News in 1.13.1, 2024-08-05 (beta version)
-----------------------------------------
This is a development snapshot (beta version). The stable versions will be the
1.14.x.

* Build systems:
  - Add Meson.
  - Remove Autotools.
  - Add CMake experiment but reverted.
* Bump soversion because a symbol was exported by mistake with the Autotools.
* Translation updates.

News in 1.12.2, 2023-07-28
--------------------------
* Small code maintenance: don't use g_slice_*().

News in 1.12.1, 2023-04-30
--------------------------
* Build: remove gtk-mac-integration dependency.
* Documentation improvements.
* Translation updates.

News in 1.12.0, 2022-09-27
--------------------------
* Use G_MODULE_EXPORT instead of the custom _GSPELL_EXTERN macro.
* Small maintenance tasks, some minor simplifications.
* Translation updates.

News in 1.11.1, 2022-06-10
--------------------------
* Build: minor improvements, small change to how enum-types are built.
* A few documentation improvements.

News in 1.10.0, 2022-04-16
--------------------------
* Build from git: some updates, take newer version of autoconf-archive.
* Build: distribute more files in tarballs.
* Documentation improvements.
* Translation updates.

News in 1.9.1, 2020-10-10
-------------------------
* gspell_language_get_name() is now implemented with the ICU library, not with
  the iso-codes package. As a result, gspell no longer depends on the
  iso-codes, and has the ICU as a new dependency.
* Translation updates.
   2026-06-11 09:18:01 by Thomas Klausner | Files touched by this commit (788)
Log message:
gtk3: bump PKGREVISION for wayland option default change

Recursive bump to hopefully fix bulk build fallout due to the
unversioned change.
   2026-05-15 19:01:08 by Thomas Klausner | Files touched by this commit (139)
Log message:
*: switch to glib2-introspection

The gobject-introspection package installed _some_ of the introspection
files needed for glib2, but not all - some of them are built from the glib2
sources. glib2-introspection now contains all glib2-related introspection
files.

Add a tool dependency on the new package where needed.

Remove gobject-introspection from buildlink3.mk files - this is usually
a tool and should not be forwarded via buildlink3.

Some cleanups/fixes for -current while here.
   2026-01-27 09:41:10 by Thomas Klausner | Files touched by this commit (1344)
Log message:
*: recursive bump for removal of cairo's xcb option