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

This commit is contained in:
2015-10-06 00:43:47 +03:00
parent cb3e625860
commit e8d08afea2
3 changed files with 79 additions and 0 deletions
@@ -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
from pisi.actionsapi import shelltools
WorkDir = "."
def setup():
shelltools.system("unzip -o pl_PL.zip")
def install():
pisitools.insinto("/usr/share/hunspell", "*.dic")
pisitools.insinto("/usr/share/hunspell", "*.aff")
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-pl</Name>
<Homepage>http://www.kurnik.pl/dictionary/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<License>GPLv2+</License>
<License>MPL-1.1</License>
<IsA>locale:pl</IsA>
<IsA>data</IsA>
<Summary>Polish hunspell dictionaries</Summary>
<Description>hunspell-dict-pl includes Polish hunspell dictionaries.</Description>
<Archive sha1sum="3b244cff863547d2f6542130940fd82a9472f8d4" type="zip">https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-20150428.zip</Archive>
</Source>
<Package>
<Name>hunspell-dict-pl</Name>
<Files>
<Path fileType="data">/usr/share/hunspell</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2015-10-05</Date>
<Version>20100428</Version>
<Comment>Rebuild</Comment>
<Name>Alihanh Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-26</Date>
<Version>0.0_20090319</Version>
<Comment>Rebuild</Comment>
<Name>Alihanh Ö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-pl</Name>
<Summary xml:lang="tr">Polonya dili için hunspell sözlükleri</Summary>
<Description xml:lang="tr">hunspell-dict-pl Polonya dili için hunspell sözlükleri içerir.</Description>
</Source>
</PISI>