wok-next diff sed/receipt @ rev 19785

glib provide libgio (prevent installing old libgio from external repo as build dep); make advancecomp static; up bdeps in imagemagick*.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 15:13:40 2017 +0300 (2017-06-19)
parents 9278a60d6895
children 90a5eb560fd6
line diff
     1.1 --- a/sed/receipt	Mon Jun 05 16:48:55 2017 +0300
     1.2 +++ b/sed/receipt	Mon Jun 19 15:13:40 2017 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="sed"
     1.8  VERSION="4.4"
     1.9 @@ -12,7 +12,6 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 -DEPENDS="acl"
    1.14  BUILD_DEPENDS="acl-dev gettext texinfo"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17 @@ -32,4 +31,5 @@
    1.18  genpkg_rules()
    1.19  {
    1.20  	copy @std
    1.21 +	DEPENDS="acl"
    1.22  }