wok-next diff newt/receipt @ rev 19840

Up librsvg (split more), make-slitaz-icons (use rsvg-convert instead of inkscape), faenza-icon-theme (keep original theme), slitaz-icons-faenza (combine light & dark).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 14 15:53:27 2017 +0300 (2017-08-14)
parents f463de72afe3
children d43bf7aae921
line diff
     1.1 --- a/newt/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/newt/receipt	Mon Aug 14 15:53:27 2017 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="newt"
     1.8  VERSION="0.52.19"
     1.9 @@ -11,8 +11,8 @@
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="https://fedorahosted.org/releases/n/e/$PACKAGE/$TARBALL"
    1.12  
    1.13 -DEPENDS="popt python slang tcl gpm"
    1.14  BUILD_DEPENDS="slang-dev popt-dev python-dev tcl-dev"
    1.15 +SPLIT="newt-dev"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -31,5 +31,8 @@
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	copy bin/ *.so* *.py *.mo
    1.24 +	case $PACKAGE in
    1.25 +		newt)  copy @std *.mo; DEPENDS="popt python slang tcl gpm";;
    1.26 +		*-dev) copy @dev;;
    1.27 +	esac
    1.28  }