Merge pull request #14949 from Rmys/master

gspell ver. bump
This commit is contained in:
Rmys
2024-09-20 11:37:52 +03:00
committed by GitHub
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 get
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
def setup(): def setup():
autotools.configure("--disable-static") mesontools.configure("-Dinstall_tests=false")
def build(): def build():
autotools.make() mesontools.build()
def install(): 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> <IsA>library</IsA>
<Summary>GTK+ Spell Checker Library</Summary> <Summary>GTK+ Spell Checker Library</Summary>
<Description>A flexible API to implement the spell checking in a GTK+ application</Description> <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> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>enchant2-devel</Dependency> <Dependency>enchant2-devel</Dependency>
<Dependency>gettext-devel</Dependency> <Dependency>gettext-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
@@ -62,6 +63,13 @@
</Package> </Package>
<History> <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"> <Update release="7">
<Date>2023-10-24</Date> <Date>2023-10-24</Date>
<Version>1.12.2</Version> <Version>1.12.2</Version>