Niklas Poslovski
2023-06-14 512880241483ff0f93591ad955240d5faf943cb5
hunspell-sv: Update to 2.42

4 files modified
52 ■■■■ changed files
components/text/hunspell-sv/Makefile 14 ●●●●● patch | view | raw | blame | history
components/text/hunspell-sv/library-myspell-dictionary-sv.p5m 16 ●●●●● patch | view | raw | blame | history
components/text/hunspell-sv/manifests/sample-manifest.p5m 17 ●●●●● patch | view | raw | blame | history
components/text/hunspell-sv/pkg5 5 ●●●● patch | view | raw | blame | history
components/text/hunspell-sv/Makefile
@@ -10,23 +10,25 @@
#
# Copyright (c) 2016 Alexander Pyhalov
# Copyright (c) 2023 Niklas Poslovski
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        hunspell-sv
COMPONENT_VERSION=    2.40
COMPONENT_PROJECT_URL=    http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/
COMPONENT_VERSION=    2.42
COMPONENT_PROJECT_URL=    https://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/
COMPONENT_SUMMARY=    Myspell and Hunspell spell dictionary files for SWedish
COMPONENT_LICENSE=    LGPLv3
COMPONENT_FMRI=    library/myspell/dictionary/sv
COMPONENT_CLASSIFICATION    = System/Localizations
COMPONENT_SRC=            ooo_swedish_dict_2-40
COMPONENT_SRC=            ooo-swedish-dict-2-42
COMPONENT_ARCHIVE=        $(COMPONENT_SRC).oxt
COMPONENT_ARCHIVE_HASH=        \
     sha256:b982881cc75f5c4af1199535bd4735ee476bdc48edf63e3f05fb4f715654a7bc
COMPONENT_ARCHIVE_URL=   https://extensions.libreoffice.org/extensions/swedish-spelling-dictionary-den-stora-svenska-ordlistan/$(COMPONENT_VERSION)/@@download/file/$(COMPONENT_ARCHIVE)
     sha256:6f8c62461eb4c2cfe81628094c74ab6511918520047742f14e23dd440b99f45f
COMPONENT_ARCHIVE_URL=   https://extensions.libreoffice.org/assets/downloads/z/$(COMPONENT_ARCHIVE)
UNPACK_ARGS+=-r $(COMPONENT_SRC)
include $(WS_MAKE_RULES)/prep.mk
@@ -42,6 +44,8 @@
    [ -d $(PROTO_DIR)$(LINKDIR) ] || mkdir -p $(PROTO_DIR)$(LINKDIR)
    [ -d $(PROTO_DIR)$(FFDIR) ] || mkdir -p $(PROTO_DIR)$(FFDIR)
    [ -d $(PROTO_DIR)$(TBDIR) ] || mkdir -p $(PROTO_DIR)$(TBDIR)
    cp $(COMPONENT_SRC)/dictionaries/sv_FI.dic $(PROTO_DIR)$(DESTDIR)
    cp $(COMPONENT_SRC)/dictionaries/sv_FI.aff $(PROTO_DIR)$(DESTDIR)
    cp $(COMPONENT_SRC)/dictionaries/sv_SE.dic $(PROTO_DIR)$(DESTDIR)
    cp $(COMPONENT_SRC)/dictionaries/sv_SE.aff $(PROTO_DIR)$(DESTDIR)
    for file in `cd $(PROTO_DIR)/$(DESTDIR)/; ls`;  do\
components/text/hunspell-sv/library-myspell-dictionary-sv.p5m
@@ -11,9 +11,11 @@
#
# Copyright 2016 Alexander Pyhalov
# Copyright 2023 Niklas Poslovski
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -22,16 +24,30 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
link path=usr/lib/firefox/dictionaries/sv_FI.aff \
    target=../../../../usr/share/spell/hunspell/sv_FI.aff
