From f20e845625704db915f1a8a3963e0618ba5ce6c4 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Tue, 6 Oct 2015 00:42:54 +0300 Subject: [PATCH] hunspell-dict-fr:move into main repo for pisi 2.0 --- office/dictionary/hunspell-dict-fr/actions.py | 23 ++++++++++ office/dictionary/hunspell-dict-fr/pspec.xml | 45 +++++++++++++++++++ .../hunspell-dict-fr/translations.xml | 8 ++++ 3 files changed, 76 insertions(+) create mode 100644 office/dictionary/hunspell-dict-fr/actions.py create mode 100644 office/dictionary/hunspell-dict-fr/pspec.xml create mode 100644 office/dictionary/hunspell-dict-fr/translations.xml diff --git a/office/dictionary/hunspell-dict-fr/actions.py b/office/dictionary/hunspell-dict-fr/actions.py new file mode 100644 index 0000000000..53e5d858ed --- /dev/null +++ b/office/dictionary/hunspell-dict-fr/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", "*.dic") + pisitools.insinto("/usr/share/hunspell", "*.aff") + + shelltools.chmod("%s/usr/share/hunspell/*" % get.installDIR(), 0644) + + for lang in ("fr_BE", "fr_CA", "fr_CH", "fr_LU", "fr_MC"): + pisitools.dosym("fr_FR.dic", "/usr/share/hunspell/%s.dic" % lang) + pisitools.dosym("fr_FR.aff", "/usr/share/hunspell/%s.aff" % lang) + + pisitools.dodoc("README*") diff --git a/office/dictionary/hunspell-dict-fr/pspec.xml b/office/dictionary/hunspell-dict-fr/pspec.xml new file mode 100644 index 0000000000..d2ccb954f8 --- /dev/null +++ b/office/dictionary/hunspell-dict-fr/pspec.xml @@ -0,0 +1,45 @@ + + + + + hunspell-dict-fr + http://dico.savant.free.fr/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + MPL-1.1 + locale:fr + data + French hunspell dictionaries + hunspell-dict-fr includes French (France, Belgium, etc.) hunspell dictionaries. + http://dico.savant.free.fr/_download/fr_FR_2-3-2.zip + + + + hunspell-dict-fr + + /usr/share/hunspell + /usr/share/doc + + + + + + 2014-01-27 + 2.3.2 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 2.3.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/office/dictionary/hunspell-dict-fr/translations.xml b/office/dictionary/hunspell-dict-fr/translations.xml new file mode 100644 index 0000000000..9c71a80dd9 --- /dev/null +++ b/office/dictionary/hunspell-dict-fr/translations.xml @@ -0,0 +1,8 @@ + + + + hunspell-dict-fr + Fransızca hunspell sözlükleri + hunspell-dict-fr Fransızca (Fransa, Belçika vs.) hunspell sözlüklerini içerir. + +