enchant2:version bump
This commit is contained in:
@@ -4,19 +4,26 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("./bootstrap")
|
||||
|
||||
#suppress g++ warnings
|
||||
pisitools.cxxflags.add("-Wno-useless-cast -Wno-old-style-cast -Wno-deprecated-declarations\
|
||||
-Wno-effc++ -Wno-abi")
|
||||
#suppress gcc warnings
|
||||
pisitools.cflags.add("-fno-stack-protector -Wno-suggest-attribute=malloc")
|
||||
autotools.configure("--disable-static \
|
||||
--with-zemberek \
|
||||
--with-aspell \
|
||||
--with-myspell \
|
||||
--with-myspell-dir=/usr/share/hunspell")
|
||||
|
||||
|
||||
#fix unused direct dependency analysis
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
@@ -27,4 +34,4 @@ def install():
|
||||
|
||||
pisitools.rename("/usr/share/enchant/enchant.ordering", "enchant.ordering-2")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README", "HACKING")
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README", "HACKING")
|
||||
@@ -1,30 +1,32 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>enchant2</Name>
|
||||
<Homepage>https://www.abisource.com/enchant/</Homepage>
|
||||
<Homepage>https://abiword.github.io/enchant/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>office.spellcheck</PartOf>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Spellchecker wrapping library</Summary>
|
||||
<Description>enchant is a library that wraps other spell checking backends.</Description>
|
||||
<Archive sha1sum="7ac67b90b95004471fbc7992263bdc70613ad591" type="targz">https://github.com/AbiWord/enchant/archive/v2.2.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>gnupg</Dependency>
|
||||
<Dependency>aspell-devel</Dependency>
|
||||
<Archive sha1sum="feb1cf214db146c9fe1a49f10788e63d60eadd54" type="targz">https://github.com/AbiWord/enchant/archive/v2.2.7.tar.gz</Archive>
|
||||
<BuildDependencies
|
||||
><Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>hunspell-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>aspell-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gnupg</Dependency>
|
||||
<Dependency>git</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>enchant2</Name>
|
||||
<Summary>Spellchecker wrapping library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>hunspell</Dependency>
|
||||
@@ -76,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>2.2.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-04-06</Date>
|
||||
<Version>2.2.3</Version>
|
||||
@@ -84,4 +93,4 @@
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -9,15 +9,18 @@
|
||||
<Package>
|
||||
<Name>enchant2-aspell</Name>
|
||||
<Summary xml:lang="tr">Enchant2 için aspell arkaucu</Summary>
|
||||
<Description xml:lang="tr">enchant2-aspell, enchant2 için aspell arkaucu sağlar.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>enchant2-zemberek</Name>
|
||||
<Summary xml:lang="tr">Enchant2 için zemberek arkaucu</Summary>
|
||||
<Description xml:lang="tr">enchant2-zemberek, enchant2 için zemberek arkaucu sağlar.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>enchant2-devel</Name>
|
||||
<Summary xml:lang="tr">enchant2 için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">enchant2-devel, enchant2 için geliştirme dosyaları sağlar.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user