From a6173fe929455a8a071675aac317709e406d4681 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Tue, 6 Oct 2015 00:44:18 +0300 Subject: [PATCH] hunspell-dict-ru:move into main repo for pisi 2.0 --- office/dictionary/hunspell-dict-ru/actions.py | 23 +++++++++ office/dictionary/hunspell-dict-ru/pspec.xml | 50 +++++++++++++++++++ .../hunspell-dict-ru/translations.xml | 8 +++ 3 files changed, 81 insertions(+) create mode 100644 office/dictionary/hunspell-dict-ru/actions.py create mode 100644 office/dictionary/hunspell-dict-ru/pspec.xml create mode 100644 office/dictionary/hunspell-dict-ru/translations.xml diff --git a/office/dictionary/hunspell-dict-ru/actions.py b/office/dictionary/hunspell-dict-ru/actions.py new file mode 100644 index 0000000000..b3bcd4640f --- /dev/null +++ b/office/dictionary/hunspell-dict-ru/actions.py @@ -0,0 +1,23 @@ +#!/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 pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +WorkDir = "." + +def install(): + pisitools.insinto("/usr/share/hunspell", "ru_myspell.dict", "ru_RU.dic") + pisitools.insinto("/usr/share/hunspell", "ru_RU.koi8r.aff", "ru_RU.aff") + + shelltools.chmod("%s/usr/share/hunspell/*" % get.installDIR(), 0644) + + for lang in ("ru_UA",): + pisitools.dosym("ru_RU.dic", "/usr/share/hunspell/%s.dic" % lang) + pisitools.dosym("ru_RU.aff", "/usr/share/hunspell/%s.aff" % lang) + + pisitools.dodoc("readme*", "LICENSE") diff --git a/office/dictionary/hunspell-dict-ru/pspec.xml b/office/dictionary/hunspell-dict-ru/pspec.xml new file mode 100644 index 0000000000..ac3c6e0522 --- /dev/null +++ b/office/dictionary/hunspell-dict-ru/pspec.xml @@ -0,0 +1,50 @@ + + + + + hunspell-dict-ru + ftp://ftp.vsu.ru/mirrors/scon155.phys.msu.su/pub/russian/ispell/myspell + + PisiLinux Community + admins@pisilinux.org + + BSD + locale:ru + data + Russian hunspell dictionaries + hunspell-dict-ru includes Russian hunspell dictionaries. + http://pkgs.fedoraproject.org/repo/pkgs/hunspell-ru/rus-myspell-0.99f7.tar.gz/05a7c3a7bea2432410a35d93161b4c0a/rus-myspell-0.99f7.tar.gz + + + + hunspell-dict-ru + + /usr/share + /usr/share/doc + + + + + + 2014-02-17 + 0.99f_7 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-05-05 + 0.99f_7 + Url fixed + Ertan Güven + ertan@pisilinux.org + + + 2010-12-28 + 0.99f_7 + First release + Pisi Linux Admins + admins@pisilinux.org + + + \ No newline at end of file diff --git a/office/dictionary/hunspell-dict-ru/translations.xml b/office/dictionary/hunspell-dict-ru/translations.xml new file mode 100644 index 0000000000..4b08198660 --- /dev/null +++ b/office/dictionary/hunspell-dict-ru/translations.xml @@ -0,0 +1,8 @@ + + + + hunspell-dict-ru + Rusça hunspell sözlükleri + hunspell-dict-ru Rusça hunspell sözlüklerini içerir. + +