Andreas Wacknitz
2023-02-24 155bda94e3760951f57184ce9ab9ae7bcfd9dd5b
enchant: update to 2.3.4

1 files deleted
3 files modified
535 ■■■■■ changed files
components/text/enchant/Makefile 10 ●●●● patch | view | raw | blame | history
components/text/enchant/enchant.license 502 ●●●●● patch | view | raw | blame | history
components/text/enchant/enchant.p5m 19 ●●●●● patch | view | raw | blame | history
components/text/enchant/manifests/sample-manifest.p5m 4 ●●●● patch | view | raw | blame | history
components/text/enchant/Makefile
@@ -17,20 +17,20 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= enchant
COMPONENT_VERSION= 2.3.3
COMPONENT_REVISION= 1
COMPONENT_VERSION= 2.3.4
COMPONENT_SUMMARY= GNOME spell checker component
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891
COMPONENT_ARCHIVE_HASH=    sha256:1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0
COMPONENT_ARCHIVE_URL=    https://github.com/AbiWord/enchant/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    https://abiword.github.io/enchant/
COMPONENT_LICENSE=        LGPLv2.1
COMPONENT_FMRI=            library/spell-checking/enchant
COMPONENT_CLASSIFICATION=    Applications/Accessories
COMPONENT_LICENSE=        LGPLv2.1
COMPONENT_LICENSE_FILE=    COPYING.LIB
# C tests pass but we do not have unittest-cpp
TEST_TARGET=    $(NO_TESTS)
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION = ( cd $(@D)  && autoreconf -vif )
components/text/enchant/enchant.license
File was deleted
components/text/enchant/enchant.p5m
@@ -10,8 +10,7 @@
#
#
# Copyright 2015 Alexander Pyhalov
# Copyright 2022 Niklas Poslovski
# Copyright 2023 Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -34,17 +33,21 @@
file path=usr/lib/$(MACH64)/enchant-2/enchant_aspell.so
file path=usr/lib/$(MACH64)/enchant-2/enchant_hunspell.so
link path=usr/lib/$(MACH64)/libenchant-2.so \
    target=libenchant-2.so.$(COMPONENT_VERSION)
file path=usr/lib/$(MACH64)/libenchant-2.so.$(COMPONENT_VERSION)
    target=libenchant-2.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/libenchant-2.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libenchant-2.so.2 \
    target=libenchant-2.so.$(COMPONENT_VERSION)
    target=libenchant-2.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/pkgconfig/enchant-2.pc
file path=usr/lib/enchant-2/enchant_aspell.so
file path=usr/lib/enchant-2/enchant_hunspell.so
link path=usr/lib/libenchant-2.so target=libenchant-2.so.$(COMPONENT_VERSION)
file path=usr/lib/libenchant-2.so.$(COMPONENT_VERSION)
link path=usr/lib/libenchant-2.so.2 target=libenchant-2.so.$(COMPONENT_VERSION)
link path=usr/lib/libenchant-2.so target=libenchant-2.so.$(HUMAN_VERSION)
file path=usr/lib/libenchant-2.so.$(HUMAN_VERSION)
link path=usr/lib/libenchant-2.so.2 target=libenchant-2.so.$(HUMAN_VERSION)
file path=usr/lib/pkgconfig/enchant-2.pc
file path=usr/share/doc/enchant/enchant-2.html
file path=usr/share/doc/enchant/enchant-lsmod-2.html
file path=usr/share/doc/enchant/enchant.html
file path=usr/share/enchant/enchant.ordering
file path=usr/share/man/man1/enchant-2.1
file path=usr/share/man/man1/enchant-lsmod-2.1
file path=usr/share/man/man5/enchant.5
components/text/enchant/manifests/sample-manifest.p5m
@@ -44,6 +44,10 @@
file path=usr/lib/libenchant-2.so.$(HUMAN_VERSION)
link path=usr/lib/libenchant-2.so.2 target=libenchant-2.so.$(HUMAN_VERSION)
file path=usr/lib/pkgconfig/enchant-2.pc
file path=usr/share/doc/enchant/enchant-2.html
file path=usr/share/doc/enchant/enchant-lsmod-2.html
file path=usr/share/doc/enchant/enchant.html
file path=usr/share/enchant/enchant.ordering
file path=usr/share/man/man1/enchant-2.1
file path=usr/share/man/man1/enchant-lsmod-2.1
file path=usr/share/man/man5/enchant.5