From 26a01da8b1267006f3da0e879d73e58a760b076c Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Sun, 5 Feb 2023 22:48:39 +0100 Subject: [PATCH 1/8] Added dutch dict for hunspell --- srcpkgs/hunspell-nl_NL/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/hunspell-nl_NL/template diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template new file mode 100644 index 000000000000..b5f34ce205b8 --- /dev/null +++ b/srcpkgs/hunspell-nl_NL/template @@ -0,0 +1,15 @@ +# Template file for 'hunspell-nl_NL' +pkgname=hunspell-nl_NL +version=2.20.19 +revision=2 +short_desc="Dutch nl_NL dictionary for hunspell" +maintainer="Goran Vukoman " +license="Revised BSD License and/or CC BY 3.0" +homepage="https://www.opentaal.org/" +distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20.19.tar.gz" +checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87 + +do_install() { + vinstall opentaal-hunspell-2.20.19/nl.aff 644 /usr/share/hunspell/nl_NL.aff + vinstall opentaal-hunspell-2.20.19/nl.dic 644 /usr/share/hunspell/nl_NL.dic +} From 7db0895b8fa0310aa71dc604ac6adbe323db0d8d Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Mon, 6 Feb 2023 00:49:49 +0100 Subject: [PATCH 2/8] Fixed a bug in template --- srcpkgs/hunspell-nl_NL/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index b5f34ce205b8..139aa1c38805 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -1,7 +1,6 @@ # Template file for 'hunspell-nl_NL' pkgname=hunspell-nl_NL version=2.20.19 -revision=2 short_desc="Dutch nl_NL dictionary for hunspell" maintainer="Goran Vukoman " license="Revised BSD License and/or CC BY 3.0" From c328cdb4c68057f6cba5803a58134ddf213656bb Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Mon, 6 Feb 2023 00:53:49 +0100 Subject: [PATCH 3/8] Fixed a bug in template --- srcpkgs/hunspell-nl_NL/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index 139aa1c38805..592e878b5f84 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -1,6 +1,7 @@ # Template file for 'hunspell-nl_NL' pkgname=hunspell-nl_NL version=2.20.19 +revision=0 short_desc="Dutch nl_NL dictionary for hunspell" maintainer="Goran Vukoman " license="Revised BSD License and/or CC BY 3.0" @@ -9,6 +10,6 @@ distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20. checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87 do_install() { - vinstall opentaal-hunspell-2.20.19/nl.aff 644 /usr/share/hunspell/nl_NL.aff - vinstall opentaal-hunspell-2.20.19/nl.dic 644 /usr/share/hunspell/nl_NL.dic + vinstall opentaal-hunspell-2.20.19_0/nl.aff 644 /usr/share/hunspell/nl_NL.aff + vinstall opentaal-hunspell-2.20.19_0/nl.dic 644 /usr/share/hunspell/nl_NL.dic } From 4ec7941f1fa633a4b6f12294c965c1ac5f50d6c4 Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Mon, 6 Feb 2023 01:00:52 +0100 Subject: [PATCH 4/8] Fixed a bug in template --- srcpkgs/hunspell-nl_NL/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index 592e878b5f84..73409bead55e 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -2,6 +2,7 @@ pkgname=hunspell-nl_NL version=2.20.19 revision=0 +create_wrksrc=yes short_desc="Dutch nl_NL dictionary for hunspell" maintainer="Goran Vukoman " license="Revised BSD License and/or CC BY 3.0" @@ -10,6 +11,6 @@ distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20. checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87 do_install() { - vinstall opentaal-hunspell-2.20.19_0/nl.aff 644 /usr/share/hunspell/nl_NL.aff - vinstall opentaal-hunspell-2.20.19_0/nl.dic 644 /usr/share/hunspell/nl_NL.dic + vinstall ${wrksrc}/nl.aff 644 /usr/share/hunspell/nl_NL.aff + vinstall ${wrksrc}/nl.dic 644 /usr/share/hunspell/nl_NL.dic } From 4e1a9d5d07ed6f1ccfc28112f0251dd127d885a1 Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Mon, 6 Feb 2023 01:10:11 +0100 Subject: [PATCH 5/8] Fixed a bug in template --- srcpkgs/hunspell-nl_NL/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index 73409bead55e..47bf536b8ed1 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -11,6 +11,6 @@ distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20. checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87 do_install() { - vinstall ${wrksrc}/nl.aff 644 /usr/share/hunspell/nl_NL.aff - vinstall ${wrksrc}/nl.dic 644 /usr/share/hunspell/nl_NL.dic + vinstall ${wrksrc}/dutch-2.20.19/hunspell/nl.aff 644 /usr/share/hunspell/nl_NL.aff + vinstall ${wrksrc}/dutch-2.20.19/hunspell/nl.dic 644 /usr/share/hunspell/nl_NL.dic } From 00cb5a9f42d992d40444a642350d1f24fdf07531 Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Mon, 6 Feb 2023 01:20:09 +0100 Subject: [PATCH 6/8] Fixed a bug in template --- srcpkgs/hunspell-nl_NL/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index 47bf536b8ed1..c0e300a8b2a4 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -11,6 +11,6 @@ distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20. checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87 do_install() { - vinstall ${wrksrc}/dutch-2.20.19/hunspell/nl.aff 644 /usr/share/hunspell/nl_NL.aff - vinstall ${wrksrc}/dutch-2.20.19/hunspell/nl.dic 644 /usr/share/hunspell/nl_NL.dic + vinstall ${wrksrc}/opentaal-hunspell-2.20.19/nl.aff 644 /usr/share/hunspell/nl_NL.aff + vinstall ${wrksrc}/opentaal-hunspell-2.20.19/nl.dic 644 /usr/share/hunspell/nl_NL.dic } From e2cfe6a094b5dfa573572250e1a75f25670b0e42 Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Mon, 6 Feb 2023 01:31:25 +0100 Subject: [PATCH 7/8] Fixed a bug in template --- srcpkgs/hunspell-nl_NL/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index c0e300a8b2a4..aaa30c0fcc43 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -11,6 +11,6 @@ distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20. checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87 do_install() { - vinstall ${wrksrc}/opentaal-hunspell-2.20.19/nl.aff 644 /usr/share/hunspell/nl_NL.aff - vinstall ${wrksrc}/opentaal-hunspell-2.20.19/nl.dic 644 /usr/share/hunspell/nl_NL.dic + vinstall ${wrksrc}/opentaal-hunspell-2.20.19/nl.aff 644 /usr/share/hunspell nl_NL.aff + vinstall ${wrksrc}/opentaal-hunspell-2.20.19/nl.dic 644 /usr/share/hunspell nl_NL.dic } From 95abb556b9caa2a6edba0024d1a3be12434e31f2 Mon Sep 17 00:00:00 2001 From: numerys Date: Mon, 6 Feb 2023 02:10:35 +0100 Subject: [PATCH 8/8] Update srcpkgs/hunspell-nl_NL/template Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/hunspell-nl_NL/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index aaa30c0fcc43..a6830858bb44 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -11,6 +11,6 @@ distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20. checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87 do_install() { - vinstall ${wrksrc}/opentaal-hunspell-2.20.19/nl.aff 644 /usr/share/hunspell nl_NL.aff - vinstall ${wrksrc}/opentaal-hunspell-2.20.19/nl.dic 644 /usr/share/hunspell nl_NL.dic + vinstall nl.aff 644 /usr/share/hunspell nl_NL.aff + vinstall nl.dic 644 /usr/share/hunspell nl_NL.dic }