enchant: 1.6.0 -> 2.1.2

This commit is contained in:
Danny Rawlins 2017-11-26 22:24:57 +11:00
parent 035242a50f
commit f4529d7fc8
4 changed files with 26 additions and 29 deletions

View File

@ -9,25 +9,23 @@ drwxr-xr-x root/root usr/include/enchant/
-rw-r--r-- root/root usr/include/enchant/enchant.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/enchant/
-rw-r--r-- root/root usr/lib/enchant/libenchant_aspell.a
-rwxr-xr-x root/root usr/lib/enchant/libenchant_aspell.la
-rwxr-xr-x root/root usr/lib/enchant/libenchant_aspell.so
-rw-r--r-- root/root usr/lib/enchant/libenchant_ispell.a
-rwxr-xr-x root/root usr/lib/enchant/libenchant_ispell.la
-rwxr-xr-x root/root usr/lib/enchant/libenchant_ispell.so
-rw-r--r-- root/root usr/lib/enchant/libenchant_myspell.a
-rwxr-xr-x root/root usr/lib/enchant/libenchant_myspell.la
-rwxr-xr-x root/root usr/lib/enchant/libenchant_myspell.so
-rw-r--r-- root/root usr/lib/enchant/enchant_aspell.a
-rwxr-xr-x root/root usr/lib/enchant/enchant_aspell.la
-rwxr-xr-x root/root usr/lib/enchant/enchant_aspell.so
-rw-r--r-- root/root usr/lib/enchant/enchant_hunspell.a
-rwxr-xr-x root/root usr/lib/enchant/enchant_hunspell.la
-rwxr-xr-x root/root usr/lib/enchant/enchant_hunspell.so
-rw-r--r-- root/root usr/lib/libenchant.a
-rwxr-xr-x root/root usr/lib/libenchant.la
lrwxrwxrwx root/root usr/lib/libenchant.so -> libenchant.so.1.6.0
lrwxrwxrwx root/root usr/lib/libenchant.so.1 -> libenchant.so.1.6.0
-rwxr-xr-x root/root usr/lib/libenchant.so.1.6.0
lrwxrwxrwx root/root usr/lib/libenchant.so -> libenchant.so.2.1.2
lrwxrwxrwx root/root usr/lib/libenchant.so.2 -> libenchant.so.2.1.2
-rwxr-xr-x root/root usr/lib/libenchant.so.2.1.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/enchant.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/enchant.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/enchant/
-rw-r--r-- root/root usr/share/enchant/enchant.ordering
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/enchant-lsmod.1.gz
-rw-r--r-- root/root usr/share/man/man1/enchant.1.gz

View File

@ -1 +1 @@
de11011aff801dc61042828041fb59c7 enchant-1.6.0.tar.gz
0aa15a6330c4506bcdc9d5b51c24f2f8 enchant-2.1.2.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3za+TelZhdtlPmuMx2/9l95dscWmW8WmehGQgKvfH+VbZ3JmMMe33P5WZQHPdDykDyBo5UK3cw/ePGY+c/mMPQQ=
SHA256 (Pkgfile) = 87b0a8286e0c85c4d75efea16ec636e90be3be9fac0505779a8143315a03fd83
SHA256 (.footprint) = 8f1882abda588c2c81bed7fb8728f36cc52d47deb62140e6f748571b96535c40
SHA256 (enchant-1.6.0.tar.gz) = 2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
RWSagIOpLGJF396CBgMwGYzA6Ibdw5RNpUHa0H1+IIQFbZlp0HMFXSFPEpAvfQx6Pn20gT10704dgfS2AnvZx2XrGFat8mdtggI=
SHA256 (Pkgfile) = bfad587d1f68b8a61bb279cc9febf7b5da3cd4eb11109d8c1572cc17c5cbf138
SHA256 (.footprint) = 8f978032e4741522c25cbe467d30ff9581079079687cc6704e81ec5060ed6a92
SHA256 (enchant-2.1.2.tar.gz) = 039563bbb7340f320bd9237dac92303b3e7768152b08fc0d554d6957ae7183d8

View File

@ -1,22 +1,21 @@
# Description: A wrapper library for generic spell checking
# URL: http://www.abisource.com/enchant/
# Description: A wrapper library for generic spell checking.
# URL: https://abiword.github.io/enchant/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: aspell glib hunspell
name=enchant
version=1.6.0
release=2
source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz)
version=2.1.2
release=1
source=(https://github.com/$name/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd enchant-$version
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-dependency-tracking
--with-myspell-dir=/usr/share/myspell
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}