summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/myspell-tr')
-rw-r--r--app-dicts/myspell-tr/Manifest1
-rw-r--r--app-dicts/myspell-tr/metadata.xml6
-rw-r--r--app-dicts/myspell-tr/myspell-tr-1.2.ebuild25
3 files changed, 32 insertions, 0 deletions
diff --git a/app-dicts/myspell-tr/Manifest b/app-dicts/myspell-tr/Manifest
new file mode 100644
index 000000000000..e16e2d2531c1
--- /dev/null
+++ b/app-dicts/myspell-tr/Manifest
@@ -0,0 +1 @@
+DIST oo-turkish-dict-v1-2.oxt 2109286 BLAKE2B 1097492cb0176f0c66d5c22f3de8e1a51aab0a7a9e1b4ce66b8d77c9633eca03ba0917263340b98ad2a85d8dba3ba26c63536250746e7fa46806af61a0ed4e0d SHA512 f3ce6f2250142bfa7835061b74a85c7ea3278a9d51b556571cb45c9078274d6eb44493b19a21f2dc3f2441ef146c858c8b12a04c9a207bff93d9dc21307ce9dd
diff --git a/app-dicts/myspell-tr/metadata.xml b/app-dicts/myspell-tr/metadata.xml
new file mode 100644
index 000000000000..c3bda71eefca
--- /dev/null
+++ b/app-dicts/myspell-tr/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
new file mode 100644
index 000000000000..030e61695ff6
--- /dev/null
+++ b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYSPELL_DICT=(
+ "tr_TR.aff"
+ "tr_TR.dic"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Turkish dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/en/extensions/show/turkish-spellcheck-dictionary"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v$(ver_rs 1-2 -).oxt"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
+
+src_prepare() {
+ default
+ mv tr-TR.aff tr_TR.aff || die
+ mv tr-TR.dic tr_TR.dic || die
+}