diff --git a/desktop/gnome/base/gspell/actions.py b/desktop/gnome/base/gspell/actions.py
index 287f029265..f224ce637d 100644
--- a/desktop/gnome/base/gspell/actions.py
+++ b/desktop/gnome/base/gspell/actions.py
@@ -7,14 +7,16 @@
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import mesontools
+
def setup():
- autotools.configure("--disable-static")
+ mesontools.configure("-Dinstall_tests=false")
def build():
- autotools.make()
+ mesontools.build()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ mesontools.install()
- pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
+ pisitools.dodoc("AUTHORS", "README*")
diff --git a/desktop/gnome/base/gspell/pspec.xml b/desktop/gnome/base/gspell/pspec.xml
index 252cea4bfd..b9b9358170 100644
--- a/desktop/gnome/base/gspell/pspec.xml
+++ b/desktop/gnome/base/gspell/pspec.xml
@@ -12,8 +12,9 @@
library
GTK+ Spell Checker Library
A flexible API to implement the spell checking in a GTK+ application
- mirrors://gnome/gspell/1.12/gspell-1.12.2.tar.xz
+ mirrors://gnome/gspell/1.14/gspell-1.14.0.tar.xz
+ meson
enchant2-devel
gettext-devel
glib2-devel
@@ -62,6 +63,13 @@
+
+ 2024-09-13
+ 1.14.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-24
1.12.2