parent
ff63454f4c
commit
9e9d9e1174
@ -523,7 +523,6 @@ libicuuc.so.69 icu-libs-69.1_1
|
||||
libicutest.so.69 icu-libs-69.1_1
|
||||
libaspell.so.15 libaspell-0.60.8_2
|
||||
libpspell.so.15 libaspell-0.60.8_2
|
||||
libenchant.so.1 enchant-1.4.2_1
|
||||
libenchant-2.so.2 enchant2-2.2.3_1
|
||||
libgconf-2.so.4 GConf-2.32.0_1
|
||||
libpackagekit-glib2.so.18 PackageKit-1.1.12_1
|
||||
|
@ -1 +0,0 @@
|
||||
enchant
|
@ -1,14 +0,0 @@
|
||||
diff -ru enchant-1.6.0-orig/src/myspell/myspell_checker.cpp enchant-1.6.0/src/myspell/myspell_checker.cpp
|
||||
--- enchant-1.6.0-orig/src/myspell/myspell_checker.cpp 2016-04-18 12:25:00.094614256 +0100
|
||||
+++ enchant-1.6.0/src/myspell/myspell_checker.cpp 2016-04-18 12:26:09.108569576 +0100
|
||||
@@ -148,6 +148,10 @@
|
||||
g_iconv_close(m_translate_out);
|
||||
}
|
||||
|
||||
+#ifndef MAXWORDLEN
|
||||
+# define MAXWORDLEN 100
|
||||
+#endif
|
||||
+
|
||||
bool
|
||||
MySpellChecker::checkWord(const char *utf8Word, size_t len)
|
||||
{
|
@ -1,31 +0,0 @@
|
||||
# Template file for 'enchant'
|
||||
pkgname=enchant
|
||||
version=1.6.0
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-zemberek --disable-ispell --disable-aspell
|
||||
--with-myspell-dir=/usr/share/hunspell"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="glib-devel hunspell-devel"
|
||||
short_desc="Generic spell checking library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.abisource.com/projects/enchant/"
|
||||
distfiles="http://www.abisource.com/downloads/enchant/${version}/enchant-${version}.tar.gz"
|
||||
checksum=2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
enchant-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/enchant/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user