mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
enchant: Replace with enchant2 from meta-oe
webkitgtk does now support the new version. (From OE-Core rev: aca863fc4259863d6841b25649c6718c64ccfe6b) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
26cc774954
commit
247b23b2de
@@ -166,7 +166,7 @@ RECIPE_MAINTAINER_pn-efivar = "Ross Burton <ross.burton@intel.com>"
|
||||
RECIPE_MAINTAINER_pn-efibootmgr = "Ross Burton <ross.burton@intel.com>"
|
||||
RECIPE_MAINTAINER_pn-elfutils = "Hongxu Jia <hongxu.jia@windriver.com>"
|
||||
RECIPE_MAINTAINER_pn-ell = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
|
||||
RECIPE_MAINTAINER_pn-enchant = "Anuj Mittal <anuj.mittal@intel.com>"
|
||||
RECIPE_MAINTAINER_pn-enchant2 = "Anuj Mittal <anuj.mittal@intel.com>"
|
||||
RECIPE_MAINTAINER_pn-encodings = "Armin Kuster <akuster808@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-epiphany = "Alexander Kanavin <alex.kanavin@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-ethtool = "Changhyeok Bae <changhyeok.bae@gmail.com>"
|
||||
|
||||
@@ -47,7 +47,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'waylan
|
||||
PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND_TARGET=ON,-DENABLE_WAYLAND_TARGET=OFF,wayland"
|
||||
PACKAGECONFIG[x11] = "-DENABLE_X11_TARGET=ON,-DENABLE_X11_TARGET=OFF,virtual/libx11"
|
||||
PACKAGECONFIG[geoclue] = "-DENABLE_GEOLOCATION=ON,-DENABLE_GEOLOCATION=OFF,geoclue"
|
||||
PACKAGECONFIG[enchant] = "-DENABLE_SPELLCHECK=ON,-DENABLE_SPELLCHECK=OFF,enchant"
|
||||
PACKAGECONFIG[enchant] = "-DENABLE_SPELLCHECK=ON,-DENABLE_SPELLCHECK=OFF,enchant2"
|
||||
PACKAGECONFIG[gtk2] = "-DENABLE_PLUGIN_PROCESS_GTK2=ON,-DENABLE_PLUGIN_PROCESS_GTK2=OFF,gtk+"
|
||||
PACKAGECONFIG[gles2] = "-DENABLE_GLES2=ON,-DENABLE_GLES2=OFF,virtual/libgles2"
|
||||
PACKAGECONFIG[webgl] = "-DENABLE_WEBGL=ON,-DENABLE_WEBGL=OFF,virtual/libgl"
|
||||
|
||||
28
meta/recipes-support/enchant/enchant2_2.2.7.bb
Normal file
28
meta/recipes-support/enchant/enchant2_2.2.7.bb
Normal file
@@ -0,0 +1,28 @@
|
||||
SUMMARY = "Enchant Spell checker API Library"
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "https://abiword.github.io/enchant/"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "8a6ea1bb143c64e0edf5e49c7e7cb984"
|
||||
SRC_URI[sha256sum] = "1b22976135812b35cb5b8d21a53ad11d5e7c1426c93f51e7a314a2a42cab3a09"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases"
|
||||
|
||||
S = "${WORKDIR}/enchant-${PV}"
|
||||
|
||||
EXTRA_OEMAKE = "pkgdatadir=${datadir}/enchant-2"
|
||||
|
||||
PACKAGECONFIG ??= "aspell"
|
||||
PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell"
|
||||
PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/enchant-2 \
|
||||
${libdir}/enchant-2 \
|
||||
"
|
||||
@@ -1,34 +0,0 @@
|
||||
SUMMARY = "Enchant Spell checker API Library"
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "http://www.abisource.com/projects/enchant/"
|
||||
BUGTRACKER = "http://bugzilla.abisource.com/enter_bug.cgi?product=Enchant"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=dfcbabf9131dc9a95febef6753a2958b \
|
||||
file://src/enchant.h;beginline=1;endline=29;md5=8d881caa1d37523567e1d8f726675a18"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7"
|
||||
SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f"
|
||||
|
||||
PACKAGECONFIG ??= "aspell"
|
||||
PACKAGECONFIG[aspell] = " --with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell, --disable-aspell, aspell, aspell"
|
||||
PACKAGECONFIG[ispell] = " --with-ispell-prefix=${STAGING_DIR_HOST}${prefix} --enable-ispell, --disable-ispell, ispell, ispell"
|
||||
PACKAGECONFIG[uspell] = " --with-uspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-uspell, --disable-uspell, uspell, uspell"
|
||||
PACKAGECONFIG[hspell] = " --with-hspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-hspell, --disable-hspell, hspell, hspell"
|
||||
PACKAGECONFIG[myspell] = "--with-myspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-myspell, --disable-myspell, myspell, myspell"
|
||||
|
||||
EXTRA_OECONF = "br_cv_binreloc=no"
|
||||
|
||||
export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "
|
||||
|
||||
FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so"
|
||||
FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la"
|
||||
FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"
|
||||
Reference in New Issue
Block a user