enchant: 2.4.0 -> 2.5.0; marked unmaintained

This commit is contained in:
Tim Biermann 2023-07-10 23:29:42 +02:00
parent b7e9909553
commit c6dc0fb12f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 13 additions and 13 deletions

View File

@ -17,9 +17,9 @@ drwxr-xr-x root/root usr/lib/enchant-2/
-rwxr-xr-x root/root usr/lib/enchant-2/enchant_hunspell.so
-rw-r--r-- root/root usr/lib/libenchant-2.a
-rwxr-xr-x root/root usr/lib/libenchant-2.la
lrwxrwxrwx root/root usr/lib/libenchant-2.so -> libenchant-2.so.2.4.0
lrwxrwxrwx root/root usr/lib/libenchant-2.so.2 -> libenchant-2.so.2.4.0
-rwxr-xr-x root/root usr/lib/libenchant-2.so.2.4.0
lrwxrwxrwx root/root usr/lib/libenchant-2.so -> libenchant-2.so.2.5.0
lrwxrwxrwx root/root usr/lib/libenchant-2.so.2 -> libenchant-2.so.2.5.0
-rwxr-xr-x root/root usr/lib/libenchant-2.so.2.5.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/enchant-2.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+eoEQxrZGBS712mdwoKzllkOm+TIJdHbGXXED26/1O1JCd2pL9I9Z66ZjYo+k1ivcf6WaoaBzQvIX49GyWyuAY=
SHA256 (Pkgfile) = dddd70a1502274126cdebbb8adf2e2411582d974495915feb80131dc42ab5ee4
SHA256 (.footprint) = f48bc5718eec6463000497b71b89c241e5e6300f8daec1848946aa2b5234da1a
SHA256 (enchant-2.4.0.tar.gz) = 07915603f4f6889d5caecfddea58a16c1565f340f49c428a7bb7686abbff816e
RWSagIOpLGJF373lGNp2rwkIAkdrg0aOSYRzDMhndUMPhwW/ddFp4qMCh7yEspHxALIjWGG0TOW1UK8idNoPIIorncwSqrZ+xgw=
SHA256 (Pkgfile) = b43d54c3b2d650d47d48f33ff01dc191d6663cd6bfef7df74dad1405fbdde95a
SHA256 (.footprint) = 8b0b818d7785bfbba6eded99b4122851c27b6d739c2f76878d273131cbadc018
SHA256 (enchant-2.5.0.tar.gz) = 149e224cdd2ca825d874639578b6246e07f37d5b8f3970658a377a1ef46f2e15

View File

@ -4,16 +4,16 @@
# Depends on: aspell glib hunspell
name=enchant
version=2.4.0
version=2.5.0
release=1
source=(https://github.com/AbiWord/$name/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}