# HG changeset patch # User Hans-G?nter Theisgen # Date 1645462224 -3600 # Node ID fd8dfbdbc24d1ec7ea3a47383bc83645831968e3 # Parent 245df3ec9e6a7c244c664f60ac8685c793737fab updated enchant2 and enchant2-dev (2.2.7 -> 2.3.2) diff -r 245df3ec9e6a -r fd8dfbdbc24d enchant2-dev/receipt --- a/enchant2-dev/receipt Mon Feb 21 15:26:14 2022 +0100 +++ b/enchant2-dev/receipt Mon Feb 21 17:50:24 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="enchant2-dev" -VERSION="2.2.7" +VERSION="2.3.2" CATEGORY="development" SHORT_DESC="Development files for enchant." MAINTAINER="pankso@slitaz.org" @@ -16,12 +16,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/enchant-2 $fs/usr/lib - rm $fs/usr/lib/enchant-2/*.so - cp -a $install/usr/include $fs/usr + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } - diff -r 245df3ec9e6a -r fd8dfbdbc24d enchant2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/enchant2/description.txt Mon Feb 21 17:50:24 2022 +0100 @@ -0,0 +1,8 @@ +Enchant is a library (and command-line program) that wraps a number of +different spelling libraries and programs with a consistent interface. +By using Enchant, you can use a wide range of spelling libraries, +including some specialised for particular languages, without needing to +program to each library's interface. If it's not convenient to call a +C library, you can access most of Enchant's functionality via the enchant +program, which communicates over a pipe, like ispell, and is indeed +ispell-compatible. diff -r 245df3ec9e6a -r fd8dfbdbc24d enchant2/receipt --- a/enchant2/receipt Mon Feb 21 15:26:14 2022 +0100 +++ b/enchant2/receipt Mon Feb 21 17:50:24 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="enchant2" -VERSION="2.2.7" +VERSION="2.3.2" CATEGORY="x-window" TAGS="spell check" SHORT_DESC="Enchant spell checking library." @@ -10,8 +10,8 @@ WEB_SITE="https://www.abisource.com/projects/enchant/" SOURCE="enchant" -TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://github.com/AbiWord/$SOURCE/releases/download/v$VERSION/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/AbiWord/$SOURCE/releases/download/v$VERSION/$SOURCE-$VERSION.tar.gz" SUGGESTED="aspell" DEPENDS="dbus dbus-glib gcc83-lib-base glib"