Page MenuHomeSolus

hunspell-it.patch

Authored By
cybre
Aug 3 2016, 10:40 PM
Size
2 KB
Referenced Files
None
Subscribers
None

hunspell-it.patch

From 8c91b198b5933dd64afe3312f95a11824967552d Mon Sep 17 00:00:00 2001
From: Stefan Ric <stfric369@gmail.com>
Date: Thu, 21 Jul 2016 03:05:59 +0200
Subject: [PATCH] Initial commit
Signed-off-by: Stefan Ric <stfric369@gmail.com>
---
package.yml | 19 +++++++++++++++++++
pspec_x86_64.xml | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..fff0a03
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,19 @@
+name : hunspell-it
+version : 2.4
+release : 1
+source :
+ - http://vorboss.dl.sourceforge.net/project/linguistico/Dizionario%20italiano%20per%20OOo/2_4_2007_09_01/italiano_2_4_2007_09_01.zip : 2d37f687041f7eee306014915a75b8ac3d43482c5ed9f9d932857457cecf2e55
+license : GPL-3.0
+component : spelling
+summary : Italian hunspell dictionaries
+description: |
+ Italian hunspell dictionaries
+rundeps :
+ - libhunspell
+install : |
+ install -d -m 00644 $installdir/usr/share/hunspell
+ install -m 00644 it_IT.dic $installdir/usr/share/hunspell
+ install -m 00644 it_IT.aff $installdir/usr/share/hunspell
+
+ ln -s $installdir/usr/share/hunspell/it_IT.dic $installdir/usr/share/hunspell/it_CH.dic
+ ln -s $installdir/usr/share/hunspell/it_IT.aff $installdir/usr/share/hunspell/it_CH.aff
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..f4b3469
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>hunspell-it</Name>
+ <Packager>
+ <Name>Stefan Ric</Name>
+ <Email>stfric369@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>spelling</PartOf>
+ <Summary xml:lang="en">Italian hunspell dictionaries</Summary>
+ <Description xml:lang="en">Italian hunspell dictionaries
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>hunspell-it</Name>
+ <Summary xml:lang="en">Italian hunspell dictionaries</Summary>
+ <Description xml:lang="en">Italian hunspell dictionaries
+</Description>
+ <PartOf>spelling</PartOf>
+ <Files>
+ <Path fileType="data">/usr/share/hunspell/it_CH.aff</Path>
+ <Path fileType="data">/usr/share/hunspell/it_CH.dic</Path>
+ <Path fileType="data">/usr/share/hunspell/it_IT.aff</Path>
+ <Path fileType="data">/usr/share/hunspell/it_IT.dic</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-07-21</Date>
+ <Version>2.4</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Stefan Ric</Name>
+ <Email>stfric369@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.9.1

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
145
Default Alt Text
hunspell-it.patch (2 KB)

Event Timeline