wok rev 24515

updated enchant2 and enchant2-dev (2.2.7 -> 2.3.2)
author Hans-G?nter Theisgen
date Mon Feb 21 17:50:24 2022 +0100 (2022-02-21)
parents 245df3ec9e6a
children 4a3297adbb3f
files enchant2-dev/receipt enchant2/description.txt enchant2/receipt
line diff
     1.1 --- a/enchant2-dev/receipt	Mon Feb 21 15:26:14 2022 +0100
     1.2 +++ b/enchant2-dev/receipt	Mon Feb 21 17:50:24 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="enchant2-dev"
     1.7 -VERSION="2.2.7"
     1.8 +VERSION="2.3.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for enchant."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,12 +16,7 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.19 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.20 -	cp -a $install/usr/lib/enchant-2	$fs/usr/lib
    1.21 -	rm					$fs/usr/lib/enchant-2/*.so
    1.22 -	cp -a $install/usr/include		$fs/usr
    1.23 +	cook_copy_folders	include
    1.24 +	cook_copy_folders	pkgconfig
    1.25 +	cook_copy_files		*.*a
    1.26  }
    1.27 -
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/enchant2/description.txt	Mon Feb 21 17:50:24 2022 +0100
     2.3 @@ -0,0 +1,8 @@
     2.4 +Enchant is a library (and command-line program) that wraps a number of
     2.5 +different spelling libraries and programs with a consistent interface.
     2.6 +By using Enchant, you can use a wide range of spelling libraries,
     2.7 +including some specialised for particular languages, without needing to
     2.8 +program to each library's interface. If it's not convenient to call a
     2.9 +C library, you can access most of Enchant's functionality via the enchant
    2.10 +program, which communicates over a pipe, like ispell, and is indeed
    2.11 +ispell-compatible.
     3.1 --- a/enchant2/receipt	Mon Feb 21 15:26:14 2022 +0100
     3.2 +++ b/enchant2/receipt	Mon Feb 21 17:50:24 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="enchant2"
     3.7 -VERSION="2.2.7"
     3.8 +VERSION="2.3.2"
     3.9  CATEGORY="x-window"
    3.10  TAGS="spell check"
    3.11  SHORT_DESC="Enchant spell checking library."
    3.12 @@ -10,8 +10,8 @@
    3.13  WEB_SITE="https://www.abisource.com/projects/enchant/"
    3.14  
    3.15  SOURCE="enchant"
    3.16 -TARBALL="$SOURCE-$VERSION.tar.gz"
    3.17 -WGET_URL="https://github.com/AbiWord/$SOURCE/releases/download/v$VERSION/$TARBALL"
    3.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.19 +WGET_URL="https://github.com/AbiWord/$SOURCE/releases/download/v$VERSION/$SOURCE-$VERSION.tar.gz"
    3.20  
    3.21  SUGGESTED="aspell"
    3.22  DEPENDS="dbus dbus-glib gcc83-lib-base glib"