hunspell-dict-es:move into main repo for pisi 2.0
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/hunspell", "es_ANY.dic", "es_ES.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "es_ANY.aff", "es_ES.aff")
|
||||
|
||||
for lang in ("es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_CU", "es_DO", "es_EC", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PE", "es_PR", "es_PY", "es_SV", "es_US", "es_UY", "es_VE"):
|
||||
pisitools.dosym("es_ES.dic", "/usr/share/hunspell/%s.dic" % lang)
|
||||
pisitools.dosym("es_ES.aff", "/usr/share/hunspell/%s.aff" % lang)
|
||||
|
||||
pisitools.dodoc("*.txt")
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-es</Name>
|
||||
<Homepage>http://es.openoffice.org/programa/diccionario.html</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3+</License>
|
||||
<License>GPLv3+</License>
|
||||
<License>MPL-1.1</License>
|
||||
<IsA>locale:es</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Spanish hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-es includes Spanish (Spain, Mexico, etc.) hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="61f9a8f31991edbd0806b62eb7694c599ed18002" type="zip">http://pkgs.fedoraproject.org/repo/pkgs/hunspell-es/es_ANY.zip/a88e2244de48c0ff42f1b77c4a80c8a0/es_ANY.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-es</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-02-17</Date>
|
||||
<Version>0.0_20081215</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-05</Date>
|
||||
<Version>0.0_20081215</Version>
|
||||
<Comment>Fixed</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.0_20081215</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-es</Name>
|
||||
<Summary xml:lang="tr">İspanyolca hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-es İspanyolca (İspanya, Meksika vs.) hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user