Merge pull request #574 from ayhanyalcinsoy/master
hunspell dictionaries
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/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 get
|
||||
|
||||
WorkDir = "rootactions_servicemenu_%s" % get.srcVERSION()
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/kservices5/ServiceMenus", "Root_Actions_%s/dolphin-KDE4/*.desktop" % get.srcVERSION())
|
||||
pisitools.dobin("Root_Actions_%s/rootactions-servicemenu.pl" % get.srcVERSION())
|
||||
|
||||
pisitools.dodoc("README")
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-servicemenu-rootactions</Name>
|
||||
<Homepage>http://www.kde-apps.org/content/show.php?content=48411</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>dolphin</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Root actions servicemenu for Dolphin</Summary>
|
||||
<Description>kde-servicemenu-rootactions is an addon for KDE4 that provides a convenient way to perform several actions as root from the right-click context menu in Dolphin file manager.</Description>
|
||||
<Archive sha1sum="98af5a95a5072c9712ca6f1b47b89e3b7d94866f" type="targz">http://kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu_2.8.1.tar.gz</Archive>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">fix-translations.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kde-servicemenu-rootactions</Name>
|
||||
<RuntimeDependencies>
|
||||
<!--<Dependency>kde-baseapps</Dependency>
|
||||
<Dependency>xdg-utils</Dependency>-->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/kservices5</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-05-30</Date>
|
||||
<Version>2.8.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-09</Date>
|
||||
<Version>2.8.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-11-20</Date>
|
||||
<Version>2.7.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-servicemenu-rootactions</Name>
|
||||
<Summary xml:lang="tr">Dolphin için yetkili kullanıcı eylemleri menüsü</Summary>
|
||||
<Description xml:lang="tr">kde-servicemenu-rootactions, Dolphin dosya yöneticisinin içerik menüsü üzerinden yetkili kullanıcı işlemlerinin gerçekleştirilebilmesini sağlayan bir eklentidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,33 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir = "igerman98-20131206"
|
||||
|
||||
def build():
|
||||
autotools.make("hunspell/de_AT_small.dic hunspell/de_AT.aff hunspell/de_CH_small.dic hunspell/de_CH.aff hunspell/de_DE.aff")
|
||||
|
||||
shelltools.cd("hunspell")
|
||||
for f in ("README_de_AT.txt", "README_de_CH.txt", "README_de_DE.txt"):
|
||||
pisitools.dosed(f, "\r")
|
||||
|
||||
def install():
|
||||
shelltools.cd("hunspell")
|
||||
pisitools.insinto("/usr/share/hunspell", "*.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "*.aff")
|
||||
|
||||
pisitools.dosym("de_DE.dic", "/usr/share/hunspell/de_BE.dic")
|
||||
pisitools.dosym("de_DE.aff", "/usr/share/hunspell/de_BE.aff")
|
||||
pisitools.dosym("de_DE.dic", "/usr/share/hunspell/de_LU.dic")
|
||||
pisitools.dosym("de_DE.aff", "/usr/share/hunspell/de_LU.aff")
|
||||
|
||||
pisitools.dosym("de_CH.dic", "/usr/share/hunspell/de_LI.dic")
|
||||
pisitools.dosym("de_CH.aff", "/usr/share/hunspell/de_LI.aff")
|
||||
|
||||
pisitools.dodoc("README*", "COPYING*")
|
||||
@@ -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-de</Name>
|
||||
<Homepage>http://www.j3e.de/ispell/igerman98</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv3</License>
|
||||
<IsA>locale:de</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>German hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-de includes German, Switzerland, etc. hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="ae310d6c92c49cfddbc569431bcb296bcfbad5a1" type="tarbz2">https://www.j3e.de/ispell/igerman98/dict/igerman98-20131206.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-de</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_20131216</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.0_20090107</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-de</Name>
|
||||
<Summary xml:lang="tr">Almanca hunspell sözlüğü</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-de Almanca ve İsviçre Almancası için hunspell sözlüklerini içermektedir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,24 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
WorkDir = "wordlist"
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/hunspell/", "en_*.dic")
|
||||
pisitools.insinto("/usr/share/hunspell/", "en_*.aff")
|
||||
|
||||
for f in ("en_AU", "en_BS", "en_BW", "en_BZ", "en_DK", "en_GH", "en_HK", "en_IE", "en_IN", "en_JM", "en_NA", "en_NG", "en_NZ", "en_SG", "en_TT", "en_ZA", "en_ZW"):
|
||||
pisitools.dosym("en_GB-large.dic", "/usr/share/hunspell/%s.dic" % f)
|
||||
pisitools.dosym("en_GB-large.aff", "/usr/share/hunspell/%s.aff" % f)
|
||||
|
||||
pisitools.dosym("en_US.dic", "/usr/share/hunspell/en_PH.dic")
|
||||
pisitools.dosym("en_US.aff", "/usr/share/hunspell/en_PH.aff")
|
||||
|
||||
pisitools.dodoc("README*", "README*")
|
||||
@@ -0,0 +1,56 @@
|
||||
--- wordlist.orig/en_GB.dic 2005-05-26 11:49:30.000000000 +0100
|
||||
+++ wordlist/en_GB.dic 2008-11-28 10:01:37.000000000 +0000
|
||||
@@ -1,4 +1,4 @@
|
||||
-46280
|
||||
+46286
|
||||
abaft
|
||||
abbreviation/M
|
||||
abdicate/DNGSn
|
||||
@@ -2278,6 +2278,7 @@
|
||||
hysterectomy/SM
|
||||
Hyundai/M
|
||||
ICC/M
|
||||
+i
|
||||
icebox/SM
|
||||
icicle/SM
|
||||
iconoclasm/MS
|
||||
@@ -2470,6 +2471,7 @@
|
||||
Ithacan
|
||||
its
|
||||
ix
|
||||
+j
|
||||
jackknife/DGMS
|
||||
Jacqueline
|
||||
Jaeger/M
|
||||
@@ -2764,6 +2766,7 @@
|
||||
Mabel/M
|
||||
Macedon
|
||||
Macedonia/M
|
||||
+m
|
||||
macintosh/SM
|
||||
MacIntyre
|
||||
Mackenzie
|
||||
@@ -3222,6 +3225,7 @@
|
||||
nuttiness/S
|
||||
nymphomaniac/S
|
||||
Oakland/M
|
||||
+o
|
||||
ob.
|
||||
obeyer/EM
|
||||
obfuscation/M
|
||||
@@ -4797,6 +4801,7 @@
|
||||
tyro/SM
|
||||
UFO/S
|
||||
Ukrainian/S
|
||||
+u
|
||||
ulcerate/SGNDn
|
||||
ulcerous
|
||||
Ulrika/M
|
||||
@@ -4962,6 +4967,7 @@
|
||||
vulnerability/SI
|
||||
vulva/M
|
||||
WAC
|
||||
+w
|
||||
wagon/SM
|
||||
waitress/MS
|
||||
Waldemar/M
|
||||
@@ -0,0 +1,8 @@
|
||||
--- wordlist/scowl/speller/en.dic.supp.orig 2008-11-28 10:10:01.000000000 +0000
|
||||
+++ wordlist/scowl/speller/en.dic.supp 2008-11-28 10:10:10.000000000 +0000
|
||||
@@ -21,3 +21,5 @@
|
||||
7th/pt
|
||||
8th/pt
|
||||
9th/pt
|
||||
+e.g.
|
||||
+i.e.
|
||||
@@ -0,0 +1,45 @@
|
||||
--- wordlist.orig/scowl/r/special/proper-names 2008-02-08 11:53:27.000000000 +0000
|
||||
+++ wordlist/scowl/r/special/proper-names 2008-02-08 12:06:00.000000000 +0000
|
||||
@@ -3,7 +3,9 @@
|
||||
Barack
|
||||
Bernanke
|
||||
Biden
|
||||
+Camino
|
||||
Bugzilla
|
||||
+ChatZilla
|
||||
Debian
|
||||
Emacs
|
||||
Gentoo
|
||||
@@ -11,10 +13,14 @@
|
||||
ISO
|
||||
Ispell
|
||||
LyX
|
||||
+Mandriva
|
||||
Mozilla
|
||||
+MySpell
|
||||
PayPal
|
||||
+SeaMonkey
|
||||
SUSE
|
||||
Slackware
|
||||
+Sunbird
|
||||
Thunderbird
|
||||
Ubuntu
|
||||
XEmacs
|
||||
--- wordlist.orig/scowl/speller/en.aff 2008-02-08 20:28:24.000000000 +0000
|
||||
+++ wordlist/scowl/speller/en.aff 2008-02-08 20:28:45.000000000 +0000
|
||||
@@ -110,13 +110,14 @@
|
||||
SFX L Y 1
|
||||
SFX L 0 ment .
|
||||
|
||||
-REP 88
|
||||
+REP 89
|
||||
REP a ei
|
||||
REP ei a
|
||||
REP a ey
|
||||
REP ey a
|
||||
REP ai ie
|
||||
REP ie ai
|
||||
+REP alot a_lot
|
||||
REP are air
|
||||
REP are ear
|
||||
REP are eir
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-en</Name>
|
||||
<Homepage>http://wordlist.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2+</License>
|
||||
<License>BSD</License>
|
||||
<IsA>locale:en</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>English hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-en includes English (US, UK, etc.) hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="a4172755005d80cc4d89d919aed08fb998db7635" target="wordlist" type="zip">http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_US-2015.05.18.zip</Archive>
|
||||
<Archive sha1sum="84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80" target="wordlist" type="zip">http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_CA-2015.05.18.zip</Archive>
|
||||
<Archive sha1sum="daf8e7d03571990199cb0986e18e469a951e8ab0" target="wordlist" type="zip">http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_GB-large-2015.05.18.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-en</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-10-05</Date>
|
||||
<Version>2015.05.18</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Ayhan Yalcinsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-02-17</Date>
|
||||
<Version>0.0_20090319</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</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-en</Name>
|
||||
<Summary xml:lang="tr">İngilizce hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-en İngilizce (US, UK vs.) hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/hunspell", "*.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "*.aff")
|
||||
|
||||
shelltools.chmod("%s/usr/share/hunspell/*" % get.installDIR(), 0644)
|
||||
|
||||
for lang in ("fr_BE", "fr_CA", "fr_CH", "fr_LU", "fr_MC"):
|
||||
pisitools.dosym("fr_FR.dic", "/usr/share/hunspell/%s.dic" % lang)
|
||||
pisitools.dosym("fr_FR.aff", "/usr/share/hunspell/%s.aff" % lang)
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-fr</Name>
|
||||
<Homepage>http://dico.savant.free.fr/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2</License>
|
||||
<License>MPL-1.1</License>
|
||||
<IsA>locale:fr</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>French hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-fr includes French (France, Belgium, etc.) hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="a3d2cbebe84b02e3c417785bacd472cb724e7749" type="zip">http://dico.savant.free.fr/_download/fr_FR_2-3-2.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-fr</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-27</Date>
|
||||
<Version>2.3.2</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>2.3.2</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-fr</Name>
|
||||
<Summary xml:lang="tr">Fransızca hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-fr Fransızca (Fransa, Belçika vs.) hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,18 @@
|
||||
#!/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", "*.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "*.aff")
|
||||
|
||||
pisitools.dosym("it_IT.dic", "/usr/share/hunspell/it_CH.dic")
|
||||
pisitools.dosym("it_IT.aff", "/usr/share/hunspell/it_CH.aff")
|
||||
|
||||
pisitools.dodoc("*.txt", "*AUTHORS", "*ChangeLog", "*COPYING")
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-it</Name>
|
||||
<Homepage>http://linguistico.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2+</License>
|
||||
<IsA>locale:it</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Italian hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-it includes Italian hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="b5c50c8afcad3f82757827ac7dd696b550b06d80" type="zip">http://downloads.sourceforge.net/sourceforge/linguistico/italiano_2_4_2007_09_01.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-it</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>2.4</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>2.4</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-it</Name>
|
||||
<Summary xml:lang="tr">İtalyanca hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-it İtalyanca hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/hunspell", "ru_myspell.dict", "ru_RU.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "ru_RU.koi8r.aff", "ru_RU.aff")
|
||||
|
||||
shelltools.chmod("%s/usr/share/hunspell/*" % get.installDIR(), 0644)
|
||||
|
||||
for lang in ("ru_UA",):
|
||||
pisitools.dosym("ru_RU.dic", "/usr/share/hunspell/%s.dic" % lang)
|
||||
pisitools.dosym("ru_RU.aff", "/usr/share/hunspell/%s.aff" % lang)
|
||||
|
||||
pisitools.dodoc("readme*", "LICENSE")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-ru</Name>
|
||||
<Homepage>ftp://ftp.vsu.ru/mirrors/scon155.phys.msu.su/pub/russian/ispell/myspell</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>locale:ru</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Russian hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-ru includes Russian hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="1a1eab7dda00b05cc44a2a0950392643fd0bb395" type="targz">http://pkgs.fedoraproject.org/repo/pkgs/hunspell-ru/rus-myspell-0.99f7.tar.gz/05a7c3a7bea2432410a35d93161b4c0a/rus-myspell-0.99f7.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-ru</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.99f_7</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-05</Date>
|
||||
<Version>0.99f_7</Version>
|
||||
<Comment>Url fixed</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-12-28</Date>
|
||||
<Version>0.99f_7</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-ru</Name>
|
||||
<Summary xml:lang="tr">Rusça hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-ru Rusça hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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 ooo_swedish_dict_2-36.oxt")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/hunspell", "dictionaries/*.dic")
|
||||
pisitools.insinto("/usr/share/hunspell", "dictionaries/*.aff")
|
||||
|
||||
pisitools.dodoc("LICENSE*")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hunspell-dict-sv</Name>
|
||||
<Homepage>http://dsso.se/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>locale:sv</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Swedish hunspell dictionaries</Summary>
|
||||
<Description>hunspell-dict-sv includes Swedish hunspell dictionaries.</Description>
|
||||
<Archive sha1sum="b1283b954cd17bd90056c61beab2c871456e076c" type="binary">http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/2.36/ooo_swedish_dict_2-36.oxt</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>hunspell-dict-sv</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>1.29</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.29</Version>
|
||||
<Comment>v.Bump</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>1.29</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-sv</Name>
|
||||
<Summary xml:lang="tr">İsveççe hunspell sözlükleri</Summary>
|
||||
<Description xml:lang="tr">hunspell-dict-sv İsveççe hunspell sözlüklerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user