From 3fe5d05a9d231d8e9c13dca282f33092f3cd95b9 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 10 Aug 2015 09:17:43 +0300 Subject: [PATCH] echant:moved into main for pisi 2.0 --- office/spellcheck/enchant/actions.py | 28 +++++++ office/spellcheck/enchant/pspec.xml | 97 ++++++++++++++++++++++ office/spellcheck/enchant/translations.xml | 23 +++++ 3 files changed, 148 insertions(+) create mode 100644 office/spellcheck/enchant/actions.py create mode 100644 office/spellcheck/enchant/pspec.xml create mode 100644 office/spellcheck/enchant/translations.xml diff --git a/office/spellcheck/enchant/actions.py b/office/spellcheck/enchant/actions.py new file mode 100644 index 0000000000..d85e05abd5 --- /dev/null +++ b/office/spellcheck/enchant/actions.py @@ -0,0 +1,28 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.autoreconf("-fvi") + autotools.configure("--disable-static \ + --enable-aspell \ + --enable-zemberek \ + --enable-myspell \ + --with-myspell-dir=/usr/share/hunspell \ + --disable-ispell \ + --disable-uspell \ + --disable-hspell") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "NEWS", "README", "TODO", "HACKING", "MAINTAINERS") diff --git a/office/spellcheck/enchant/pspec.xml b/office/spellcheck/enchant/pspec.xml new file mode 100644 index 0000000000..9a6d23583d --- /dev/null +++ b/office/spellcheck/enchant/pspec.xml @@ -0,0 +1,97 @@ + + + + + enchant + http://www.abisource.com/enchant/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + Spellchecker wrapping library + enchant is a library that wraps other spell checking backends. + http://www.abisource.com/downloads/enchant/1.6.0/enchant-1.6.0.tar.gz + + aspell + hunspell + glib2-devel + + + + + enchant + + glib2 + libgcc + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + /usr/share/enchant + + + + + enchant-aspell + aspell backend for Enchant + + enchant + aspell + + + /usr/lib/enchant/libenchant_aspell.so + + + + + enchant-zemberek + zemberek backend for Enchant + + enchant + zemberek-server + + + /usr/lib/enchant/libenchant_zemberek.so + + + + + enchant-devel + Development files for enchant + + enchant + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2014-05-25 + 1.6.0 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-23 + 1.6.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 1.6.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/office/spellcheck/enchant/translations.xml b/office/spellcheck/enchant/translations.xml new file mode 100644 index 0000000000..0c9237a49e --- /dev/null +++ b/office/spellcheck/enchant/translations.xml @@ -0,0 +1,23 @@ + + + + enchant + İmla denetimi kitaplığı + enchant, diğer imla denetim kitaplıklarını arkauç olarak kullanan bir imla denetim kitaplığıdır. + + + + enchant-aspell + Enchant için aspell arkaucu + + + + enchant-zemberek + Enchant için zemberek arkaucu + + + + enchant-devel + enchant için geliştirme dosyaları + +