wok-next diff slitaz-icons-paper/receipt @ rev 19841

Up adwaita-icon-theme, at-spi2-atk, at-spi2-core, elementary-icon-theme, gtk+, gtk+3, hydroxygen-iconset, libepoxy, paper-icon-theme, slitaz-icons-elementary, slitaz-icons-hydroxygen, slitaz-icons-paper. Add faience-icon-theme.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 17 16:45:06 2017 +0300 (2017-08-17)
parents 1a7f0416f9b1
children e44a1a92452b
line diff
     1.1 --- a/slitaz-icons-paper/receipt	Tue Nov 01 04:07:59 2016 +0200
     1.2 +++ b/slitaz-icons-paper/receipt	Thu Aug 17 16:45:06 2017 +0300
     1.3 @@ -1,26 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-icons-paper"
     1.7 -VERSION="1.3.4"
     1.8 +VERSION="1.4.0.28"
     1.9  CATEGORY="customization"
    1.10  SHORT_DESC="SliTaz icon set based on the Paper icons"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="CC-BY-SA-4"
    1.13  WEB_SITE="http://www.slitaz.org/"
    1.14  
    1.15 -WANTED="paper-icon-theme"
    1.16 -BUILD_DEPENDS="make-slitaz-icons"
    1.17 +BUILD_DEPENDS="paper-icon-theme make-slitaz-icons"
    1.18  
    1.19 -# Rules to compile and makethe package.
    1.20 +# Rules to compile and make the package.
    1.21  compile_rules() {
    1.22  	mksit.sh \
    1.23 -		-f $install/usr/share/icons/Paper \
    1.24 -		-t $fs/usr/share/icons/SliTaz-Paper \
    1.25 -		-opmax -nocolor
    1.26 +		-f /usr/share/icons/Paper \
    1.27 +		-t $install/usr/share/icons/SliTaz-Paper \
    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  }