summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-hu
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /app-dicts/myspell-hu
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'app-dicts/myspell-hu')
-rw-r--r--app-dicts/myspell-hu/Manifest1
-rw-r--r--app-dicts/myspell-hu/metadata.xml6
-rw-r--r--app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild35
3 files changed, 42 insertions, 0 deletions
diff --git a/app-dicts/myspell-hu/Manifest b/app-dicts/myspell-hu/Manifest
new file mode 100644
index 000000000000..7c385142dd71
--- /dev/null
+++ b/app-dicts/myspell-hu/Manifest
@@ -0,0 +1 @@
+DIST LibreOffice_7.1.3.2_Linux_x86-64_rpm_langpack_hu.tar.gz 3315084 BLAKE2B 5cd3c33f66aacf4b1474d6c418c025dde77667e59027916c0ace16281a85f7e14fa37e607f18ad94e1b2fd04e65e692998652f739ac0180fd27274254b3d92d9 SHA512 b45be281c8ea37d92236676f6d69e77874399412737d2cd4f13f876a39b70db2f61e94a58924bf52d30d8b59a94611d63de4b2e2378f607292c397f3729017be
diff --git a/app-dicts/myspell-hu/metadata.xml b/app-dicts/myspell-hu/metadata.xml
new file mode 100644
index 000000000000..3a8349e6ffc5
--- /dev/null
+++ b/app-dicts/myspell-hu/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild b/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild
new file mode 100644
index 000000000000..72496f0231e8
--- /dev/null
+++ b/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MYSPELL_DICT=(
+ "opt/libreoffice7.1/share/extensions/dict-hu/hu_HU.aff"
+ "opt/libreoffice7.1/share/extensions/dict-hu/hu_HU.dic"
+)
+
+MYSPELL_HYPH=(
+ "opt/libreoffice7.1/share/extensions/dict-hu/hyph_hu_HU.dic"
+)
+
+MYSPELL_THES=(
+ "opt/libreoffice7.1/share/extensions/dict-hu/th_hu_HU_v2.dat"
+ "opt/libreoffice7.1/share/extensions/dict-hu/th_hu_HU_v2.idx"
+)
+
+RPM_COMPRESS_TYPE=none
+inherit rpm myspell-r2
+
+DESCRIPTION="Hungarian dictionaries for myspell/hunspell"
+HOMEPAGE="http://magyarispell.sourceforge.net/"
+SRC_URI="https://downloadarchive.documentfoundation.org/libreoffice/old/${PV}/rpm/x86_64/LibreOffice_${PV}_Linux_x86-64_rpm_langpack_hu.tar.gz"
+
+LICENSE="GPL-3 GPL-2 LGPL-2.1 MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
+
+src_unpack() {
+ myspell-r2_src_unpack
+
+ rpm_unpack ./LibreOffice_${PV}_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice7.1-dict-hu-${PV}-2.x86_64.rpm
+}