hunspell-dict-nl:move into main repo for pisi 2.0

This commit is contained in:
2015-10-06 00:43:27 +03:00
parent 6cae081c3e
commit cb3e625860
3 changed files with 87 additions and 0 deletions
@@ -0,0 +1,22 @@
#!/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
WorkDir = "."
def setup():
shelltools.system("unzip -o OpenTaal-210G-LO.oxt")
def install():
pisitools.insinto("/usr/share/hunspell", "*.dic")
pisitools.insinto("/usr/share/hunspell", "*.aff")
pisitools.dosym("nl_NL.dic", "/usr/share/hunspell/nl_BE.dic")
pisitools.dosym("nl_NL.aff", "/usr/share/hunspell/nl_BE.aff")
pisitools.dodoc("*.txt")
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>hunspell-dict-nl</Name>
<Homepage>http://www.opentaal.org/english.php</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<IsA>locale:nl</IsA>
<IsA>data</IsA>
<Summary>Dutch hunspell dictionaries</Summary>
<Description>hunspell-dict-nl includes Dutch hunspell dictionaries.</Description>
<Archive sha1sum="b81870e2decc3671c066e77b4f3764f819b5a86a" type="binary">http://pkgs.fedoraproject.org/repo/pkgs/hunspell-nl/OpenTaal-210G-LO.oxt/3c96686c2555e3ae23b5de06ba08631b/OpenTaal-210G-LO.oxt</Archive>
</Source>
<Package>
<Name>hunspell-dict-nl</Name>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-10-05</Date>
<Version>2.10g</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-02-17</Date>
<Version>1.00g</Version>
<Comment>Rebuild</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-05-05</Date>
<Version>1.00g</Version>
<Comment>Adress Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>1.00g</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-nl</Name>
<Summary xml:lang="tr">Flemenkçe hunspell sözlükleri</Summary>
<Description xml:lang="tr">hunspell-dict-nl Flemenkçe hunspell sözlüklerini içerir.</Description>
</Source>
</PISI>