summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-tr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /app-dicts/myspell-tr
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'app-dicts/myspell-tr')
-rw-r--r--app-dicts/myspell-tr/Manifest3
-rw-r--r--app-dicts/myspell-tr/metadata.xml6
-rw-r--r--app-dicts/myspell-tr/myspell-tr-1.2.ebuild25
3 files changed, 34 insertions, 0 deletions
diff --git a/app-dicts/myspell-tr/Manifest b/app-dicts/myspell-tr/Manifest
new file mode 100644
index 000000000000..fef8d873bc3e
--- /dev/null
+++ b/app-dicts/myspell-tr/Manifest
@@ -0,0 +1,3 @@
+DIST oo-turkish-dict-v1-2.oxt 2109286 BLAKE2B 1097492cb0176f0c66d5c22f3de8e1a51aab0a7a9e1b4ce66b8d77c9633eca03ba0917263340b98ad2a85d8dba3ba26c63536250746e7fa46806af61a0ed4e0d SHA512 f3ce6f2250142bfa7835061b74a85c7ea3278a9d51b556571cb45c9078274d6eb44493b19a21f2dc3f2441ef146c858c8b12a04c9a207bff93d9dc21307ce9dd
+EBUILD myspell-tr-1.2.ebuild 553 BLAKE2B 9ea3e8094db84f9564eaa5f2cc5a19883f7ab5d5ec4403a1f5e42d0c53d99b864ce0cb8a5d23d287a210c1a5e8225aedb1d845f193be3609bd236b2c9dd3ae1a SHA512 c87e15d9f40d770f14d8da4d026f80d5334a19528ec5c9214083a3a5a7285d8a84909ed1201ca294218127f545f08a456b2d06930c81cf03eaadb37cc28768f1
+MISC metadata.xml 191 BLAKE2B 8bff04ca02f4930d6f77dd32df009c145cacaad2d1cf271d91ae928f85acdccb0d73b0202a41aa3e60470ba6c7853e41ef76587601b2163f9ec249b7fa1c5274 SHA512 da06af54ba93db06f717082e3f09bbca9e17adad4b070a28131f2ffec15d0dfc82c79a3b2fb045fa33d6756c6df85254733622b0b7b1952b33d5590a71865c62
diff --git a/app-dicts/myspell-tr/metadata.xml b/app-dicts/myspell-tr/metadata.xml
new file mode 100644
index 000000000000..3c58a0219fbe
--- /dev/null
+++ b/app-dicts/myspell-tr/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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..6269601fc4ab
--- /dev/null
+++ b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 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-v1-2.oxt"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+ mv tr-TR.aff tr_TR.aff || die
+ mv tr-TR.dic tr_TR.dic || die
+}