hunspell-it_IT: update to 4.2. Fix distfiles and SHA256

Closes: #10576 [via git-merge-pr]
This commit is contained in:
Giuseppe Fierro 2018-01-08 12:01:13 +01:00 committed by Jürgen Buchmüller
parent 7cb50888a4
commit eecde53fce

View file

@ -1,23 +1,24 @@
# Template file for 'hunspell-it_IT' # Template file for 'hunspell-it_IT'
pkgname=hunspell-it_IT pkgname=hunspell-it_IT
version=3.3.3 version=4.2
revision=2 revision=1
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>" build_style=fetch
homepage="http://extensions.libreoffice.org/extension-center/italian-dictionary-thesaurus-hyphenation-patterns" noarch=yes
license="GPL-3"
hostmakedepends="unzip" hostmakedepends="unzip"
short_desc="Italian dictionary for hunspell" short_desc="Italian dictionary for hunspell"
distfiles="http://extensions.libreoffice.org/extension-center/italian-dictionary-thesaurus-hyphenation-patterns/releases/${version}/dict-it.oxt>dict-it.zip" maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
checksum="2e6a4b3567399252fa2177c985b6b7e09209113fd836b82f9379d30e4f07d713" license="GPL-3"
create_wrksrc=yes homepage="https://extensions.libreoffice.org/extensions/italian-dictionary-thesaurus-hyphenation-patterns/${version}"
noarch=yes distfiles="https://extensions.libreoffice.org/extensions/italian-dictionary-thesaurus-hyphenation-patterns/${version}/@@download/file/dict-it.oxt>dic-it.zip"
checksum=19318501c3bdeb77c0bc0c7c40287f5e3836fcf923e8f7a3a6c124da32d947f6
do_install() { do_install() {
unzip dic-it.zip
vinstall dictionaries/it_IT.aff 644 /usr/share/hunspell it_IT.aff vinstall dictionaries/it_IT.aff 644 /usr/share/hunspell it_IT.aff
vinstall dictionaries/it_IT.dic 644 /usr/share/hunspell it_IT.dic vinstall dictionaries/it_IT.dic 644 /usr/share/hunspell it_IT.dic
vdoc dictionaries/README.txt vdoc dictionaries/README.txt
vdoc dictionaries/CHANGELOG.txt vdoc dictionaries/CHANGELOG.txt
vcopy legacy usr/share/doc/${pkgname}
} }
# vim: set ts=4 sw=4 sts=4