gspell ver. bump

This commit is contained in:
Rmys
2024-09-20 11:36:33 +03:00
parent ed5c8a79aa
commit fba84649c7
2 changed files with 15 additions and 5 deletions
+6 -4
View File
@@ -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*")
+9 -1
View File
@@ -12,8 +12,9 @@
<IsA>library</IsA>
<Summary>GTK+ Spell Checker Library</Summary>
<Description>A flexible API to implement the spell checking in a GTK+ application</Description>
<Archive sha1sum="27324535fb692449255fb88539cde7b2f3a32ec3" type="tarxz">mirrors://gnome/gspell/1.12/gspell-1.12.2.tar.xz</Archive>
<Archive sha1sum="851965a0a5a4fc9c80d8a02bf04bbe25593775bd" type="tarxz">mirrors://gnome/gspell/1.14/gspell-1.14.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -62,6 +63,13 @@
</Package>
<History>
<Update release="8">
<Date>2024-09-13</Date>
<Version>1.14.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2023-10-24</Date>
<Version>1.12.2</Version>