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

This commit is contained in:
2015-10-06 00:44:04 +03:00
parent e8d08afea2
commit 8331321558
3 changed files with 74 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/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 install():
pisitools.insinto("/usr/share/hunspell", "*.dic")
pisitools.insinto("/usr/share/hunspell", "*.aff")
pisitools.dodoc("README*")
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>hunspell-dict-pt</Name>
<Homepage>http://www.broffice.org/verortografico/baixar</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<License>GPLv2+</License>
<IsA>locale:pt</IsA>
<IsA>data</IsA>
<Summary>Portuguese hunspell dictionaries</Summary>
<Description>hunspell-dict-pt includes Portuguese hunspell dictionaries.</Description>
<Archive sha1sum="0a135db0d392fe720b96c37294c7e831d3ea5029" type="targz">http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20150704.tar.gz</Archive>
</Source>
<Package>
<Name>hunspell-dict-pt</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>20150704</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-27</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-pt</Name>
<Summary xml:lang="tr">Portekizce hunspell sözlükleri</Summary>
<Description xml:lang="tr">hunspell-dict-pt Portekizce hunspell sözlükleri içerir.</Description>
</Source>
</PISI>