link path=usr/lib/firefox/dictionaries/sv_FI.dic \
    target=../../../../usr/share/spell/hunspell/sv_FI.dic
link path=usr/lib/firefox/dictionaries/sv_SE.aff \
    target=../../../../usr/share/spell/hunspell/sv_SE.aff
link path=usr/lib/firefox/dictionaries/sv_SE.dic \
    target=../../../../usr/share/spell/hunspell/sv_SE.dic
link path=usr/lib/thunderbird/dictionaries/sv_FI.aff \
    target=../../../../usr/share/spell/hunspell/sv_FI.aff
link path=usr/lib/thunderbird/dictionaries/sv_FI.dic \
    target=../../../../usr/share/spell/hunspell/sv_FI.dic
link path=usr/lib/thunderbird/dictionaries/sv_SE.aff \
    target=../../../../usr/share/spell/hunspell/sv_SE.aff
link path=usr/lib/thunderbird/dictionaries/sv_SE.dic \
    target=../../../../usr/share/spell/hunspell/sv_SE.dic
file path=usr/share/spell/hunspell/sv_FI.aff
file path=usr/share/spell/hunspell/sv_FI.dic
file path=usr/share/spell/hunspell/sv_SE.aff
file path=usr/share/spell/hunspell/sv_SE.dic
link path=usr/share/spell/myspell/sv_FI.aff \
    target=../../../../usr/share/spell/hunspell/sv_FI.aff
link path=usr/share/spell/myspell/sv_FI.dic \
    target=../../../../usr/share/spell/hunspell/sv_FI.dic
link path=usr/share/spell/myspell/sv_SE.aff \
    target=../../../../usr/share/spell/hunspell/sv_SE.aff
link path=usr/share/spell/myspell/sv_SE.dic \
components/text/hunspell-sv/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -22,16 +23,30 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
link path=usr/lib/firefox/dictionaries/sv_FI.aff \
    target=../../../../usr/share/spell/hunspell/sv_FI.aff
link path=usr/lib/firefox/dictionaries/sv_FI.dic \
    target=../../../../usr/share/spell/hunspell/sv_FI.dic
link path=usr/lib/firefox/dictionaries/sv_SE.aff \
    target=../../../../usr/share/spell/hunspell/sv_SE.aff
link path=usr/lib/firefox/dictionaries/sv_SE.dic \
    target=../../../../usr/share/spell/hunspell/sv_SE.dic
link path=usr/lib/thunderbird/dictionaries/sv_FI.aff \
    target=../../../../usr/share/spell/hunspell/sv_FI.aff
link path=usr/lib/thunderbird/dictionaries/sv_FI.dic \
    target=../../../../usr/share/spell/hunspell/sv_FI.dic
link path=usr/lib/thunderbird/dictionaries/sv_SE.aff \
    target=../../../../usr/share/spell/hunspell/sv_SE.aff
link path=usr/lib/thunderbird/dictionaries/sv_SE.dic \
    target=../../../../usr/share/spell/hunspell/sv_SE.dic
file path=usr/share/spell/hunspell/sv_FI.aff
file path=usr/share/spell/hunspell/sv_FI.dic
file path=usr/share/spell/hunspell/sv_SE.aff
file path=usr/share/spell/hunspell/sv_SE.dic
link path=usr/share/spell/myspell/sv_FI.aff \
    target=../../../../usr/share/spell/hunspell/sv_FI.aff
link path=usr/share/spell/myspell/sv_FI.dic \
    target=../../../../usr/share/spell/hunspell/sv_FI.dic
link path=usr/share/spell/myspell/sv_SE.aff \
    target=../../../../usr/share/spell/hunspell/sv_SE.aff
link path=usr/share/spell/myspell/sv_SE.dic \
components/text/hunspell-sv/pkg5
@@ -1,8 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "system/library"
    ],
    "dependencies": [],
    "fmris": [
        "library/myspell/dictionary/sv"
    ],