wok diff gtkspell3/receipt @ rev 24989

updated nfs-utils (2.4.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu May 12 17:03:36 2022 +0100 (2022-05-12)
parents 932cd974e081
children ad0bc3efbf37
line diff
     1.1 --- a/gtkspell3/receipt	Tue Feb 08 18:20:23 2022 +0000
     1.2 +++ b/gtkspell3/receipt	Thu May 12 17:03:36 2022 +0100
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gtkspell3"
     1.7 -VERSION="3.0.8"
     1.8 +VERSION="3.0.10"
     1.9  CATEGORY="text"
    1.10  SHORT_DESC="On-the-fly spell checking for GtkTextView widgets."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://gtkspell.sourceforge.net/"
    1.14 +WEB_SITE="https://sourceforge.net/projects/gtkspell/"
    1.15  
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18  WGET_URL="$SF_MIRROR/gtkspell/$TARBALL"
    1.19  
    1.20 -DEPENDS="enchant gtk+3"
    1.21 -BUILD_DEPENDS="enchant-dev gobject-introspection gtk+3-dev gtk-doc vala"
    1.22 +SUGGESTED="gtkspell3-lang"
    1.23 +DEPENDS="enchant gtk+3 libxml2"
    1.24 +BUILD_DEPENDS="aspell-dev enchant2-dev gobject-introspection gtk+3-dev
    1.25 +	gtk-doc libxml2-dev vala"
    1.26  
    1.27  HOST_ARCH="i486 arm"
    1.28  
    1.29 @@ -27,7 +29,11 @@
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 -	./configure $CONFIGURE_ARGS &&
    1.34 +	sed -i 's|/usr/bin/sh|/bin/sh|'	build/install-sh
    1.35 +
    1.36 +	./configure				\
    1.37 +		--disable-dependency-tracking	\
    1.38 +		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40  	make install
    1.41  }
    1.42 @@ -35,15 +41,5 @@
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44  genpkg_rules()
    1.45  {
    1.46 -	mkdir -p $fs/usr/lib
    1.47 -	mkdir -p $fs/usr/share/locale
    1.48 -
    1.49 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.50 -
    1.51 -	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.52 -	for i in $LOCALE_PACK
    1.53 -	  do
    1.54 -		[ -d $install/usr/share/locale/$i ] &&
    1.55 -		cp -a $install/usr/share/locale/$i $fs/usr/share/locale
    1.56 -	  done
    1.57 +	cook_copy_files	*.so*
    1.58  }