wok-next diff slitaz-icons-elementary/receipt @ rev 20367

pywebkitgtk: up and use webkitgtk; claws-mail-dev: update dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 24 15:34:52 2017 +0200 (2017-11-24)
parents f7b535cbbf60
children cd7906120828
line diff
     1.1 --- a/slitaz-icons-elementary/receipt	Wed Feb 08 16:29:10 2017 +0100
     1.2 +++ b/slitaz-icons-elementary/receipt	Fri Nov 24 15:34:52 2017 +0200
     1.3 @@ -1,26 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="slitaz-icons-elementary"
     1.8 -VERSION="4.0.2"
     1.9 +VERSION="4.2.0"
    1.10  CATEGORY="customization"
    1.11  SHORT_DESC="SliTaz icon set based on the elementary icons"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="http://www.slitaz.org/"
    1.15  
    1.16 -WANTED="elementary-icon-theme"
    1.17 -BUILD_DEPENDS="make-slitaz-icons"
    1.18 +BUILD_DEPENDS="elementary-icon-theme make-slitaz-icons"
    1.19  
    1.20  # Rules to compile and makethe package.
    1.21  compile_rules() {
    1.22  	mksit.sh \
    1.23 -		-f $install/usr/share/icons/elementary \
    1.24 -		-t $fs/usr/share/icons/SliTaz-Elementary \
    1.25 -		-opmax -nocolor
    1.26 +		-f /usr/share/icons/elementary \
    1.27 +		-t $install/usr/share/icons/SliTaz-Elementary \
    1.28 +		-opmax
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	:
    1.35 +	cp -r $install/* $fs
    1.36  }