From fcc73f871ac4266caf31978ec28907235ba1a6c1 Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Sun, 5 Feb 2023 22:48:39 +0100 Subject: [PATCH 1/3] New package: hunspell-nl_NL-2.20.19. --- 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 b64c715dedf3e47c4efc5744c5f747ef583ac3f3 Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Mon, 6 Feb 2023 14:23:53 +0100 Subject: [PATCH 2/3] New package: hunspell-nl_NL-2.20.19. --- srcpkgs/hunspell-nl_NL/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index b5f34ce205b8..142b8891fc95 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -1,15 +1,15 @@ # Template file for 'hunspell-nl_NL' pkgname=hunspell-nl_NL version=2.20.19 -revision=2 +revision=1 short_desc="Dutch nl_NL dictionary for hunspell" maintainer="Goran Vukoman " -license="Revised BSD License and/or CC BY 3.0" +license="BSD-3-Clause, CC-BY-3.0" homepage="https://www.opentaal.org/" -distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/2.20.19.tar.gz" +distfiles="https://github.com/OpenTaal/opentaal-hunspell/archive/refs/tags/${version}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 + vinstall opentaal-hunspell-${version}/nl.aff 644 /usr/share/hunspell/nl_NL.aff + vinstall opentaal-hunspell-${version}/nl.dic 644 /usr/share/hunspell/nl_NL.dic } From dd75c4522ae1a2a51cea91b5da77a78ddacb34b2 Mon Sep 17 00:00:00 2001 From: Goran Vukoman Date: Mon, 6 Feb 2023 14:50:56 +0100 Subject: [PATCH 3/3] New package: hunspell-nl_NL-2.20.19. --- srcpkgs/hunspell-nl_NL/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/hunspell-nl_NL/template b/srcpkgs/hunspell-nl_NL/template index 142b8891fc95..c16169eab2e2 100644 --- a/srcpkgs/hunspell-nl_NL/template +++ b/srcpkgs/hunspell-nl_NL/template @@ -12,4 +12,5 @@ checksum=0a86ec393450d7070bd69ee83f69c37ff27dbbc5fe684803375f113d7128bd87 do_install() { vinstall opentaal-hunspell-${version}/nl.aff 644 /usr/share/hunspell/nl_NL.aff vinstall opentaal-hunspell-${version}/nl.dic 644 /usr/share/hunspell/nl_NL.dic + vlicense opentaal-hunspell-${version}/LICENSE.txt }