Page MenuHomeSolus

hunspell-de.patch

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

hunspell-de.patch

From 7ea61310709ceb5c28bd6e8bb61123eac61a2182 Mon Sep 17 00:00:00 2001
From: Stefan Ric <stfric369@gmail.com>
Date: Thu, 21 Jul 2016 00:31:58 +0200
Subject: [PATCH] Initial commit
Signed-off-by: Stefan Ric <stfric369@gmail.com>
---
package.yml | 31 +++++++++++++++++++++++++++++++
pspec_x86_64.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 76 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..f6cf528
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,31 @@
+name : hunspell-de
+version : 20151222
+release : 1
+source :
+ - https://www.j3e.de/ispell/igerman98/dict/igerman98-20151222.tar.bz2 : 5964178dc87b9be9dfe7cb256c2e35e139e86063225c19cb1fe2cc7cb11d7e4e
+license : GPL-3.0
+component : spelling
+summary : German hunspell dictionaries
+description: |
+ German hunspell dictionaries
+builddeps :
+ - ispell
+rundeps :
+ - libhunspell
+build : |
+ make hunspell/de_AT.dic hunspell/de_AT.aff \
+ hunspell/de_CH.dic hunspell/de_CH.aff \
+ hunspell/de_DE.dic hunspell/de_DE.aff
+install : |
+ install -d -m 00644 $installdir/usr/share/hunspell
+ install -m 00644 hunspell/de_??.dic $installdir/usr/share/hunspell
+ install -m 00644 hunspell/de_??.aff $installdir/usr/share/hunspell
+
+ pushd $installdir/usr/share/hunspell
+ ln -s de_DE.dic de_BE.dic
+ ln -s de_DE.aff de_BE.aff
+ ln -s de_DE.dic de_LU.dic
+ ln -s de_DE.aff de_LU.aff
+ ln -s de_CH.dic de_LI.dic
+ ln -s de_CH.aff de_LI.aff
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..0486e78
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,45 @@
+<PISI>
+ <Source>
+ <Name>hunspell-de</Name>
+ <Packager>
+ <Name>Stefan Ric</Name>
+ <Email>stfric369@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>spelling</PartOf>
+ <Summary xml:lang="en">German hunspell dictionaries</Summary>
+ <Description xml:lang="en">German hunspell dictionaries
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>hunspell-de</Name>
+ <Summary xml:lang="en">German hunspell dictionaries</Summary>
+ <Description xml:lang="en">German hunspell dictionaries
+</Description>
+ <PartOf>spelling</PartOf>
+ <Files>
+ <Path fileType="data">/usr/share/hunspell/de_AT.aff</Path>
+ <Path fileType="data">/usr/share/hunspell/de_AT.dic</Path>
+ <Path fileType="data">/usr/share/hunspell/de_BE.aff</Path>
+ <Path fileType="data">/usr/share/hunspell/de_BE.dic</Path>
+ <Path fileType="data">/usr/share/hunspell/de_CH.aff</Path>
+ <Path fileType="data">/usr/share/hunspell/de_CH.dic</Path>
+ <Path fileType="data">/usr/share/hunspell/de_DE.aff</Path>
+ <Path fileType="data">/usr/share/hunspell/de_DE.dic</Path>
+ <Path fileType="data">/usr/share/hunspell/de_LI.aff</Path>
+ <Path fileType="data">/usr/share/hunspell/de_LI.dic</Path>
+ <Path fileType="data">/usr/share/hunspell/de_LU.aff</Path>
+ <Path fileType="data">/usr/share/hunspell/de_LU.dic</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-07-20</Date>
+ <Version>20151222</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
139
Default Alt Text
hunspell-de.patch (3 KB)

Event Timeline