hunspell-dict-ca:move into main repo for pisi 2.0
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/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 = "hunspell"
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("catalan.aff", "\r")
|
||||
pisitools.dosed("catalan.dic", "\r")
|
||||
|
||||
def install():
|
||||
for lang in ("ca_AD", "ca_FR", "ca_IT", "ca_ES"):
|
||||
pisitools.insinto("/usr/share/hunspell", "catalan.aff", lang + ".aff")
|
||||
pisitools.insinto("/usr/share/hunspell", "catalan.dic", lang + ".dic")
|
||||
|
||||
pisitools.dohtml("release-notes*")
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-ca</Name>
|
||||
<Homepage>http://www.softcatala.org/wiki/Projectes/Corrector_ortogràfic</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2+</License>
|
||||
<IsA>locale:ca</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Catalan hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-ca includes Catalan hunspell dictionaries.</Description>
|
||||
<!-- svn checkout svn://softcatala.org/corrector/trunk/resultats/hunspell -->
|
||||
<Archive sha1sum="2e9d39ad10e02bb8fc03b735b50a2cf6b76fb905" type="tarbz2">http://source.pisilinux.org/1.0/hunspell-dict-ca-20090319.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-ca</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/hunspell</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2014-01-26</Date>
|
||||
<Version>0.0_20090319</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.0_20090319</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-ca</Name>
|
||||
<Summary xml:lang="tr">Katalanca hunspell sözlüğü</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-ca Katalanca hunspell sözlüğünü içermektedir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user