Package Details: hunspell-tr 0.1-5

Git Clone URL: https://aur.archlinux.org/hunspell-tr.git (read-only, click to copy)
Package Base: hunspell-tr
Description: Turkish Dictionary for Hunspell
Upstream URL: https://code.google.com/archive/p/tr-spell/downloads
Licenses: BSD, LGPL
Submitter: Kaan
Maintainer: alerque
Last Packager: alerque
Votes: 3
Popularity: 0.192980
First Submitted: 2015-08-12 11:41 (UTC)
Last Updated: 2024-03-27 22:08 (UTC)

Latest Comments

Gallifreyan commented on 2024-03-23 19:21 (UTC)

This package uses dicts that are ~15 years old at this point. The newer dict from https://github.com/tdd-ai/hunspell-tr/releases, as @mksahin points out here, is relatively up to date.

Only a minimal change in PKGBUILD needed:

pkgname=hunspell-tr
pkgver=1.1.1
pkgrel=1
pkgdesc="Turkish Dictionary for Hunspell"
arch=('any')
url='https://github.com/tdd-ai/hunspell-tr'
license=('MPL-2.0')
depends=('hunspell')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tdd-ai/hunspell-tr/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('d89687df2939e9c5a5f31e0368dd47e7e3c4fdd6a1870725d3988a1d4cffa74a')

package() {
    cd "$pkgname-$pkgver"
    install -D -m644 tr_TR.dic "$pkgdir"/usr/share/hunspell/tr_TR.dic
    install -D -m644 tr_TR.aff "$pkgdir"/usr/share/hunspell/tr_TR.aff
    install -D -m644 README.md "$pkgdir"/usr/share/doc/hunspell-tr/README
    install -dm755 "$pkgdir"/usr/share/myspell/dicts
    cd "$pkgdir"/usr/share/myspell/dicts
    for file in "$pkgdir"/usr/share/hunspell/*; do
        ln -sv /usr/share/hunspell/"$(basename "$file")" .
    done
}

mksahin commented on 2024-03-11 01:10 (UTC)

@alerque Could you please change to the improved version at https://github.com/tdd-ai/hunspell-tr/releases

alerque commented on 2017-04-30 11:23 (UTC)

@ulysse12 Done, thanks.

ulysse12 commented on 2017-04-30 09:49 (UTC)

pkgbuild: change turkish dictionary url to : https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tr-spell/Hunspell_tr_TR_v.0.1.zip